--
You received this message because you are subscribed to the Google Groups "proxysql" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proxysql+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to proxysql+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to proxysql+unsubscribe@googlegroups.com.
Here is what I believe is going on with your setup.
The reason I think this is the case is because REQUIRE SSL is handled by the MySQL server and requires the server to handle the SSL handshake. In your attempted setup Nginx is supposed to be handling it which would not be seen as encrypted by the MySQL server or ProxySQL. Also without the ssl keyword in the Nginx config the stream is not going to be performing the SSL handshake.
This can be tested by setting the client to require SSL (I am on MySQL 5.6 which is “—ssl-mode=REQUIRED” on the command line)
To unsubscribe from this group and stop receiving emails from it, send an email to proxysql+unsubscribe@googlegroups.com.