Use sll for myConnection from fmx

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
heh
Posts: 11
Joined: Mon 04 Mar 2019 10:19

Use sll for myConnection from fmx

Post by heh » Mon 04 Mar 2019 10:28

Hello,

i need to connect to mysql server with ssl connections.

the application start and run but sometime i receive this error :

"detected problems with app native libraries unauthorized access to lib.ssl".

after some research i found that i have to compile the libssl and lybcrypto.so with my application and set it for myconnection.

How can i dot that?

Thank you.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Use sll for myConnection from fmx

Post by ViktorV » Mon 04 Mar 2019 15:06

You can use MyDAC with SecureBridge components to develop applications for Android and iOS mobile devices, since they do not require the use of third-party libraries. You can find information about connecting to MySQL server using SSL in our documentation: https://devart.com/mydac/docs/secureconnections.htm. Also, you can explore our demo projects that demonstrate how UniDAC and SecureBridge components are used together: % MyDACDemos%\TechnologySpecific\SecureBridge, wherein %MyDACDemos% is the installation directory of MyDAC demo projects on your computer.

heh
Posts: 11
Joined: Mon 04 Mar 2019 10:19

Re: Use sll for myConnection from fmx

Post by heh » Tue 05 Mar 2019 07:33

ok,

i will test it, thank you

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Use sll for myConnection from fmx

Post by ViktorV » Thu 07 Mar 2019 12:10

Thank you for the interest to our product.
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply