Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Can't authenticate to Gmail account

  • 2 Antworten
  • 0 haben dieses Problem
  • 35 Aufrufe
  • Letzte Antwort von Mathieu

more options

When adding a new Gmail account to Thunderbird, a popup Window appears prompting me to authorize Thunderbird to access my Google account. When I click Authorize, I get a Secure connection error SSL_ERROR_INTERNAL_ERROR_ALERT. The URL at the top of the popup window begins with https://localhost?code=... In Thunderbird, cookies and Javascript are enabled. Previously, Gmail account have been correctly configured.

When adding a new Gmail account to Thunderbird, a popup Window appears prompting me to authorize Thunderbird to access my Google account. When I click Authorize, I get a Secure connection error SSL_ERROR_INTERNAL_ERROR_ALERT. The URL at the top of the popup window begins with https://localhost?code=... In Thunderbird, cookies and Javascript are enabled. Previously, Gmail account have been correctly configured.

Ausgewählte Lösung

Thanks for the reply. I have Caddy installed, which manages certs. Shutting down Caddy before authentication solved the problem.

Diese Antwort im Kontext lesen 👍 3

Alle Antworten (2)

more options

What antivirus are you using? My initial guess is that is probably the cause as they scan encrypted traffic (https) using self signed certificates and man in the middle hacking techniques. Thunderbird does not recognize the self signed certificates as they are not a part of the global chain of trust, so things die out real quickly when the AV gets into the picture.

Try disabling it while you try again. The local host is essential to the process. I asked before and there is no alternative for the initial authorization, but that is the only time it is used.

more options

Ausgewählte Lösung

Thanks for the reply. I have Caddy installed, which manages certs. Shutting down Caddy before authentication solved the problem.