SSL Support in jConnect

To use SSL sockets in versions of jConnect earlier than 15.7 SP 100, you had to create an implementation of SybSocketFactory interface and use it by setting the SYBSOCKET_FACTORY connection property.

In version 15.7 SP100, jConnect has built-in support to connect to Adaptive Server using SSL sockets. The new connection property ENABLE_SSL when set to:
Note: Sybase recommends that you set the login timeout using DriverManager.setLoginTimeout property to allow the connection to timeout when attempting SSL connection on a non SSL enabled Adaptive Server.
The SSL socket feature depends on the following standard Java properties: See the Java J2SE 6 Documentation for more information on Java standard properties.