Feedback
Did this article resolve your question/issue?

   

Article

SSL errors when using self signed certificate to Apache Hive

Information

 
TitleSSL errors when using self signed certificate to Apache Hive
URL Namessl-errors-when-using-self-signed-certificate-to-apache-hive
Article Number000179813
EnvironmentProduct: Connect for ODBC Apache Hive
Version: 7.1
OS: Linux
Database: Apache Hive
Application: all supported applications
Question/Problem Description
When using a self generated .pem SSL certificate with the example application the mentioned errors are thrown.
Steps to Reproduce
Clarifying Information
Error MessageSQLSTATE = S1000
NATIVE ERROR = 7550
MSG = [DataDirect][ODBC Apache Hive Wire Protocol driver]SSL passed certificate is self signed and the same certificate cannot be found in the list of trusted certificates.

SQLSTATE = 08001
NATIVE ERROR = 7570
MSG = [DataDirect][ODBC Apache Hive Wire Protocol driver]SSL Handshake Failure reason [error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed].

SQLConnect: Retrying Connect.
SQLSTATE = S1000
NATIVE ERROR = 7550
MSG = [DataDirect][ODBC Apache Hive Wire Protocol driver]SSL passed certificate is self signed and the same certificate cannot be found in the list of trusted certificates.

SQLSTATE = 08001
NATIVE ERROR = 7570
MSG = [DataDirect][ODBC Apache Hive Wire Protocol driver]SSL Handshake Failure reason [error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed].

SQLConnect: Retrying Connect.
SQLSTATE = S1000
NATIVE ERROR = 7550
MSG = [DataDirect][ODBC Apache Hive Wire Protocol driver]SSL passed certificate is self signed and the same certificate cannot be found in the list of trusted certificates.

SQLSTATE = 08001
NATIVE ERROR = 7570
MSG = [DataDirect][ODBC Apache Hive Wire Protocol driver]SSL Handshake Failure reason [error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed].
Defect Number
Enhancement Number
Cause
This is when using a self signed certificate.
Resolution
set Connection option ValidateServerCertificate=0
Workaround
Notes
Last Modified Date11/20/2020 7:21 AM
Files
Disclaimer The origins of the information on this site may be internal or external to Progress Software Corporation (“Progress”). Progress Software Corporation makes all reasonable efforts to verify this information. However, the information provided is for your information only. Progress Software Corporation makes no explicit or implied claims to the validity of this information.

Any sample code provided on this site is not supported under any Progress support program or service. The sample code is provided on an "AS IS" basis. Progress makes no warranties, express or implied, and disclaims all implied warranties including, without limitation, the implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample code is borne by the user. In no event shall Progress, its employees, or anyone else involved in the creation, production, or delivery of the code be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample code, even if Progress has been advised of the possibility of such damages.