Hi,
Im currently using a MySQL Server(Ver:5.5) with a self signed Certificate. Now I want to secure my self written client in c#, which connects to the server with "SSL Mode=Required" by verify the server certificate(the client has the public key of the Server Certificate)
Is there any way to verify the certificate first before connecting like the RemoteCertificateValidationCallback in the .NET SSLStream?
Hans
Im currently using a MySQL Server(Ver:5.5) with a self signed Certificate. Now I want to secure my self written client in c#, which connects to the server with "SSL Mode=Required" by verify the server certificate(the client has the public key of the Server Certificate)
Is there any way to verify the certificate first before connecting like the RemoteCertificateValidationCallback in the .NET SSLStream?
Hans