use FQDN for servername (SNI) #4
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 1 day 4 hours
Due date
heiko
1 day 4 hours
No due date set.
Dependencies
No dependencies set.
Reference
heiko/cert-proxy#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that there is at least one MITM proxy (Sophos) that tries to use the SNI as an indication where to forward the connection to. So we should use a FQDN SNI.
Currently we use "cert-proxy" as the default. This can easily be overwritten with the
-servername <FQDN>option, but OTOH, the server needs to have a certificate that uses that FQDN.the CA should provide a flag to include the FQDN in the SAN, or to use the FQDN as the CN, having a SAN of the FQDN and additional short names, if necessary.
the client should use the name from the connect URL as the SNI, except overridden by the
-servernameoption