JDK-8039364 : Wrong port in HTTPS connection warning
  • Type: Bug
  • Component: deploy
  • Affected Version: 8,8u5
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-04-07
  • Updated: 2014-08-25
  • Resolved: 2014-04-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u20Fixed 9 b15Fixed
Description
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.




Comments
After the fix we do not show port number on the dialog, because using SSLSession object we cannot properly determine port for all cases.
21-04-2014