Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Can't authenticate to Gmail account

  • 2 respostas
  • 0 têm este problema
  • 35 visualizações
  • Última resposta por 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.

Solução escolhida

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

Ler esta resposta no contexto 👍 3

Todas as respostas (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

Solução escolhida

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