-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: tls
In mongoc-stream-tls-secure-transport.c:
if (!opt->allow_invalid_hostname) { SSLSetPeerDomainName (secure_transport->ssl_ctx_ref, host, strlen (host)); }
Does SNI still work then? Or have we made the same mistake as Curl and Chromium?:
https://github.com/curl/curl/issues/998
https://langui.sh/2010/02/24/sni-support-in-chromium-os-x/