Except for the use of the OpenSSL certificate

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vkamadan
Posts: 9
Joined: Thu 26 Jul 2007 05:57

Except for the use of the OpenSSL certificate

Post by vkamadan » Wed 10 Jul 2013 07:28

hi,
For example, take certificates from GlobalSign Can I use MySQL? MyDAC supports the use of certificates other than OpenSSL?
Thank you.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Except for the use of the OpenSSL certificate

Post by DemetrionQ » Wed 10 Jul 2013 14:31

Hello.

For creation of SSL secure connections, MyDAC uses OpenSSL libraries, therefore you can use all certificates supported by OpenSSL. The details about the GlobalSign and OpenSSL certificate formats can be found out from GlobalSign and OpenSSL developers.

We have SecureBridge components ( http://www.devart.com/sbridge/ ), that allow create SSL secure connections not using third-party libraries, and they can work with certificates from GlobalSign.

Post Reply