How to connect without Certificates ?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
chihebbs
Posts: 46
Joined: Tue 05 Jun 2007 20:06

How to connect without Certificates ?

Post by chihebbs » Tue 18 Dec 2007 08:40

I would like to connect to a mysql Server using MyDAC and MySSLIOHANDLER, but with no CA and no client certificate probably without any kind of storage.Briefly the figure, MyConnection with MySSLIohandler direct to MySQL server, just the same way I connect it with MyDAC when choosing mpSSL in option without providing any certificates but using SBridge as a replacement for the external libraries of openSSL . Is that possible ? Please advice.
Thank you very much in advance.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 18 Dec 2007 14:28

Authentication of the other side of the connection is one of security connection principles. Therefore client must authenticate server on connect.
A CA certificate is used to authenticate the server through SSL. This certificate cannot be missing as it is at variance with one of SSL principles. And so you should specify CA certificate in SecureBridge.

Post Reply