From 359af2af88bd4c075a24ca3bcd3450fc4291f9ea Mon Sep 17 00:00:00 2001 From: Bhakta Date: Wed, 28 Oct 2015 13:14:26 +0530 Subject: [PATCH 1/2] Added flag rcSecure and description --- docs/en/edge/rhoconnect/push-client-setup-rps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/edge/rhoconnect/push-client-setup-rps.md b/docs/en/edge/rhoconnect/push-client-setup-rps.md index 16b7ec58..063840e0 100644 --- a/docs/en/edge/rhoconnect/push-client-setup-rps.md +++ b/docs/en/edge/rhoconnect/push-client-setup-rps.md @@ -83,6 +83,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", @@ -108,6 +109,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. From 47fc32b8b8b3164e05dedbaf7786bcb753088f90 Mon Sep 17 00:00:00 2001 From: Bhakta Ranjan Satapathy Date: Wed, 28 Oct 2015 13:53:21 +0530 Subject: [PATCH 2/2] Update push-client-setup-rps.md --- docs/en/edge/rhoconnect/push-client-setup-rps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/edge/rhoconnect/push-client-setup-rps.md b/docs/en/edge/rhoconnect/push-client-setup-rps.md index 063840e0..55b3b9f3 100644 --- a/docs/en/edge/rhoconnect/push-client-setup-rps.md +++ b/docs/en/edge/rhoconnect/push-client-setup-rps.md @@ -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 @@ -208,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). \ No newline at end of file +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).