Atozed Forums

Full Version: TLS 1.1 and higher
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
I am currently using Delphi 2007 + IntraWeb 11 (11.0.65) + Indy 10 (10.6.2.0).
Recently, Google Chrome began to issue a warning for my site, "Not secure." I think that this is due to the fact that TLS 1.0 is used, and for Google Chrome it is necessary TLS 1.1 or TLS 1.2 or TLS 1.3.

What do I need to do so that my program can work with these new protocols?
Especially given that IW11 (10+ years) is so old, the only choice is to deploy your application as ISAPI and use the newer TLS options of IIS.

The only other way I can think of would be to use a proxy via IIS or other to tunnel to your existing application and provide the TLS via the tunnel.