Skip to content

Issue: TLS Enforcement by MariaDB Client in Linux Alpine Base Image #54267

Answered by rayblair06
rayblair06 asked this question in Ideas
Discussion options

You must be logged in to vote

Hey, thanks for the reply but I'm using MariaDB client so that wouldn't work. However it did lead me to this solution:

# my.cnf
[client]
ssl = false
ssl-verify-server-cert = false
# Dockerfile (PHP-FPM)
ADD ./my.cnf /etc/my.cnf.d/my.cnf

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rayblair06
Comment options

Answer selected by rayblair06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants