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
There's no way to enable this globally via a system property in OpenJDK 7 (the "https.protocols" property only governs sockets created by the URL class, which Apache HttpClient doesn't use AFAICT).
This seems to be caused by my server being configured to only use the most secure available SSL implementation (TLSv1.2)
Not sure which bit of the code to attack, anyone with expertise in Apache Commons HttpClient would be welcome to try...
The text was updated successfully, but these errors were encountered: