Jump to content

Recommended Posts

Posted

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?

 

  • 2 months later...
  • 2 weeks later...
Posted
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 !

  • 5 weeks later...
×
×
  • Create New...