Home > Back-end >  Delphi HTTPS, urgent
Delphi HTTPS, urgent

Time:11-18

Now you need to do an HTTPS server with indy
I downloaded the Internet Win32OpenSSL - 1 _1_0f. Exe, and then the installation is complete

Then
Openssl genrsa - out rsa_private_key. Pem 1024 to generate the private key file
Openssl rsa - in rsa_private_key. Pem - pubout - out rsa_public_key. Creating a public key file pem rsa_public_key. Pem

And then placed on the form idhttpserver components and IdServerIOHandlerSSL1 rsa_private_key. Pem

IdServerIOHandlerSSL attribute set:
Certfile: rsa_public_key pem
Keyfile: rsa_private_key pem

But the start time, error messages:
Could not load certificate

Where is wrong?
Please advise, often

CodePudding user response:

Do you want to add dynamic libraries in ah,
I want to win platform done
But I don't know how to add the mobile platform

CodePudding user response:

Libeay32. DLL and ssleay32. DLL

CodePudding user response:

Idssliohandlersocketopsl. The method is set to sslvsslv23 plus corresponding version libeay32. DLL and ssleay32. DLL