11-15-2021, 09:40 AM
(This post was last modified: 11-15-2021, 09:56 PM by Alexandre Machado.)
(10-31-2021, 06:25 PM)jim611 Wrote: Need help getting IntraWeb version 15.2.33 working with SSL certificate under Delphi XE3.
I am creating a stand-alone IntraWeb SSL Server application.
I have a wildcard certificate, properly installed on my server. I have been through what documentation I can find on getting IntraWeb to work with SSL. I have used SSLBuddy to build the appropriate .pem files, which, by the way did not work.
I did use OpenSSL to generate a .pem file (included cert, key, and root) from my certificate's .pfx file, which I then used in an SSL test program that I created in Delphi using Indy IdHTTPServer and IdSSLIOHandler components, and I was able to connect and communicate from browser to this test program securely. That same .pem file DID NOT work with IntraWeb.
I have ruled out the obvious, firewall, invalid, expired, or incorrectly installed certificate.
Has anyone successfully gotten IntraWeb to work with SSL? If so, can you please provide complete, step by step instructions to do so?
Thank you.
There is more than one IntraWeb demo which uses HTTPS (with self-signed certificates, of course) that runs as is. You just need to build it and it will run correctly. Not a single change is necessary.
For a Indy Stand Alone IW application it takes no more than 10 minutes to setup, following the demo.
https://github.com/Atozed/IntraWeb/tree/...yHttpsDemo
This demo contains all the step-by-step instructions, the certificate, keys and even the OpenSSL DLLs are there. You just need to hit the run button from your Delphi IDE.

