use_ssl

use_ssl indicates whether clients must use SSL to connect to Replication Agent.

Default

False

Value

True | False

Comments

  • If this parameter is set to true, any clients must use SSL to connect to Replication Agent administration port. The Replication Agent certificate and private key in its identity file is used during SSL handshake.

  • For isql as a client, if this parameter is set to true, the Replication Agent master and query entries in the interfaces file (UNIX) or sql.ini (Windows) must be appended with ssl. For example:
    [SRVRA1]
    master=NLWNSCK,localhost,13010,ssl
    query=NLWNSCK,localhost,13010,ssl