Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

Can't authenticate to Gmail account

  • 2 odgovora
  • 0 ima ovaj problem
  • 35 prikaza
  • Posljednji odgovor od 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.

Izabrano rješenje

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

Pročitaj ovaj odgovor u kontekstu 👍 3

Svi odgovori (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

Odabrano rješenje

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