Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Can't authenticate to Gmail account

  • 2 réponses
  • 0 a ce problème
  • 35 vues
  • Dernière réponse par 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.

Solution choisie

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

Lire cette réponse dans son contexte 👍 3

Toutes les réponses (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

Solution choisie

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