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
Which should require exactly TLSv1.3 (no higher or lower). But the explanation then says:
The SSL context created above will only allow TLSv1.2 and later (if supported by your system) connections to a server.
I think this is an incorrect statement. I also think the example is not ideal, as it would be strange to refuse to use more recent versions of TLS if they were supported.