Removed support for SSLv3
SSLv3 can't be considered safe anymore so removing the support for it improves MaxScale's security as a whole.
This commit is contained in:
@ -629,12 +629,13 @@ A string giving a file path that identifies an existing readable file. The file
|
||||
#### `ssl_version`
|
||||
|
||||
This parameter controls the level of encryption used. Accepted values are:
|
||||
* SSLv3
|
||||
* TLSv10
|
||||
* TLSv11
|
||||
* TLSv12
|
||||
* MAX
|
||||
|
||||
`MAX` is the maximum available TLS version which at the time of writing is TLSv1.2.
|
||||
|
||||
#### `ssl_cert_verification_depth`
|
||||
|
||||
The maximum length of the certificate authority chain that will be accepted. Legal values are positive integers. Note that if the client is to submit an SSL certificate, the `ssl_cert_verification_depth` parameter must not be 0. If no value is specified, the default is 9.
|
||||
|
Reference in New Issue
Block a user