You must reboot after you update the system environment
variables.
To configure the client environment to use SSL
Set the client Sybase Window variable:
set SYBASE= C:\<install_dir>\DC-15_0\connectivity
Go to the C:\<install_dir>\DC-15_0\connectivity\ini directory:
C:\<install_dir>\DC-15_0\bin> cd C:\<install_dir>\DC-15_0\connectivity\ini
Copy the trusted.txt file to the C:\<install_dir>\DC-15_0\connectivity\.ini directory:
C:\<install_dir>\DC-15_0\connectivity\ini>copy C:\<install_dir>\DC-15_0\bin\trusted.txt C:\<install_dir>\DC-15_0\connectivity\ini
Edit the sql.ini file and append the SSL entry to the Master and Query entries for the services:
C:\<install_dir>\DC-15_0\connectivity\ini>notepad sql.ini
[server name] Master = NLWNSCK, machine name, port ssl Query = NLWNSCK, machine name, port ssl
Go to the Sybase Open Client and Open Server bin directory:
cd C:\<install_dir>\DC-15_0\connectivity\\OCS-15_0\bin
Issue the isql command to connect to the service:
isql -Sservice name -Uuid -Ppwd
When you are finished, stop the server and restart it. If you receive no connection errors, SSL is installed correctly.
For testing, to examine SSL handshakes Sybase recommends that you use the ssldump utility.