Tag: ssl

Fixing your web broker application that use SSL/TLS

Some of you may have been issues with browsers connecting to your web broker applications. This problem has come up at different times for different people. For me, this happened last week. Suddenly, my Firefox browser wasn’t able to connect to my web applications written in Delphi. After an excruciatingly painful hour, I finally figured ….  Read More

Activating SSL / TLS in your Delphi 10.4 web server application

Until recently (pre Sydney 10.4) , you could activate SSL on any port (not just 443) on your Delphi web server application pretty easily by giving the cert and the key file along with the password event to the SSL IO handler object. However, that has changed in the latest version. If you use the ….  Read More