-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 11.0.19, 17, 21, 23, 24
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8335253 | 23.0.1 | Nibedita Jena | P4 | Resolved | Fixed | b02 |
JDK-8335378 | 21.0.5-oracle | Nibedita Jena | P4 | Resolved | Fixed | b01 |
JDK-8335672 | 21.0.5 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8335377 | 17.0.13-oracle | Nibedita Jena | P4 | Resolved | Fixed | b01 |
JDK-8335671 | 17.0.13 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8335379 | 11.0.25-oracle | Nibedita Jena | P4 | Resolved | Fixed | b01 |
JDK-8336121 | 11.0.25 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8335386 | 8u431 | Nibedita Jena | P4 | Resolved | Fixed | b01 |
javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1.2] are not accepted by server preferences [TLS13] errorCause: The client supported protocol versions [TLSv1.2] are not accepted by server preferences [TLS13]
This should be a simple fix. The exception in ClientHello should pass context.activeProtocols to ProtocolVersion.toStringArray():
https://github.com/openjdk/jdk/blob/d6b7f9b170b6ce4f7275cc7595b71b9a3e93c133/src/java.base/share/classes/sun/security/ssl/ClientHello.java#L907
- backported by
-
JDK-8335253 Instead of printing "TLSv1.3," it is showing "TLS13"
- Resolved
-
JDK-8335377 Instead of printing "TLSv1.3," it is showing "TLS13"
- Resolved
-
JDK-8335378 Instead of printing "TLSv1.3," it is showing "TLS13"
- Resolved
-
JDK-8335379 Instead of printing "TLSv1.3," it is showing "TLS13"
- Resolved
-
JDK-8335386 Instead of printing "TLSv1.3," it is showing "TLS13"
- Resolved
-
JDK-8335671 Instead of printing "TLSv1.3," it is showing "TLS13"
- Resolved
-
JDK-8335672 Instead of printing "TLSv1.3," it is showing "TLS13"
- Resolved
-
JDK-8336121 Instead of printing "TLSv1.3," it is showing "TLS13"
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/00901618
-
Commit openjdk/jdk21u-dev/cba69c8d
-
Commit openjdk/jdk23u/9449a532
-
Commit openjdk/jdk/e681b4e9
-
Commit(master) openjdk/jdk11u-dev/5375248a
-
Review openjdk/jdk17u-dev/2647
-
Review openjdk/jdk23u/10
-
Review openjdk/jdk/19749
-
Review(master) openjdk/jdk11u-dev/2834
-
Review(master) openjdk/jdk21u-dev/808