SSL properties are being ignored

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
grd2345
Posts: 1
Joined: Sat 19 Aug 2006 21:18

SSL properties are being ignored

Post by grd2345 » Sat 19 Aug 2006 21:23

I am trying to establish an ssl connection.
When I point to the proper certs the
connection connects without error but
it is connecting without ssl. When i connect
through the command prompt with mysql
the connection connects with ssl using the
same certs. Is there any other settings I
have to set to use ssl then the three
certs or does the trial version ignore
ssl period.

thanks
Jerry

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 21 Aug 2006 06:38

Did you read "Using Secure Connections" article of MySQLDirect .NET help documentation? Please take a look.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 23 Aug 2006 06:31

Did you change Protocol:
MySqlConnection.Protocol=MySqlProtocol.Ssl

Post Reply