cancel
Showing results for 
Search instead for 
Did you mean: 

looking to connect sybase db through x509 certificate authentication

0 Kudos

We are looking to connect sybase db through x509 certificate authentication. As per our understanding from

https://stackoverflow.com/questions/31383145/how-to-connect-to-sybase-ase-using-jdbc-driver-and-ssl-... ssl certificate is present in sybase home directory so we dont need to provide ssl certificate externally , we need to use ENABLE_SSL=true&SSL_TRUST_ALL_CERTS=true in connection paramaters.

Could you confirm is it correct way or do we have any other approach to upload certificate/ ssl based connection?

Referred Link for SAP ASE Sybase SSL:

https://stackoverflow.com/questions/31383145/how-to-connect-to-sybase-ase-using-jdbc-driver-and-ssl-...

Any help is appreciated!

View Entire Topic
c_baker
Employee
Employee
0 Kudos

The link pointed to refers to the non-SAP JDBC driver - jtds. To use the SAP-supported driver, jConnect ,please review the documentation at: SAP jConnect for JDBC Programmers Reference.

Chris