Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Thunderbird: Support for Server Name Indication?

  • 2 antwoorden
  • 1 heeft dit probleem
  • 8 weergaven
  • Laatste antwoord van 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.

Gekozen oplossing

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

Dit antwoord in context lezen 👍 0

Alle antwoorden (2)

more options

Gekozen oplossing

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.