Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. UNABLE_TO_VERIFY_LEAF_SIGNATURE

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    SOLVED UNABLE_TO_VERIFY_LEAF_SIGNATURE

    This topic has been deleted. Only users with topic management privileges can see it.
    • Negalein
      Negalein Global Moderator last edited by

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Synology
      Arbeitsspeicher: 10GB
      Festplattenart: HDD
      Betriebssystem: Synology
      Node-Version: 10.17.0
      Nodejs-Version: 10.17.0
      NPM-Version: 6.11.3

      JS-Version: 4.6.23

      Hallo

      Ich hab ein Blockly, das seit ein paar Tagen (gerade erst entdeckt) unter anderem obigen Fehler erzeugt.

      Das Blockly funktioniert aber trotzdem.

      Was bedeuten diese 2 Fehler und wie wären sie zu umgehen?

      2020-08-27 19:25:30.399  - error: javascript.0 (594) Request error: Error: unable to verify the first certificate
      2020-08-27 19:25:30.400  - error: javascript.0 (594) script.js.Doorbird.Klingelaufnahme_Syno: {'code':'unable_to_verify_leaf_signature'}
      

      Hier noch das Blockly dazu.
      javascript - ioBroker (7).png

      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="on" id="]4AFU}$)@_H~Sd*2sh8i" x="-412" y="-112">
          <field name="OID">doorbird.0.Doorbell.102.trigger</field>
          <field name="CONDITION">true</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="request" id=".4rhBk4;GXbkusq;Z/zM">
              <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
              <field name="WITH_STATEMENT">FALSE</field>
              <field name="LOG"></field>
              <value name="URL">
                <shadow type="text" id="8f/!COr@w^5)t16aII5i">
                  <field name="TEXT">http://10.0.1.22:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.ExternalEvent&amp;method="Trigger"&amp;version=1&amp;eventId=1&amp;eventName="This is external event1"&amp;account="test"&amp;password="test"</field>
                </shadow>
              </value>
              <next>
                <block type="control" id=":S_fQYwsW7fZoN_@#BbG">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                  <field name="OID">doorbird.0.Doorbell.102.trigger</field>
                  <field name="WITH_DELAY">TRUE</field>
                  <field name="DELAY_MS">2000</field>
                  <field name="UNIT">ms</field>
                  <field name="CLEAR_RUNNING">FALSE</field>
                  <value name="VALUE">
                    <block type="logic_boolean" id="A8`OEVZ=Hm}!=:adgTG6">
                      <field name="BOOL">FALSE</field>
                    </block>
                  </value>
                </block>
              </next>
            </block>
          </statement>
          <next>
            <block type="on" id="%,=bDD;ddbI$cdHr=R$L">
              <field name="OID">doorbird.0.Doorbell.101.trigger</field>
              <field name="CONDITION">true</field>
              <field name="ACK_CONDITION"></field>
              <statement name="STATEMENT">
                <block type="request" id="`2lm5B6bdAeF)GeW3S+7">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                  <field name="WITH_STATEMENT">FALSE</field>
                  <field name="LOG"></field>
                  <value name="URL">
                    <shadow type="text" id=";z!hRy1YIV{IbMK)e/9:">
                      <field name="TEXT">https://10.0.1.22:5001/webapi/entry.cgi?api=SYNO.SurveillanceStation.ExternalEvent&amp;method="Trigger"&amp;version=1&amp;eventId=2&amp;eventName="This is external event2"&amp;account="test"&amp;password="test"</field>
                    </shadow>
                  </value>
                  <next>
                    <block type="control" id="X(*o}@})WQeD97Qhv.lm">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                      <field name="OID">doorbird.0.Doorbell.101.trigger</field>
                      <field name="WITH_DELAY">TRUE</field>
                      <field name="DELAY_MS">2000</field>
                      <field name="UNIT">ms</field>
                      <field name="CLEAR_RUNNING">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="G,}6qDuf5UAAbASx?]9X">
                          <field name="BOOL">FALSE</field>
                        </block>
                      </value>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </next>
        </block>
      </xml>
      
      apollon77 1 Reply Last reply Reply Quote 0
      • apollon77
        apollon77 @Negalein last edited by

        @Negalein am Ende heißt das das bei der Web Abfrage irgendwie ein Zertifikat mit zurückkommt. Gab’s vllt ein Update bei den Geräten. An sich kann man bei request ein „ignoriere ssl Fehler“ setzen ... weiß aber nicht wie Per blockly.

        Negalein 1 Reply Last reply Reply Quote 0
        • Negalein
          Negalein Global Moderator @apollon77 last edited by

          @apollon77 sagte in UNABLE_TO_VERIFY_LEAF_SIGNATURE:

          am Ende heißt das das bei der Web Abfrage irgendwie ein Zertifikat mit zurückkommt.

          Danke für die Info

          Gab’s vllt ein Update bei den Geräten.

          Nein. Weder auf der Synology, noch bei der Doorbird

          An sich kann man bei request ein „ignoriere ssl Fehler“ setzen ... weiß aber nicht wie Per blockly.

          Ok, dann frag ich mal bei den Blockly-Göttern nach 😉

          J 1 Reply Last reply Reply Quote 0
          • J
            jokermic @Negalein last edited by jokermic

            @negalein Ich erhalte auch die Fehlermeldung, weil ich auf eine interne SMA Wechselrichterseite zugreifen will, die kein korrektes Zertifikat hat. Wie hast du dein Problem gelöst? Weißt du das noch?

            1 Reply Last reply Reply Quote 0
            • First post
              Last post

            Support us

            ioBroker
            Community Adapters
            Donate

            929
            Online

            31.8k
            Users

            80.0k
            Topics

            1.3m
            Posts

            blockly
            3
            4
            551
            Loading More Posts
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes
            Reply
            • Reply as topic
            Log in to reply
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
            The ioBroker Community 2014-2023
            logo