Skip to main content

MySql TLS version wannings

Comments

4 comments

  • GoWilkes
    This might help:
    0
  • cPanelWilliam
    Hi! When you run the following command as root, does MySQL show that support for TLSv1 is enabled? mysql -e "SHOW GLOBAL VARIABLES LIKE 'tls_version';"
    If so, you can force MySQL to use only TLS 1.2 and 1.3 by adding the following to the end of /etc/my.cnf, then restarting the service: [mysqld] tls_version=TLSv1.2,TLSv1.3
    0
  • Anupkum
    Hi William, thanks for your reply. It worked for me to fix TLS version issue. However CA certificate ca.pem is self signed error is still there. Kindly help me fix this.
    0
  • cPanelWilliam
    Hi, [QUOTE]However CA certificate ca.pem is self signed error is still there. Kindly help me fix this.
    Can you try following the steps from the following documentation? I believe it should resolve this warning:
    0

Please sign in to leave a comment.