MaxScale and SSL

You are viewing an old version of this article. View the current version here.

MaxScale and SSL

MaxScale supports client side SSL connections. Enabling is done on a per service basis and each service has its own set of certificates.

SSL Options

Here are the options which relate to SSL and certificates.

=Heading Parameter =Heading Values =Heading Description
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 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.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.