when I try to connect to my server via MySQL Connector / NET using SSL with a PFX certificate I had a problem establishing a connection. I get a connection timeout. And the server will probably crash (I donβt know for sure, because I do not control the server).
In Windows XP, everything works correctly, but not in Windows 7.
Where is the problem? On Windows 7 or on a server (MySQL 5.0)? Sometimes I get a "Calling interface SSPI Failed" error, but not every time. Sometimes there is only a connection timeout error.
Simon source
share