JDENET SSL-Enable Server Authentication (Release 9.2.5.1)

When JDENET over Secure Sockets Layer (SSL) is enabled, you can enable server authentication. To enable server authentication, you need to configure the following two keys to the JDENET section of both the deployment and enterprise servers in the JDE.INI files.

  • The numeric key sslServerAuthentication under the [JDENET] section specifies whether to enable server certificate authentication or not. It is disabled by default, which means server authentication will not be performed if this key is set to 0 or is missing from JDE.INI.

  • The key sslCAFile under the [JDENET] section specifies the location of the trusted certificate store or file as shown below:

    [JDENET]

    sslServerAuthentication=1

    sslCAFile=C:\certstore\CA.pem