-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoSelectFamily: true breaks TLS #46679
Comments
Also note that specifying |
With That is, openssl thinks there's no SNI record and therefore this line returns Line 947 in a2bbe5f
I noticed Lines 1547 to 1550 in a2bbe5f
I suspect this line (possibly other init stuff as well) needs to be reapplied in Line 1687 in a2bbe5f
An interesting question is if |
cc @ShogunPanda |
Thanks! I'll take a look on Mon when I'll tackle all related problems forever. |
I found the issue. This will be fixed once #46587 is merged. |
Version
v19.6.0
Platform
x64 macOS 13.2.1; x64 Ubuntu 22.04
Subsystem
tls
What steps will reproduce the bug?
Results in
Error: self-signed certificate
withautoSelectFamily: true
, works withautoSelectFamily: false
.How often does it reproduce? Is there a required condition?
Consistently.
What is the expected behavior?
Same as
autoSelectFamily: false
/ same as when specifying IP addresses directly (withservername
set).What do you see instead?
TLS certificate validation errors.
Additional information
No response
The text was updated successfully, but these errors were encountered: