[fpc-pascal] TFPHTTPServer and HTTPS

Michael Van Canneyt michael at freepascal.org
Tue Aug 23 22:05:20 CEST 2022



On Tue, 23 Aug 2022, Fabio Luis Girardi via fpc-pascal wrote:

> Exists in FPC some example that demonstrates the use of TFPHTTPServer
> with HTTPS? The unique example that I have found is
> about TCustomHTTPApplication.

There is no separate example.

Using https is just setting a property UseSSL := True, and include one of the
units that registers an SSL handler (opensslsockets or gnutlssockets)

What more do you need ?

Michael.



More information about the fpc-pascal mailing list