<?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: Certificate Signed By Unknown Authority in OpenTelemetry/Skyline</title>
    <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225217#M462</link>
    <description>&lt;P&gt;Still no go, I tried every combanations,&lt;BR /&gt;&lt;BR /&gt;root + inter + mimir /&amp;nbsp; root+ inter / inter / root/ inter + mimir / mimir = x509 certificate singed by unknown authority (possibly because of \"crypto/rsa: verification error\"&amp;nbsp; while trying to verify candidate authority certificate \"&amp;lt;Intermediate CA name&amp;gt;\")"&lt;BR /&gt;&lt;BR /&gt;public-ca-key:&lt;/P&gt;&lt;P&gt;value: "-----BEGIN CERTIFICATE-----&amp;lt;RootCA&amp;gt;-----END CERTIFICATE----------BEGIN CERTIFICATE-----&amp;lt;InterCA&amp;gt;-----END CERTIFICATE----------BEGIN CERTIFICATE-----&amp;lt;MimirCERT&amp;gt;-----END CERTIFICATE-----"&lt;BR /&gt;&lt;BR /&gt;I'm really lost here.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2024 21:23:14 GMT</pubDate>
    <dc:creator>ww1m6</dc:creator>
    <dc:date>2024-08-30T21:23:14Z</dc:date>
    <item>
      <title>Certificate Signed By Unknown Authority</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225148#M457</link>
      <description>&lt;P&gt;Hey there fellows!&lt;BR /&gt;&lt;BR /&gt;So I have been trying to set up integration between the Skyline and Mimir, so far so good.&lt;BR /&gt;Following the post :&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Custom-http-Header-for-Export-and-HTTPS-without-authentication/m-p/209533#M340" target="_self"&gt;Custom-http-Header-for-Export-and-HTTPS-without-authentication/&lt;/A&gt;&amp;nbsp; and the recommendation of&amp;nbsp;&lt;A class="" href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/5970" target="_self"&gt;&lt;SPAN class=""&gt;Elad_Chomsky&lt;/SPAN&gt;&lt;/A&gt;, I have tried setting it up with the following config file:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "enabled": true,
  "export-targets": {
    "add/remove": [
      {
        "client-auth": {
          "token": {
            "custom-header": {
              "key": "X-Scope-OrgID",
              "value": "1"
            }
          }
        },
        "enabled": false,
        "server-auth": {
          "ca-public-key": {
            "type": "PEM-X509",
            "value": "-----BEGIN CERTIFICATE-----BASE64TEXTHERE-----END CERTIFICATE-----"
          }
        },
        "type": "prometheus-remote-write",
        "url": "https://example.com/api/v1/push"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only problem I have ran into is the "ca-public-key", I tried putting the Certificate of the Mimir or even the CA the signed the Mimir certificate but looking at "otelcol.log" I see the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"Exporting failed. the error is not retryable. Dropping data.   {"kind": "exporter", "date_type": "metrics", "name": "prometheusremotewrite", "error": "Permanent error: Permanent error: Post \"&amp;lt;usl-of-mimir&amp;gt;/api/v1/push\": x509: certificate singed by unknown authority (possibly because of \ "crypto/rsa: verification error\" while trying to verify candidate authority certificate \"&amp;lt;Root CA Name&amp;gt;\")", "dropped_items": 737}​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice? Or idea what can I do? what can I check?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 14:30:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225148#M457</guid>
      <dc:creator>ww1m6</dc:creator>
      <dc:date>2024-08-30T14:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Signed By Unknown Authority</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225162#M458</link>
      <description>&lt;P&gt;Have you included the entire CA chain (not just the root)?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 17:29:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225162#M458</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-08-30T17:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Signed By Unknown Authority</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225168#M459</link>
      <description>&lt;P&gt;My certificate tree in the mimir is :&lt;BR /&gt;&lt;BR /&gt;RootCA ---&amp;gt; Intermediate CA ---&amp;gt; The Mimir Certificate&lt;BR /&gt;&lt;BR /&gt;I have tried putting the Mimir/Intermediate alone each time, I couldn't find a good explanation by Checkpoint about what to put there.&amp;nbsp;&lt;BR /&gt;How should I do it?&lt;BR /&gt;&lt;BR /&gt;Just combine both the root and the intermediate ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 18:13:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225168#M459</guid>
      <dc:creator>ww1m6</dc:creator>
      <dc:date>2024-08-30T18:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Signed By Unknown Authority</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225179#M460</link>
      <description>&lt;P&gt;Is the CA has to be on the CA's in the Gateways?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 18:51:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225179#M460</guid>
      <dc:creator>ww1m6</dc:creator>
      <dc:date>2024-08-30T18:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Signed By Unknown Authority</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225199#M461</link>
      <description>&lt;P&gt;The value should contain the entire certificate chain so it can be correctly validated.&lt;BR /&gt;That means the public certificate of the Root CA followed by the public certificate of the Intermediate CA followed by the Mimir Certificate.&lt;BR /&gt;This is not Check Point specific.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 19:21:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225199#M461</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-08-30T19:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Signed By Unknown Authority</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225217#M462</link>
      <description>&lt;P&gt;Still no go, I tried every combanations,&lt;BR /&gt;&lt;BR /&gt;root + inter + mimir /&amp;nbsp; root+ inter / inter / root/ inter + mimir / mimir = x509 certificate singed by unknown authority (possibly because of \"crypto/rsa: verification error\"&amp;nbsp; while trying to verify candidate authority certificate \"&amp;lt;Intermediate CA name&amp;gt;\")"&lt;BR /&gt;&lt;BR /&gt;public-ca-key:&lt;/P&gt;&lt;P&gt;value: "-----BEGIN CERTIFICATE-----&amp;lt;RootCA&amp;gt;-----END CERTIFICATE----------BEGIN CERTIFICATE-----&amp;lt;InterCA&amp;gt;-----END CERTIFICATE----------BEGIN CERTIFICATE-----&amp;lt;MimirCERT&amp;gt;-----END CERTIFICATE-----"&lt;BR /&gt;&lt;BR /&gt;I'm really lost here.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 21:23:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Certificate-Signed-By-Unknown-Authority/m-p/225217#M462</guid>
      <dc:creator>ww1m6</dc:creator>
      <dc:date>2024-08-30T21:23:14Z</dc:date>
    </item>
  </channel>
</rss>

