-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
autoSelectFamily: true breaks TLS #46679
Copy link
Copy link
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
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 certificatewithautoSelectFamily: 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 (withservernameset).What do you see instead?
TLS certificate validation errors.
Additional information
No response