-2

Ich versuche, eine Datei aus dem azurblauen Speicher-Explorer vom azure Blob-Container herunterzuladen. Aber der Download wird mit Erfolg msg mit Unterfehler fehlgeschlagen.Azure Storage Explorer-Download fehlgeschlagen mit Erfolgsmeldung?

{

"name": "Error",

"message": "Selbst signiertes Zertifikat in Zertifikatskette",

"Stack": „Fehler: selbst signiertes Zertifikat in Zertifikat Kette \ n bei TLSSocket. (_tls_wrap.js: 1088: 38) \ n bei emptNone (events.js: 86: 13) \ n bei TLSSocket.emit (events.js: 188: 7) \ n bei TLSSocket._finishInit (_tls_wrap.js: 610: 8) \ n bei TLSWrap.ssl.onhandshakedone (_tls_wrap.js: 440: 38),“

"Code": "SELF_SIGNED_CERT_IN_CHAIN"

}

Kann jemand etwas Licht ins Dunkel bringen bitte?

Thx, Arun

+0

Was ist die Version von Microsoft Azure Storage Explorer? Laden Sie die neueste Version über den folgenden Link herunter, und wiederholen Sie den Vorgang. http://www.storageexplorer.com/ –

+0

Hallo @VikranthS Ich benutze die Version 0.9.2 heruntergeladen von dem Link und das gleiche Problem. – Arun

Antwort

1

self signed certificate in certificate chain

SELF_SIGNED_CERT_IN_CHAIN ​​ es zeigt an, dass Azure nicht mehr wissen, ob die empfangene Nachricht HTTPS manipuliert wird. Sie können auch die Antwort von Azure Storage Explorer troubleshooting guide bekommen.

Root Cause:

Error: Self-Signed Certificate in Certificate Chain

There are several reasons why you may encounter this error, and the most common two reasons are as follows:

The app is connected through a “transparent proxy”, which means a server (such as your company server) is intercepting HTTPS traffic, decrypting it, and then encrypting it using a self-signed certificate.

You are running an application, such as antivirus software, which is injecting a self-signed SSL certificate into the HTTPS messages that you receive.

Lösung:

Sie können Speicher-Explorer sie vertrauen können.

When Storage Explorer encounters one of the issues, it can no longer know whether the received HTTPS message is tampered. If you have a copy of the self-signed certificate, you can let Storage Explorer trust it. If you are unsure of who is injecting the certificate, follow these steps to find it:

  1. Install Open SSL

    • Windows (any of the light versions should be sufficient)
    • Mac and Linux: should be included with your operating system
  2. Run Open SSL

    • Windows: open the installation directory, click /bin/, and then double-click openssl.exe.
    • Mac and Linux: run openssl from a terminal.
  3. Execute s_client -showcerts -connect microsoft.com:443

  4. Look for self-signed certificates. If you are unsure which are self-signed, look for anywhere the subject ("s:") and issuer ("i:") are the same.

  5. When you have found any self-signed certificates, for each one, copy and paste everything from and including -----BEGIN CERTIFICATE----- to -----END CERTIFICATE----- to a new .cer file. Open Storage Explorer, click Edit > SSL Certificates > Import Certificates, and then use the file picker to find, select, and open the .cer files that you created.


Wenn Sie keine selbstsignierten Zertifikaten unter Verwendung der oben genannten Schritte finden können, kontaktieren Azure Team durch das Feedback-Tool für mehr Hilfe