Open jbirtley88 opened 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
SSL_VERIFY_NONE
SSL_CTX_set_verify()
Automated message: PR pending admin approval for build testing
Can one of the admins verify this patch?
See https://github.com/sysown/proxysql/issues/4419#issuecomment-2028052409
Basically, setting
SSL_VERIFY_NONE
as the flag toSSL_CTX_set_verify()
to work around the strange incompatibility with TLS caching in .NET clients