adrian / upm-swing

Java SWING version of Universal Password Manager.

Home Page:http://upm.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync over HTTPS fails if CN on certificate doesn't match hostname

adrian opened this issue · comments

If the CN on the remote host's certificate doesn't match the hostname then some JREs will block the request with an error such as,

javax.net.ssl.SSLException: hostname in certificate didn't match: <actual hostname> != <cert CN>