ContentsIndexHome
PreviousUpNext
SSL

In order to make use of encrypted (SSL) connections you need to/can specify various options when setting up both the server and client connections. These differ per SDK language. The server side adheres to the C++ settings

Name 
Description 
C++ 
The SSL options for c++ are passed as a semi-colon separated string passed as 4th argument to the openSessionExt method when creating a session and/or specified as listen-options in the SDK server configuration:
 
Java 
The SSL options for Java are passed as a semi-colon separated string passed as 4th argument to the openSessionExt method when creating a session: