You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Il validatore registra l'errore unable to verify the first certificate
se il certificato è ottenuto tramite let's encrypt.
Ne è un esempio la validazione del metadata dall'url ufficiale.
L'errore riportato è il seguente: Error: unable to verify the first certificate spid-saml-check | at TLSSocket.onConnectSecure (_tls_wrap.js:1515:34) spid-saml-check | at TLSSocket.emit (events.js:400:28) spid-saml-check | at TLSSocket._finishInit (_tls_wrap.js:937:8) spid-saml-check | at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:709:12) spid-saml-check | Emitted 'error' event on ClientRequest instance at: spid-saml-check | at TLSSocket.socketErrorListener (_http_client.js:475:9) spid-saml-check | at TLSSocket.emit (events.js:400:28) spid-saml-check | at emitErrorNT (internal/streams/destroy.js:106:8) spid-saml-check | at emitErrorCloseNT (internal/streams/destroy.js:74:3) spid-saml-check | at processTicksAndRejections (internal/process/task_queues.js:82:21) { spid-saml-check | code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' spid-saml-check | }
L'errore non si presenta scaricando lo stesso metadata dall'url di test.
The text was updated successfully, but these errors were encountered:
Il validatore registra l'errore unable to verify the first certificate
se il certificato è ottenuto tramite let's encrypt.
Ne è un esempio la validazione del metadata dall'url ufficiale.
L'errore riportato è il seguente:
Error: unable to verify the first certificate spid-saml-check | at TLSSocket.onConnectSecure (_tls_wrap.js:1515:34) spid-saml-check | at TLSSocket.emit (events.js:400:28) spid-saml-check | at TLSSocket._finishInit (_tls_wrap.js:937:8) spid-saml-check | at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:709:12) spid-saml-check | Emitted 'error' event on ClientRequest instance at: spid-saml-check | at TLSSocket.socketErrorListener (_http_client.js:475:9) spid-saml-check | at TLSSocket.emit (events.js:400:28) spid-saml-check | at emitErrorNT (internal/streams/destroy.js:106:8) spid-saml-check | at emitErrorCloseNT (internal/streams/destroy.js:74:3) spid-saml-check | at processTicksAndRejections (internal/process/task_queues.js:82:21) { spid-saml-check | code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' spid-saml-check | }
L'errore non si presenta scaricando lo stesso metadata dall'url di test.
The text was updated successfully, but these errors were encountered: