You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When taking a look at the enabledProtocols list for TLS I noted that TLS v1.3 was not there. As well it was pointed out that the jdk has now moved on from older versions v1.0 and v1.1 as well.
Describe the solution you'd like
Need to add v1.3 and take a look at deprecating / removing the use of v1.0 and v1.1
Is your feature request related to a problem? Please describe.
When taking a look at the enabledProtocols list for TLS I noted that TLS v1.3 was not there. As well it was pointed out that the jdk has now moved on from older versions v1.0 and v1.1 as well.
Describe the solution you'd like
Need to add v1.3 and take a look at deprecating / removing the use of v1.0 and v1.1
Additional context
See JDK-8257983
The text was updated successfully, but these errors were encountered: