browser url checking for certificate
http://fusesource.com/docs/broker/5.3/security/i382183.html
The HTTPS URL integrity check is specified by RFC 2818, published by the Internet Engineering Task Force (IETF) at http://www.ietf.org/rfc/rfc2818.txt.
For example, if a server supports secure TLS connections at the following URL:
https://www.progress.com/secure
The corresponding server certificate would have the following subject DN:
C=IE,ST=Co. Dublin,L=Dublin,O=Progress,
OU=System,CN=www.progress.com
Where the CN has been set to the host name, www.progress.com
.
For details of how to set the subject DN in a new certificate, see Use the CA to Create Signed Certificates in a Java Keystore and Use the CA to Create Signed Certificates in a Java Keystore .
www.progress.com
fusesource.com
subjectAltName=DNS:www.progress.com,DNS:fusesource.com
subjectAltName=DNS:*.progress.com
0 Comments:
Post a Comment
<< Home