|
Goal is to provide a solution to valid server certificats according to hostname.
Host(IPv4/IPv6/DNS) in connection string must be valid according to certicats CN (fully qualified domain name / wildcard) and Subject Alternative Name.
(equivalent of navigator "SSL Certificate Name Mismatch Error")
example : connecting to server1.example.com must throw an error if certificat is issue to *.another.com.
This verification must be disabled by option, with a default HostnameVerifier implementation, but with a possible user implementation.
|