MySQL Forums
Forum List  »  Delphi

SSL connection with Zeos
Posted by: Man Fan
Date: January 10, 2012 07:03PM

I am not sure how to connect to MySQL with SSL using Zeos, or even not sure to how use SSL connection to MySQL.

In client machine, do we need to install/store files?
eg.
ca-cert.pem
client-cert.pem
client-key.pem

If we need to store these files on local client machine, should these files be generated by DB/Netword Administrator from within MySQL server?

If local client machine do NOT need to store these files, then the Zeos connection component need to specify in its property:
'MYSQL_SSL_CA=D:/mysql/certs/ca-cert.pem'
'MYSQL_SSL_CERT=D:/mysql/certs/client-cert.pem'
'MYSQL_SSL_KEY=D:/mysql/certs/client-key.pem'
Are these paths 'D:/mysql/certs/...' the server paths?
So the local client pc needs to know the 'path' of these files on the server machine?

Options: ReplyQuote


Subject
Written By
Posted
SSL connection with Zeos
January 10, 2012 07:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.