Configure network settings for Edge Server
inSync Private Cloud Editions:
Elite
Enterprise


Start the Edge Server on port 443
You must start the Edge Server on port 443, instead of port 6061.
To register the Edge Server on port 443
- Log on to the inSync Master Management Console.
- Click
> Settings.
- Under the Edge Servers tab, click Edit.
- On the Edit Settings window, in the Backup and sync port box, type 443.
- Click Save.
Install SSL certificate on Edge Server
Install SSL certificate *.example.com to handle the HTTPS requests.
To update the SSL certificate on Windows
- On the Edge Server, stop the Edge Server service.
- Click Start, and then type services.msc. The Services window appears.
- From the list of services, right-click the DruvainSyncEdgeServer service, and then click Stop.
- Replace the SSL certificate for the Edge Server.
- Open C:\Program Data\Druva\inSyncEdgeServer.
- Replace the default SSL certificate inSyncEdgeServerSSL.key with your SSL certificate.
- Restart the Edge Server service.
- Click Start, and then type services.msc. The Services window appears.
- From the list of services, right-click the DruvainSyncEdgeServer service, and then click Restart.
To update the SSL certificate on Linux
- On the Edge Server, stop the Edge Server service.
- Enter the following command at a shell prompt as root:
/etc/init.d/
inSyncEdgeSrv stop
where inSyncEdgeSrv is the name of the Edge Server service.
- Enter the following command at a shell prompt as root:
- Replace the SSL certificate of Edge Server.
- Open etc/inSyncEdgeServer.
- Replace the default SSL certificate inSyncEdgeServerSSL.key with your SSL certificate.
- Restart the Edge Server service.
- Enter the following command on the command prompt:
/etc/init.d/
inSyncEdgeSrv start
where inSyncEdgeSrv is the name of the Edge Server service.
- Enter the following command on the command prompt: