ROIndyHTTPServer doesn't work in Delphi 10.4.1

I just want to let you know that there is a problem with Indy, SSL on Delphi 10.4

I had a connection problem with my webservice migrating from Delphi 10.3 to 10.4

After a long search a came across this post on stackoverflow

SSLHelper := TSSLHelper.Create;
ROServer.IndyServer.OnQuerySSLPort:=SSLHelper.QuerySSLPort;
ROHttpApiDispatcher1.Server := ROServer; //<<<<

After implementing this my webservice works as before.
I hope it safes somebody else some searching time.

Hi,

Thx. I’ve updated SSL/TLS (Delphi) page.

Note: it may take some time for reflecting changes.