PolywickStudio Posted October 31, 2025 Posted October 31, 2025 I am writing to request if UniGui can endorse or certify 3rd party OpenSSL v3 integrations. As you probably know, the current IdHttpServer using Delphi does not fully support OpenSSLv3. There are several integrations and vendors providing paid sources or paid files to allow Indy to use OpenSSL v3. I brought two* and sadly they don't work with latest Delphi 13 or Indy on Github, or works - but I get XXXX was compiled with a different version XXXX (another person got same in the below post). (* Note: I won't tell who they are, and I think it's irrelevant at this point.) Can you recommend an OpenSSL v3 third-party or provide a UniGui OpenSSL v3 demo or OpenSSL v3 example?
Administrators Farshad Mohajeri Posted January 6 Administrators Posted January 6 Hi, Do you mean TLS v1.3?
Abaksoft Posted January 18 Posted January 18 On 10/31/2025 at 8:19 AM, PolywickStudio said: I am writing to request if UniGui can endorse or certify 3rd party OpenSSL v3 integrations. As you probably know, the current IdHttpServer using Delphi does not fully support OpenSSLv3. There are several integrations and vendors providing paid sources or paid files to allow Indy to use OpenSSL v3. I brought two* and sadly they don't work with latest Delphi 13 or Indy on Github, or works - but I get XXXX was compiled with a different version XXXX (another person got same in the below post). Can you recommend an OpenSSL v3 third-party or provide a UniGui OpenSSL v3 demo or OpenSSL v3 example? Did you try CloudFlare ? It's a public trusted USA company, specialysed on security. Very simple : 1. Just Register with a Free Plan 2. Create an SSH TUNNEL between your Server and your CloudFlare account, example : myapp.mycompany.com:8077 3. Then, miraculously, each time a user open your URL : http://myapp.mycompany.com:8077 CloudFlare transform it, automatically in a secure access : https://myapp.mycompany.com:8077 BTW, i don't know if it is TLS v3.1 ______ An other advantage with CloudFlare, is about CGNAT internet acess. Don't worry anymore about using or buying a static IP. Even if it change, your DNS http://myapp.mycompany.com:8077 is enough !
PolywickStudio Posted February 17 Author Posted February 17 On 1/6/2026 at 8:50 PM, Farshad Mohajeri said: Hi, Do you mean TLS v1.3? I mean, use OpenSSL v3, TLS 1.3. 1
Recommended Posts