Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Can't authenticate to Gmail account

  • 2 답장
  • 0 이 문제를 만남
  • 35 보기
  • 최종 답변자: 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.

선택된 해결법

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

문맥에 따라 이 답변을 읽어주세요 👍 3

모든 댓글 (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

선택된 해결법

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