For a given SSL.Context, min_version and max_version can be set. If
they are not specified, the default is TLS1.0 to TLS1.2, which isn't
best practice in 2026. Is there a way to globally change the default
for any new contexts created, or is this a matter of locating
everything that creates a context and making sure it's updated?
ChrisA