MySQL Forums
Forum List  »  Security

Option require_secure_transport is not working
Posted by: Михаил Ясько
Date: March 01, 2021 12:45PM

Hello All!
Mysql version 8.0.19 . Os - ubuntu 18.04.3 . I'm created certificates and added a section to /etc/mysql/my.cnf

[mysqld]
ssl_ca = ca.pem
ssl_cert = server-cert.pem
ssl_key = server-key.pem
require_secure_transport = ON

However, I still have the option to connect without ssl. When connect established i see result of query:
mysql> SHOW VARIABLES LIKE 'require_secure_transport';

+--------------------------+-------+
| Variable_name | Value |
+--------------------------+-------+
| require_secure_transport | ON |
+--------------------------+-------+
I neet to disable insecure connect to mysql. Can anybody help me ?

Options: ReplyQuote


Subject
Views
Written By
Posted
Option require_secure_transport is not working
1435
March 01, 2021 12:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.