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 there a way to force the use of TLS v1.1 (instead of TLS v1.2) in order to conserve memory/resources, in the case that we know the web server supports TLS v1.1?
I know of the issues with TLS v1.1 security, but if we are ok with that, and know our server supports TLS v1.1, then is there some way to stop the libraries from attempting to use the more resource intensive TLS v1.2?
The text was updated successfully, but these errors were encountered:
Is there a way to force the use of TLS v1.1 (instead of TLS v1.2) in order to conserve memory/resources, in the case that we know the web server supports TLS v1.1?
I know of the issues with TLS v1.1 security, but if we are ok with that, and know our server supports TLS v1.1, then is there some way to stop the libraries from attempting to use the more resource intensive TLS v1.2?
The text was updated successfully, but these errors were encountered: