Atozed Forums
TLS 1.1 and higher - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: TLS 1.1 and higher (/thread-1720.html)



TLS 1.1 and higher - I.Igor - 06-10-2020

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?


RE: TLS 1.1 and higher - kudzu - 06-10-2020

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.