Can someone please provide guidance on how to configure a database connection to use SSL to a Sybase ASE database? I need to know how to connect from both the Powerbuilder IDE and, separately, from a client/server application.
We are currently using
- Powerbuilder Standard 2017 R2 but will shortly upgrade to 2019
- Sybase ASE 16.0
- Database Interface: ASE SAP ASE 15.x|16.x
I am able to establish an SSL connection to the ASE database via tools such as Sybase's Interactive SQL and JetBrains' DataGrip. With both of these I have had to set connection parameters.
- ENABLE_SSL=TRUE (required only for DataGrip)
- SSL_TRUST_ALL_CERTS=TRUE (required only for both Interactive SQL and DataGrip)