security=SSL Using custom certificate #1041
Replies: 3 comments 1 reply
-
|
@developer992 , I hope you have gone though this https://github.com/ibmdb/python-ibmdb/blob/master/README.md#example-of-ssl-connection-string. |
Beta Was this translation helpful? Give feedback.
-
|
@developer992 If |
Beta Was this translation helpful? Give feedback.
-
|
The connection to DashDB and db2 on cloud works without SSLServerCertificate because those server are using CA signed certificates which is bundled with GSKIt by default and ibm_db uses it from GSKit library which is part of clidriver. If you db2 server uses a CA signed certificate whose root certificate is part of GSKit library, connection can work without using SSLServerCertificate same as dashdb. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a debian based linux container and would like to import the certificate into the OS keystore
I run
update-ca-certificatesbut it doesn't workIs installing GSK and following this guide the only way? https://www.ibm.com/docs/en/db2-warehouse?topic=drivers-secure-sockets-layer-ssl
Seems quite complicated to install this to debian https://www.ibm.com/docs/en/db2/11.5.x?topic=linux-installing-gskit-packages
Beta Was this translation helpful? Give feedback.
All reactions