Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added flag rcSecure and description #319

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/en/edge/rhoconnect/push-client-setup-rps.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ You can control basic settings for RhoConnect push using command line arguments.
-p, --port Run the server on this port (defaults to 8675)
-r, --redis REDIS Redis connection string (i.e. redis://localhost:6379)
-s, --httpSecure Specify if this server is running over https or http
-R, --rcSecure Specify if the Rhoconnect server is running over https or http
-t, --timeout TIMEOUT Time (in ms) before timeout is sent to client
-T, --registrationTimeout Expiration limit for client registration tokens
-v, --version Display server version
Expand All @@ -83,6 +84,7 @@ You can also configure more advanced settings in RhoConnect push by creating a c
:::json
{
"httpSecure": "n",
"rcSecure": "n",
"devAuthHost": "localhost",
"devAuthUrl": "/rc/v1/app/rps_login",
"devAuthPort": "9292",
Expand All @@ -108,6 +110,7 @@ To start the server using a config.json file, run the following command.
The JSON file has the following parameters.

* `httpSecure` - Specify whether the push server will be an https or http server (y/n).
* `rcSecure` - Specify whether Rhoconnect server instance on https or http (y/n).
* `devAuthHost` - RhoConnect instance used to handle device credentials.
* `devAuthUrl` - Path used on the RhoConnect instance to handle device credentials.
* `devAuthPort` - Port used on the RhoConnect instance to handle device credentials.
Expand Down Expand Up @@ -206,4 +209,4 @@ When you configure your application `build.yml` file for RhoConnect Push Service
extensions: ["rhoconnect-push"]

## Finishing Client Setup
Once you have completed the above steps for setting up for RhoConnect Push Service on Android or Windows Mobile/CE client and RhoConnect server, you must still [perform the client setup that is needed for all platforms](push-client-setup).
Once you have completed the above steps for setting up for RhoConnect Push Service on Android or Windows Mobile/CE client and RhoConnect server, you must still [perform the client setup that is needed for all platforms](push-client-setup).