I want to redirect one of my domain hosted in a domain provider to a different server where I have a Tomcat based application installed. I have purchased SSL for the server with Tomcat installed. The redirect works fine, however in the browser I see the message "server's certificate does not match the url".
feedback
|
migrated from stackoverflow.com Jun 6 '11 at 12:58
This question came from our site for professional and enthusiast programmers.
|
What this warning means is, that the CN of the certificate being presented by the server during SSL handshake does not match the URL the user requested. | |||
|
feedback
|