Write your own HTTPS Server in Delphi - this new article introduces a fully functional multithreaded HTTP server component for Delphi with SSL/TLS support.

 
This is a second edition of the Multithreaded HTTP Server in Delphi article, which introduces a fully functional multithreaded HTTP server component for Delphi.
 
In this new article, we have added the SSL / TLS support to the TclHttpServer component, implemented server-side certificate management, and updated the HttpServerDemo project. Now, this demo program allows you to run simple static website and access it using a web browser via HTTP or HTTPS protocols.
 
The TclHttpServer component is built based on the Clever Internet Suite library and uses the fast and stable classes: TclTcpServer, TclUserConnection, and TclThreadPool.
 
 
Join us on   Facebook   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com