ssl connection

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
pedro

ssl connection

Post by pedro » Tue 28 Dec 2004 15:02

hi,

i'm using dbexpress crlab driver for mysql and delphi, how can I encrypting connection with SSL ¿?

could you please give me an example¿?

thanks in advance.

pedro

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: ssl connection

Post by Ikar » Tue 28 Dec 2004 16:16

Now DbxMda does not support this feature. But you can use SSH instead of SSL.

Guest

Re: ssl connection

Post by Guest » Tue 28 Dec 2004 16:31

Ikar wrote:Now DbxMda does not support this feature. But you can use SSH instead of SSL.
How can I implement SSH on TSQLConnection ¿?
have you got an example¿?

thanks,

pedro

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: ssl connection

Post by Ikar » Wed 29 Dec 2004 15:24

We don't have such example but you can find a description in MySQL Reference Manual.

Post Reply