-
Bug
-
Resolution: Fixed
-
P3
-
8, 8u5
-
b15
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045017 | 8u25 | Victor Drozdov | P3 | Resolved | Fixed | b01 |
JDK-8041574 | 8u20 | Victor Drozdov | P3 | Resolved | Fixed | b12 |
JDK-8053109 | emb-8u26 | Victor Drozdov | P3 | Resolved | Fixed | b17 |
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.
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.
- backported by
-
JDK-8041574 Wrong port in HTTPS connection warning
-
- Resolved
-
-
JDK-8045017 Wrong port in HTTPS connection warning
-
- Resolved
-
-
JDK-8053109 Wrong port in HTTPS connection warning
-
- Resolved
-