Hello,
I tried the dev v3 and updaed openssl:
proxysql --version
2025-04-24 11:18:00 [INFO] Using OpenSSL version: OpenSSL 3.5.0 8 Apr 2025
ProxySQL version 3.0.1-354-g05adfe5, codename Truls
Using the cname or load balancer name or proxy node directly fails with SSL routines::certificate verify failed
I generated a self signed cert with openssl, added that to the proxy and I get the same cert failed error.
I copied a wild card cert from another DB server in the same domain and get the same error.
The only time it works is when using the cert, key and ca files generated by ProxySQL, which we cant use in Production.
We can't turn off the requirement as the .Net apps enforce SSL connections, which means the Proxy has to handle them for front end connections.
Any other suggestions would be gratefully received.
James