MySQL 8.0.16 - OpenSSL 1.1.1

From wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Below is an SSL Configuration for a MySQL web server (version 8.0.16) and OpenSSL (version 1.1.1). This configuration was made with the Mozilla SSL Configuration Generator.

# 2019-09-12, https://ssl-config.mozilla.org/#server=mysql&server-version=8.0.16&config=intermediate&openssl-version=1.1.1
[mysqld]
require_secure_transport = on
ssl-cert = /path/to/signed_cert_plus_intermediates.pem
ssl-key = /path/to/private_key
ssl-cipher = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
tls_version = TLSv1.2,TLSv1.3