sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.06k stars 983 forks source link

Deal with .NET TLS caching causing "Received an unexpected EOF or 0 b… #4489

Open jbirtley88 opened 8 months ago

jbirtley88 commented 8 months ago

See https://github.com/sysown/proxysql/issues/4419#issuecomment-2028052409

Basically, setting SSL_VERIFY_NONE as the flag to SSL_CTX_set_verify() to work around the strange incompatibility with TLS caching in .NET clients

mirostauder commented 8 months ago

Automated message: PR pending admin approval for build testing

mirostauder commented 6 months ago

Can one of the admins verify this patch?