Build your own HTTPS server with Delphi – Open SSL Example

Assuming that you know how to make a web server with TidHttpServer, but now you need to put your server in HTTPS, so to do that you need to add to your application the TIdServerIOHandlerSSLOpenSSL and set it as the IOHandler of your TidHTTpServer. IMG IOHANDLER Now you need a valid and unique certificate, to … Leggi tutto Build your own HTTPS server with Delphi – Open SSL Example