Using SSL in C++ clients

Clients can use SSL to enhance the security of their connection to EAServer. You can also configure servers to require that clients provide an SSL certificate when connecting to EAServer. For information on configuring EAServer to use SSL, see Chapter 13, “Security Configuration Tasks,” in the EAServer Security Administration and Programming Guide.

Sample C++ clients that use SSL are provided in the Sample/ClientSSL directory. The file readme.txt describes how to build and run the clients.