<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to resolve  SSL_connect error when VPN is enabled in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-resolve-ssl-connect-error-when-vpn-is-enabled/m-p/104484#M41767</link>
    <description>&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;The error you are encountering, " (14) Unexpected response from server during a HTTP connection: SSL_connect:", when trying to connect to Databricks using the ODBC protocol with the Simba Driver DSN while the corporate VPN is turned on, is likely related to SSL certificate verification issues&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;Here are some steps you can take to resolve this issue:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Check SSL Certificate Configuration&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;Ensure that the SSL certificates are correctly configured. You might need to disable SSL certificate verification if you are using self-signed certificates or if there are issues with the certificate chain.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;You can do this by setting the &lt;CODE&gt;AllowSelfSignedServerCert&lt;/CODE&gt; option to &lt;CODE&gt;1&lt;/CODE&gt; and the &lt;CODE&gt;AllowHostNameCNMismatch&lt;/CODE&gt; option to &lt;CODE&gt;1&lt;/CODE&gt; in your DSN configuration. This can be done in the &lt;CODE&gt;simba.sparkodbc.ini&lt;/CODE&gt; file or through the ODBC Data Source Administrator.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Disable Certificate Revocation Check&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;If the issue persists, you can try disabling the certificate revocation check by setting the &lt;CODE&gt;CheckCertRevocation&lt;/CODE&gt; option to &lt;CODE&gt;0&lt;/CODE&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Use System Trust Store&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;Ensure that the &lt;CODE&gt;UseSystemTrustStore&lt;/CODE&gt; option is set to &lt;CODE&gt;1&lt;/CODE&gt; if you want to use the system's trust store for SSL verification.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Tue, 07 Jan 2025 10:54:41 GMT</pubDate>
    <dc:creator>Walter_C</dc:creator>
    <dc:date>2025-01-07T10:54:41Z</dc:date>
    <item>
      <title>How to resolve  SSL_connect error when VPN is enabled</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-resolve-ssl-connect-error-when-vpn-is-enabled/m-p/104474#M41763</link>
      <description>&lt;P&gt;I am trying to connect to Databricks using ODBC protocol with Simba Driver DSN. I am able to successfully connect and access the data when our corporate VPN is turned OFF. but when it's turned ON , I am getting the following error "[Simba][ThriftExtension] (14) Unexpected response from server during a HTTP connection: SSL_connect:"&lt;BR /&gt;how to resolve this ?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 09:56:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-resolve-ssl-connect-error-when-vpn-is-enabled/m-p/104474#M41763</guid>
      <dc:creator>pavan_yndpl</dc:creator>
      <dc:date>2025-01-07T09:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve  SSL_connect error when VPN is enabled</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-resolve-ssl-connect-error-when-vpn-is-enabled/m-p/104484#M41767</link>
      <description>&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;The error you are encountering, " (14) Unexpected response from server during a HTTP connection: SSL_connect:", when trying to connect to Databricks using the ODBC protocol with the Simba Driver DSN while the corporate VPN is turned on, is likely related to SSL certificate verification issues&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;Here are some steps you can take to resolve this issue:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Check SSL Certificate Configuration&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;Ensure that the SSL certificates are correctly configured. You might need to disable SSL certificate verification if you are using self-signed certificates or if there are issues with the certificate chain.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;You can do this by setting the &lt;CODE&gt;AllowSelfSignedServerCert&lt;/CODE&gt; option to &lt;CODE&gt;1&lt;/CODE&gt; and the &lt;CODE&gt;AllowHostNameCNMismatch&lt;/CODE&gt; option to &lt;CODE&gt;1&lt;/CODE&gt; in your DSN configuration. This can be done in the &lt;CODE&gt;simba.sparkodbc.ini&lt;/CODE&gt; file or through the ODBC Data Source Administrator.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Disable Certificate Revocation Check&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;If the issue persists, you can try disabling the certificate revocation check by setting the &lt;CODE&gt;CheckCertRevocation&lt;/CODE&gt; option to &lt;CODE&gt;0&lt;/CODE&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Use System Trust Store&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;Ensure that the &lt;CODE&gt;UseSystemTrustStore&lt;/CODE&gt; option is set to &lt;CODE&gt;1&lt;/CODE&gt; if you want to use the system's trust store for SSL verification.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 07 Jan 2025 10:54:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-resolve-ssl-connect-error-when-vpn-is-enabled/m-p/104484#M41767</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-07T10:54:41Z</dc:date>
    </item>
  </channel>
</rss>

