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
✨ Allow TLS minimum version to be configured (#1548)
* Allow TLS minimum version to be configured
Some environments have automated security scans that trigger
on TLS versions or insecure cipher suites. Setting TLS to 1.3
would solve both problems (setting to 1.2 only solves the former
as the default 1.2 cipher suites are insecure).
Default TLS minimum version of 1.0 remains.
* Add error handling to tls version conversion
0 commit comments