Added SSL level configuration to services.

This commit is contained in:
Markus Makela
2015-06-02 17:00:39 +03:00
parent 4358778bdb
commit f8ccf6ccea
2 changed files with 50 additions and 1 deletions

View File

@ -5,9 +5,10 @@ MaxScale supports client side SSL connections. Enabling is done on a per service
## SSL Options
Here are the options which relate to SSL and certificates.
Parameter|Values|Description
Parameter|Values |Description
---------|-----------|--------
ssl | disabled, enabled, required |`disable` disables SSL, `enabled` enables SSL for client connections but still allows non-SSL connections and `required` requires SSL from all client connections. With the `required` option, client connections that do not use SSL will be rejected.
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