How to connect to Sybase ASE using JDBC driver and SSL connection
问题 I'm trying to establish an SSL connection to a Sybase ASE 15.7 using JDBC driver with no luck. I tried the following options: Using JTDS 1.25 driver (jtds-1.2.5.jar) With the following connection string: jdbc:jtds:sybase://host:port;databaseName=dbname;ssl=request I got Network error IOException: Connection refused Using Jconnect 4 (jconn4.jar) with the following connection string: jdbc:sybase:Tds:host:port/dbname?ENABLE_SSL=true I got java.sql.SQLException: JZ00L: Login failed. Examine the