Created 06-24-2025 12:02 PM
Recently started getting the following error when attempting and odbc connection using 2.06.09.1009 windows 64-bit odbc driver:
"[Cloudera][DriverSupport] (1100) SSL certificate verification failed because the certificate is missing or incorrect. (1100) (SQLDriverConnect); [HY000] [Cloudera][DriverSupport] (1100) SSL certificate verification failed because the certificate is missing or incorrect. (1100)"
Upon further investigation using openssl against the cacerts.pem file we discovered there are several components in the pem file that have expired.
Where can we get an update cacerts.pem file?
Thanks.
Created 06-26-2025 10:25 PM
Thanks @WMichael
I am not sure about any other way but reinstalling the ODBC driver should fix the issue is certs are bundled with the driver only
Created 06-25-2025 11:57 PM
Hello @WMichael
Thank you for reaching out to Cloudera Community
Created 06-26-2025 07:59 AM
Thanks.
The installation of the ODBC driver installation included the cacerts.pem file. Is there a way to get an updated file (without reinstalling the ODBC Driver)?
Created 06-26-2025 10:25 PM
Thanks @WMichael
I am not sure about any other way but reinstalling the ODBC driver should fix the issue is certs are bundled with the driver only
Created 07-01-2025 11:13 AM
Turns out a change had been made on the Server that required a change in the way the ODBC connection was being made. After adding "UseSystemTrustStore=1" to our connection string, then out problem was solved.
"