<?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: SSL verification error from newly build R82 management in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276520#M46137</link>
    <description>&lt;P&gt;You need to include the CA chain in your curl request:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl_cli --cacert $CPDIR/conf/ca-bundle.crt https://www.cisco.com
&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 05 May 2026 16:18:56 GMT</pubDate>
    <dc:creator>Duane_Toler</dc:creator>
    <dc:date>2026-05-05T16:18:56Z</dc:date>
    <item>
      <title>SSL verification error from newly build R82 management</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276511#M46135</link>
      <description>&lt;P&gt;Hi everyone.&amp;nbsp; I have a newly built and restored management server, R82 take 91.&amp;nbsp; I was trying to get the entra id object built, kept failing, no sign of login attempts in azure, so i ran a curl which received the errors show below.&amp;nbsp; Management is publicly addressed behind an r81.20 gateway, and not using ssl inspection.&amp;nbsp; Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Expert@R82-Management:0]# curl_cli -v &lt;A href="https://www.cisco.com" target="_blank"&gt;https://www.cisco.com&lt;/A&gt;&lt;BR /&gt;* Rebuilt URL to: &lt;A href="https://www.cisco.com/" target="_blank"&gt;https://www.cisco.com/&lt;/A&gt;&lt;BR /&gt;* Trying 23.222.206.179...&lt;BR /&gt;* TCP_NODELAY set&lt;BR /&gt;* Connected to &lt;A href="http://www.cisco.com" target="_blank"&gt;www.cisco.com&lt;/A&gt; (23.222.206.179) port 443 (#0)&lt;BR /&gt;* ALPN, offering http/1.1&lt;BR /&gt;* *** Current date is: Tue May 5 07:49:36 2026&lt;BR /&gt;* TLSv1.3 (OUT), TLS handshake, Client hello (1):&lt;BR /&gt;* err is -1, detail is 2&lt;BR /&gt;* *** Current date is: Tue May 5 07:49:36 2026&lt;BR /&gt;* TLSv1.3 (IN), TLS handshake, Server hello (2):&lt;BR /&gt;* TLSv1.3 (IN), TLS handshake, [no content] (0):&lt;BR /&gt;* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):&lt;BR /&gt;* err is -1, detail is 2&lt;BR /&gt;* *** Current date is: Tue May 5 07:49:36 2026&lt;BR /&gt;* TLSv1.3 (IN), TLS handshake, [no content] (0):&lt;BR /&gt;* TLSv1.3 (IN), TLS handshake, Certificate (11):&lt;BR /&gt;* TLSv1.3 (OUT), TLS alert, unknown CA (560):&lt;BR /&gt;* err is -1, detail is 1&lt;BR /&gt;* errdetail=0x1416f086&lt;BR /&gt;ERR_lib_error_string: SSL routines&lt;BR /&gt;ERR_func_error_string: tls_process_server_certificate&lt;BR /&gt;ERR_reason_error_string: certificate verify failed&lt;BR /&gt;ERR_error_string: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed&lt;BR /&gt;* SSL certificate problem: self signed certificate in certificate chain&lt;BR /&gt;* Closing connection 0&lt;BR /&gt;curl: (60) SSL certificate problem: self signed certificate in certificate chain&lt;BR /&gt;More details here: &lt;A href="https://curl.haxx.se/docs/sslcerts.html" target="_blank"&gt;https://curl.haxx.se/docs/sslcerts.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;curl failed to verify the legitimacy of the server and therefore could not&lt;BR /&gt;establish a secure connection to it. To learn more about this situation and&lt;BR /&gt;how to fix it, please visit the web page mentioned above.&lt;BR /&gt;[Expert@R82-Management:0]#&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 14:57:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276511#M46135</guid>
      <dc:creator>D_TK</dc:creator>
      <dc:date>2026-05-05T14:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: SSL verification error from newly build R82 management</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276520#M46137</link>
      <description>&lt;P&gt;You need to include the CA chain in your curl request:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl_cli --cacert $CPDIR/conf/ca-bundle.crt https://www.cisco.com
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 May 2026 16:18:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276520#M46137</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2026-05-05T16:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSL verification error from newly build R82 management</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276523#M46140</link>
      <description>&lt;P&gt;This implies HTTPS Inspection is taking place somewhere between your management and &lt;A href="http://www.cisco.com" target="_blank"&gt;www.cisco.com&lt;/A&gt;.&lt;BR /&gt;Are you doing this in your environment and if so, is it a Check Point gateway or something else?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 16:31:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276523#M46140</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-05-05T16:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSL verification error from newly build R82 management</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276531#M46143</link>
      <description>&lt;P&gt;management is behind a r81.20 cluster which has ssl inspection disabled.&amp;nbsp; when we try to create the entra object, i never see the log in attempt in the entra logs.&amp;nbsp; not sure if the curl error is a red herring, or an indication of what's causing the entra object creation to fail.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 18:06:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276531#M46143</guid>
      <dc:creator>D_TK</dc:creator>
      <dc:date>2026-05-05T18:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSL verification error from newly build R82 management</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276535#M46144</link>
      <description>&lt;P&gt;Yep, the curl test is a red herring for you. &amp;nbsp;You can add the Entra ID updatable objects to your rules to allow your management server access to those addresses. &amp;nbsp;You can test with other curl requests, too:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl_cli --cacert $CPDIR/conf/ca-bundle.crt https://login.microsoftonline.com

curl_cli --cacert $CPDIR/conf/ca-bundle.crt https://sts.windows.net
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 19:29:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276535#M46144</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2026-05-05T19:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: SSL verification error from newly build R82 management</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276536#M46145</link>
      <description>&lt;P&gt;Yeah, those curls that explicitly call out the cert store work - thank you..&amp;nbsp; it's not access rules either, i have management currently allowed to all ms/azure properties, and no drops logged.&amp;nbsp; i'll have to dig deeper on this one.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 19:49:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SSL-verification-error-from-newly-build-R82-management/m-p/276536#M46145</guid>
      <dc:creator>D_TK</dc:creator>
      <dc:date>2026-05-05T19:49:46Z</dc:date>
    </item>
  </channel>
</rss>

