I have connected to mainframe DB2 databases and Linux databases through VBA before and they still run OK. Now we moved to AWS and I need to connect to a Linux database using SSL.
I have tried some additional connection parameters, like SECURITY=SSL, SSLClientKeystoredb and SSLClientKeystash. I get this error, "SQL1109N The specified DLL "GSKit Error: 202" could not be loaded. SQLSTATE=42724".
I basically use the same connection parameters through Python and it connects correctly.
I was looking for someone who might connect to an SSL required database and have either had the same problem or figured a way to make it work.
I have tried some additional connection parameters, like SECURITY=SSL, SSLClientKeystoredb and SSLClientKeystash. I get this error, "SQL1109N The specified DLL "GSKit Error: 202" could not be loaded. SQLSTATE=42724".
I basically use the same connection parameters through Python and it connects correctly.
I was looking for someone who might connect to an SSL required database and have either had the same problem or figured a way to make it work.