Jump to content
SLowgrammer

Firemonkey app and SSL.

Recommended Posts

I trying to add SSL function to my app. The app will be in win/android and IOS.

 

I cant find a good example to make the calls to the server in HTTPS. Someone that knows witch DLL and can make a code example?

 

Thansk

Share this post


Link to post

Using TNetHttpClient should do the trick and provide HTTPS support without any dll's.

Share this post


Link to post
On 4/29/2024 at 12:18 PM, SLowgrammer said:

I trying to add SSL function to my app. The app will be in win/android and IOS.

 

I cant find a good example to make the calls to the server in HTTPS. Someone that knows witch DLL and can make a code example?

 

Thansk

You mean using "https://" URLs to access to distant resources ?

 

On which Delphi release are you ?

 

If you use Indy components you need openssl.dll accessible somewhere (if it hasn't change since last year I checked). If you use "native" components (TNetHTTPClient, TRESTClient, TURLStream, ...) you only have to use the good URL, it uses system API.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×