]> git.pld-linux.org Git - packages/mysql.git/commitdiff
skip-ssl by default
authorElan Ruusamäe <glen@delfi.ee>
Mon, 12 Dec 2016 06:42:38 +0000 (08:42 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 12 Dec 2016 06:42:38 +0000 (08:42 +0200)
ssl needs configuration, this cuts down the log noise if not configured

mysqld.conf

index a1700baf0a315565c20ccdc5727d97c4526ff963..b1351a06037e7e4dec395275e090dde4986287c9 100644 (file)
@@ -13,6 +13,7 @@ port        = 3306
 user        = mysql
 
 # ssl options
+skip-ssl
 #ssl-ca = /etc/ssl/certs/mysql/ca-cert.pem
 #ssl-cert = /etc/ssl/certs/mysql/server-cert.pem
 #ssl-key = /etc/ssl/certs/mysql/server-key.pem
This page took 0.030062 seconds and 4 git commands to generate.