SSL Certificate

Top  Previous  Next

 

When you embed Thinfinity® Remote Desktop Server into a website you need an SSL certificate. Otherwise if the browser can not verify the configured certificate authenticity, your integration won't work.

There are two ways to set up the SSL certificate:

 

1. Using your own certificate

If you already have your own certificate or will get one from a Certificate Authority (CA), all you have to do is configure the certificate as described in the "A CA Certificate" section.

 

 

2. ThinRDP.net certificate

In case you don't have a certificate but want to use the https protocol, you can still use the certificate provided by ThinRDP.net .

Follow these simple steps to configure your application to use the Thinfinity® Remote Desktop Server certificate:

 

1. Configure the PIN resolution.

 

2. Set the 'server' property on the 'connect' method to your thinrdp.net public address. For more information on this address, read the Configure the PIN resolution section.

 Also you can set the 'server' property to the Thinfinity® Remote Desktop Server IP separated by underlines instead of dots, following the example below:

 

 Suppose your Thinfinity® Remote Desktop Server IP is 192.168.0.10 and it's listening under port 8443.

 

 The 'server' property should be:

         

         server: "192_168_0_10.thinrdp.net:8443"

 

 

If none of these options work for you, disable the SSL certificate, setting the "protocol" property to "HTTP:". Find out how to do it on the connect method subsection.

 

Read more:

Demos