Secure Connection example.
This example shows you how to enable a secure connection between the server and the clients.
WARNING: The provided public certificate is a self-signed certificate. As a result, web browsers will block the connection (untrusted connection). Please replace the certificate and the private key by your certificate signed by a trusted certificate authority.
Note: In this example, the RemoteViz service uses the localhost IP address (127.0.0.1) by default. To run it on a web server, start the demo by passing the service IP address and port as arguments (ex : SecureConnectionRenderingService 192.168.0.1 8082) and edit the file "index.html" (client side) to modify the IP address and the port.