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
Why does this client library hard-code the TLS version? We just got caught off-guard that we have any older version of the library that was hard-coded to use TLS 1.0, and came across this commit: 63dbda8
Should it not be up to the client to auto-negotiate the highest version available with the server, and up to the server to only support the latest/secure versions?
The text was updated successfully, but these errors were encountered:
Why does this client library hard-code the TLS version? We just got caught off-guard that we have any older version of the library that was hard-coded to use TLS 1.0, and came across this commit: 63dbda8
Should it not be up to the client to auto-negotiate the highest version available with the server, and up to the server to only support the latest/secure versions?
The text was updated successfully, but these errors were encountered: