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
Somewhat related: I would like to remove the okHttp dependency and use HttpClient introduced in Java 11. We initially added okHttp for the HTTP2 support, but that is now officially supported by JRE itself.
If the properties file approach is acceptable, what's an approved location for the properties file?
I haven't been working with the code in a while, so can't point you to a definite location right now. But if you make a PR for it, I will gladly review and merge it.
TLS 1.0 , 1.1 support is deprecated and considered not recommended to support on server TLS level and browser level.
you can test browser through these websites for e.g:
https://browserleaks.com/ssl
https://clienttest.ssllabs.com:8443/ssltest/viewMyClient.html
The text was updated successfully, but these errors were encountered: