5.12.0
[5.12.0] - 2020-08-06
Added:
- There is a new configuration option for specifying the lowest allowable TLS version, when using the Relay Proxy as a secure server. This is
MinTlsVersion
in the[Main]
section of the configuration file, or the variableMIN_TLS_VERSION
if using environment variables. For instance, setting this option to1.2
means that all requests from clients must use TLS 1.2 or higher.