Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

Thunderbird: Support for Server Name Indication?

  • 2 respostas
  • 1 tem este problema
  • 37 visualizações
  • Última resposta de bjacobs2

more options

Does Thunderbird support Server Name Indication (SNI)? I've been doing searches trying to find this out, but have not yet found anything. Thanks.


Background: My understanding is that a mail server (like exim) can use an SSL/TLS certificate specific to the domain of the sender's email address for encrypting submissions. But the email client (as in Thunderbird) has to support SNI as part of the STARTTLS process.

Does Thunderbird support Server Name Indication (SNI)? I've been doing searches trying to find this out, but have not yet found anything. Thanks. --------------- Background: My understanding is that a mail server (like exim) can use an SSL/TLS certificate specific to the domain of the sender's email address for encrypting submissions. But the email client (as in Thunderbird) has to support SNI as part of the STARTTLS process.

Solução escolhida

Looks to me like support has been in core since at least Firefox V2.

https://bugzilla.mozilla.org/show_bug.cgi?id=1565158

As Thunderbird shares the NSS component code with Firefox I guess Thunderbird supports SNI.

This bug includes a log containing SNI information for Google, so I guess it is not turned off behind some hidden preference. https://bugzilla.mozilla.org/show_bug.cgi?id=1411928

Ler esta resposta 👍 0

Todas as respostas (2)

more options

Solução escolhida

Looks to me like support has been in core since at least Firefox V2.

https://bugzilla.mozilla.org/show_bug.cgi?id=1565158

As Thunderbird shares the NSS component code with Firefox I guess Thunderbird supports SNI.

This bug includes a log containing SNI information for Google, so I guess it is not turned off behind some hidden preference. https://bugzilla.mozilla.org/show_bug.cgi?id=1411928

more options

Thanks, Matt.