<?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: getting certificate error when trying to connect to a site in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100936#M19583</link>
    <description>&lt;P&gt;So apparently it works with the untrusted option as you can see below, what does that mean?&lt;/P&gt;&lt;P&gt;curl_cli -k &lt;A href="https://004e0b01.pphosted.com:10000/" target="_blank"&gt;https://004e0b01.pphosted.com:10000/&lt;/A&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;302 Found&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Found&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;The document has moved &amp;lt;a href="&lt;A href="https://community.checkpoint.com/" target="_blank"&gt;https://004e0b01.pphosted.com:10000/admin"&amp;gt;here&amp;lt;/a&amp;gt;.&amp;lt;/p&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2020 17:27:57 GMT</pubDate>
    <dc:creator>kb1</dc:creator>
    <dc:date>2020-11-02T17:27:57Z</dc:date>
    <item>
      <title>getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100443#M19522</link>
      <description>&lt;P&gt;So we are trying to connect to a proofpoint link for employee training-&lt;/P&gt;&lt;P&gt;&lt;A href="https://004e0b01.pphosted.com:10000/" target="_blank"&gt;https://004e0b01.pphosted.com:10000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and we can connect to it from home when not connected to company vpn, but when we are inside the network it doesnt work, i have tried the following straight from the internet firewall (running GAiA R80.20) and this is what i got-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;[Expert@VXX-FWXX:0]# curl_cli -v &lt;A href="https://004e0b01.pphosted.com:10000/" target="_blank"&gt;https://004e0b01.pphosted.com:10000/&lt;/A&gt;&lt;BR /&gt;* Trying 205.220.162.242...&lt;BR /&gt;* Connected to 004e0b01.pphosted.com (205.220.162.242) port 10000 (#0)&lt;BR /&gt;* ALPN, offering http/1.1&lt;BR /&gt;* Cipher selection: HIGH:!RC4:!LOW:!EXP:!aNULL:!SSLv2:!MD5:!aECDH:!EDH&lt;BR /&gt;* *** Current date is: Wed Oct 28 14:46:31 2020&lt;BR /&gt;* TLSv1.2 (OUT), TLS header, Certificate Status (22):&lt;BR /&gt;* TLSv1.2 (OUT), TLS handshake, Client hello (1):&lt;BR /&gt;* err is -1, detail is 2&lt;BR /&gt;* *** Current date is: Wed Oct 28 14:46:31 2020&lt;BR /&gt;* TLSv1.2 (IN), TLS handshake, Server hello (2):&lt;BR /&gt;* TLSv1.2 (IN), TLS handshake, Certificate (11):&lt;BR /&gt;* TLSv1.2 (OUT), TLS alert, Server hello (2):&lt;BR /&gt;* err is -1, detail is 1&lt;BR /&gt;* errdetail=0x14090086&lt;BR /&gt;ERR_lib_error_string: SSL routines&lt;BR /&gt;ERR_func_error_string: ssl3_get_server_certificate&lt;BR /&gt;ERR_reason_error_string: certificate verify failed&lt;BR /&gt;ERR_error_string: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed&lt;BR /&gt;* SSL certificate problem: unable to get local issuer certificate&lt;BR /&gt;* Closing connection 0&lt;BR /&gt;curl: (60) SSL certificate problem: unable to get local issuer certificate&lt;BR /&gt;More details here: &lt;A href="http://curl.haxx.se/docs/sslcerts.html" target="_blank"&gt;http://curl.haxx.se/docs/sslcerts.html&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;curl performs SSL certificate verification by default, using a "bundle"&lt;BR /&gt;of Certificate Authority (CA) public keys (CA certs). If the default&lt;BR /&gt;bundle file isn't adequate, you can specify an alternate file&lt;BR /&gt;using the --cacert option.&lt;BR /&gt;If this HTTPS server uses a certificate signed by a CA represented in&lt;BR /&gt;the bundle, the certificate verification probably failed due to a&lt;BR /&gt;problem with the certificate (it might be expired, or the name might&lt;BR /&gt;not match the domain name in the URL).&lt;BR /&gt;If you'd like to turn off curl's verification of the certificate, use&lt;BR /&gt;the -k (or --insecure) option.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As you can see from the above output the connection to the server itself is successful but towards the end there is cert error because of which connection is being dropped, i dont think this is a firewall issue (we have url filtering enabled but not https inpsection, using only categoized https inspection), so im assuming that this is not an issue from our side?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank You.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Oct 2020 21:04:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100443#M19522</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-10-28T21:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100517#M19531</link>
      <description>&lt;P&gt;It looks like you cannot fetch CRL.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also, are you using inbonud HTTPS Inspection?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:52:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100517#M19531</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-10-29T08:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100581#M19547</link>
      <description>&lt;P&gt;as you can see https inspection is turned off, only categorized https inspection is enabled which i dont think should be causing any cert issues unless im wrong-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="https.png" style="width: 751px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/8700iD60B825D835EFBAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="https.png" alt="https.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 16:44:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100581#M19547</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-10-29T16:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100745#M19564</link>
      <description>&lt;P&gt;Looks like curl isn’t trusting the certificate presented.&lt;BR /&gt;Have you tried using the —insecure option as noted in the output?&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 05:25:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100745#M19564</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-11-01T05:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100834#M19574</link>
      <description>&lt;P&gt;With R80.20, starting from certain HFA, HTTPS categorisation verifies the actual web certificate, CRL and its chain. Please make sure the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Web site you are accessing has a trusted certificate&lt;/LI&gt;&lt;LI&gt;Security GW has DNS working properly&lt;/LI&gt;&lt;LI&gt;CRL can be retrieved&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If at least one condition does not match, that's your case:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERR_lib_error_string: SSL routines&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERR_func_error_string: ssl3_get_server_certificate&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERR_reason_error_string: certificate verify failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERR_error_string: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* SSL certificate problem: unable to get local issuer certificate&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* Closing connection 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;curl: (60) SSL certificate problem: unable to get local issuer certificate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 07:52:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100834#M19574</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-11-02T07:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100842#M19576</link>
      <description>&lt;P&gt;How can I make sure that the crl can be retrieved?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 08:24:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100842#M19576</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-11-02T08:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100843#M19577</link>
      <description>&lt;P&gt;Yes I will try that out and post here&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 08:25:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100843#M19577</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-11-02T08:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100851#M19579</link>
      <description>&lt;P&gt;Did you already rule out two first cases? Can you access this website from a non-firewalled client? How does the certificate look?&lt;BR /&gt;&lt;BR /&gt;CRL distribution point is mentioned in the certificate itself. Take this URL and try accessing it from the GW, with curl_cli&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 09:02:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100851#M19579</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-11-02T09:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100936#M19583</link>
      <description>&lt;P&gt;So apparently it works with the untrusted option as you can see below, what does that mean?&lt;/P&gt;&lt;P&gt;curl_cli -k &lt;A href="https://004e0b01.pphosted.com:10000/" target="_blank"&gt;https://004e0b01.pphosted.com:10000/&lt;/A&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;302 Found&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Found&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;The document has moved &amp;lt;a href="&lt;A href="https://community.checkpoint.com/" target="_blank"&gt;https://004e0b01.pphosted.com:10000/admin"&amp;gt;here&amp;lt;/a&amp;gt;.&amp;lt;/p&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 17:27:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100936#M19583</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-11-02T17:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100937#M19584</link>
      <description>&lt;P&gt;So apparently it works with the untrusted option as you can see below, what does that mean?&lt;/P&gt;&lt;P&gt;[Expert@VXX-FXX:0]# curl_cli -k &lt;A href="https://004e0b01.pphosted.com:10000/" target="_blank"&gt;https://004e0b01.pphosted.com:10000/&lt;/A&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;302 Found&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Found&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;The document has moved &amp;lt;a href="&lt;A href="https://community.checkpoint.com/" target="_blank"&gt;https://004e0b01.pphosted.com:10000/admin"&amp;gt;here&amp;lt;/a&amp;gt;.&amp;lt;/p&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 17:29:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100937#M19584</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-11-02T17:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100961#M19590</link>
      <description>&lt;P&gt;I think the best is to open a support call. I can see, the certificate is valid, but CRL is not hosted on digicert but on a different site:&amp;nbsp;&lt;A href="http://cacerts.thawte.com/ThawteRSACA2018.crt" target="_blank"&gt;http://cacerts.thawte.com/ThawteRSACA2018.crt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This might be the source of your issue, or, it might be something else. BTW, check you can fetch&amp;nbsp;&lt;A href="http://cacerts.thawte.com/ThawteRSACA2018.crt" target="_blank"&gt;http://cacerts.thawte.com/ThawteRSACA2018.crt&lt;/A&gt;&amp;nbsp;from your GW.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 06:53:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/100961#M19590</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-11-03T06:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/101246#M19642</link>
      <description>ok thanks for the help.</description>
      <pubDate>Thu, 05 Nov 2020 19:00:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/101246#M19642</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-11-05T19:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: getting certificate error when trying to connect to a site</title>
      <link>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/101247#M19643</link>
      <description>&lt;P&gt;i tried this-&lt;/P&gt;&lt;P&gt;curl_cli -v &lt;A href="http://cacerts.thawte.com/ThawteRSACA2018.crt" target="_blank"&gt;http://cacerts.thawte.com/ThawteRSACA2018.crt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and got a binary output and im assuming its able to fetch the cert?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 19:07:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/getting-certificate-error-when-trying-to-connect-to-a-site/m-p/101247#M19643</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-11-05T19:07:04Z</dc:date>
    </item>
  </channel>
</rss>

