Enabling or Disabling SSL on Replication Server

You can enable SSL using Replication Server commands or rs_init.

Note: Replication Server does not require the REP_SSL license, as SSL comes as a part of the basic REP_SERVER license.
  1. Enable or disable SSL using configure replication server with the use_ssl option.
    To use configure replication server, enter:
    configure replication server
    set use_ssl to 'on'
    Set use_ssl to off to disable SSL. By default, SSL is not enabled on Replication Server. When use_ssl is off, Replication Server does not accept SSL connections.
    use_ssl is a static option. You must restart Replication Server after you change its value.
  2. To log in to Replication Server running on IBM AIX 64-bit platforms, edit the LIBPATH environment variable in SYBASE.csh or SYBASE.sh.
    File Execute
    SYBASE.csh
    source SYBASE.csh
    setenv LIBPATH $SYBASE/$SYBASE_OCS/lib3p:$LIBPATH
    SYBASE.sh
    source SYBASE.sh
    export LIBPATH=$SYBASE/SYBASE_OCS/lib3p:$LIBPATH