zhangjiayin / caddy-mysql-storage

certmagic-sqlstorage/ postgres-storage fork for caddy server support MySQL Storage
6 stars 0 forks source link

MySQL TLS support? #5

Open craigballinger opened 1 month ago

craigballinger commented 1 month ago

Does this library support secure connections to MySQL? I haven't been able to find an example of how to do this via the DNS alone. Thanks!

zhangjiayin commented 1 month ago

It is supported by https://github.com/go-sql-driver/mysql you can find it in the documentation https://github.com/go-sql-driver/mysql/blob/master/README.md http://go-database-sql.org/index.html