Driver HTTPS

The following files are used for Driver HTTPS:

JDriver: ssl.keystore — Includes the self-signed DataSynapse certificate plus CA certs. This is not needed if you are using a CA-signed certificate. The Driver looks for this in the same directory as driver.properties, or you can set this location with the API. It can also be placed in the classpath or working directory.
.NET Driver: ssl.crt — This is ssl.pem renamed so that Windows recognizes it. This is not needed if you are using a CA-signed certificate. If you do, double-click on the cert to install it.
C++ Driver: ssl.pem — On a UNIX machine, it might not be needed if using a CA-signed certificate, since most distributions place CA certs in locations known to OpenSSL. It is required by Windows. The Driver looks for this in the working directory.
Python Driver: Copy the updated ssl.pem file to the ./GridServerSDK-Linux/examples/service/python/client folder.