Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

Thunderbird: Support for Server Name Indication?

  • 2 svar
  • 1 har detta problem
  • 8 visningar
  • Senaste svar av 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.

Vald lösning

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

Läs svaret i sitt sammanhang 👍 0

Alla svar (2)

more options

Vald lösning

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.