This is not a regression When applet tries to connect to HTTPS site with expired certificate, it shows warning Website: https://site:80 port 80 is for HTTP connections - warning should be changed to https://site:443 or https://site (no port) UPDATE: After the fix we do not show port number on the dialog, because using SSLSession object we cannot properly determine port for all cases.
|