Skip to content

Commit e05bf0f

Browse files
committed
Fix the mysql TLS/SSL error in newer clients
1 parent 84a1f74 commit e05bf0f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.my.cnf

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[client]
2+
skip-ssl = true

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN install-php-extensions @fix_letsencrypt xhprof mongodb pcov && \
3535
USER application
3636

3737
COPY bin/* /usr/local/bin/
38-
COPY .additional_bashrc.sh .additional_bashrc_ps1.sh /home/application/
38+
COPY .additional_bashrc.sh .additional_bashrc_ps1.sh .my.cnf /home/application/
3939
COPY .vimrc /home/application/.vimrc
4040
COPY .vimrc /root/.vimrc
4141
COPY apache.conf /opt/docker/etc/httpd/vhost.common.d/apache.conf

0 commit comments

Comments
 (0)