SSL connection to EAServer fails

EAServer versions 5.2 and later use Transport Layer Security (TLS) to establish secure connections between a client and server. TLS is a protocol based on the Secure Sockets Layer (SSL) that can authenticate both the client and the server and create an encrypted connection between them. PowerBuilder clients that rely on the previous version of the EAServer SSL client runtime and use mutual authentication cannot establish an SSL connection using the default settings.

To disable support for TLS and use the previous version of the SSL client runtime, set the environment variable JAGSSL to true in the serverstart.bat file before you start EAServer.

You can also set this environment variable in an EAServer client installation:

set JAGSSL=true

[CR 402979]