Hello all,
i want to do secure sessions to all clients that connect to MySQL server and i have seen the Protocol option of TMyCOnnection. I establish it to the value of mpSSL, so i have seen too the SLLOptions. Are there neccesary? If it is, how can i obtain those files for all clients using the application built in c++ builder? is it possible?
Thanks!
SSL clients for MyDAC 5.0 and C++ Builder 6
Yes, they are. You can generate SSL certificates yourself, and specify their names in SSLOptions. The procedure for generating certificates should be described in SSL documentation.Ithilien wrote:Are there neccesary?
You need MySQL sever with SSL support, and SSL libraries that should be available for your client application at runtime. The last version of SSL with which MyDAC 5 was tested is openssl-0.9.8d.Ithilien wrote:And what programs do i need?
I can suggest you an alternative solution to protection your connection to MySQL server. This is another our Delphi component library - SecureBridge. It is integrated with MyDAC and lets you embed functionality of SSH client and SSH server into your application.
Ok Antaeus. I prefer Secure Bridge Solution but i don't understand how does it work: I Downloaded trial version to proof my project, but when i was designing i had this problem: SSH Server??? I don't know how to configure my server to connect to it using SSH client and SSH tunnel.
Can you help me? Thanks a lot
Can you help me? Thanks a lot
Please take a look at articles in the "Using SecureBridge" section of SecureBridge help. They describe common principles of secure connections, and how to setup secure connection with SecureBridge.
If you have more questions about SecureBridge, post them to thisforum.
If you have more questions about SecureBridge, post them to thisforum.