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. _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
