JDENET SSL-Enable Server Authentication (Release 9.2.1)

When JDENET over Secure Sockets Layer (SSL) is enabled, you can enable server authentication. To add server authentication, you need to configure the following two keys to JDENET of both JDE.INI and JAS.INI.

  • The numeric key sslServerAuthentication under (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 or JAS.INI.

  • The key sslCAFile under (JDENET) section specifies the location of trusted certificate store/file.

    [JDENET]

    sslServerAuthentication=1

    sslCAFile=C:\certstore\CA.pem