diff --git a/Getting-Started/Configuration-Guide.md b/Getting-Started/Configuration-Guide.md index afda397fe..c2f815d09 100644 --- a/Getting-Started/Configuration-Guide.md +++ b/Getting-Started/Configuration-Guide.md @@ -349,7 +349,6 @@ This is the Certificate Authority file. It will be used to verify that both the ### `ssl_version` This parameter controls the level of encryption used. Accepted values are: - * SSLv2 * SSLv3 * TLSv10 * TLSv11 diff --git a/Reference/MaxScale-and-SSL.md b/Reference/MaxScale-and-SSL.md index d03a5af52..f293085c1 100644 --- a/Reference/MaxScale-and-SSL.md +++ b/Reference/MaxScale-and-SSL.md @@ -11,5 +11,5 @@ ssl | disabled, enabled, required |`disable` disables SSL, `enabled` ena ssl_cert | path to file |Path to server certificate ssl_key | path to file |Path to server private key ssl_ca_cert | path to file |Path to Certificate Authority file -ssl_version|SSLV2,SSLV3,TLSV10,TLSV11,TLSV12,MAX| The SSL method level, defaults to highest available encryption level which is TLSv1.2 +ssl_version|SSLV3,TLSV10,TLSV11,TLSV12,MAX| The SSL method level, defaults to highest available encryption level which is TLSv1.2 ssl_cert_verify_depth|integer|Certificate authority certificate verification depth, default is 100.