To facilitate secure communications, authorization and authentication, eXtremeDB Cluster Transport Layer security is implemented using Secure Sockets Layer (
TLS/SSL
).OpenSSL
was chosen as one of the most widespread and well-recognizedTLS
protocol implementations.In order to use
OpenSSL
networking in an application, the user system is required to have a localOpenSSL
installation. TheOpenSSL
headers and the libraries must be available to the compiler.Please refer to the Network Communications page for details on implementing OpenSSL security.