TscHTTPServer

TscHTTPServer

Hi:

I'm using the TscHTTPServer to implement a Service Server for my programs.

There is no documentation of using this component, but I realize this is close to the programming of a TIndyHTTPServer, but without some support procedures like the MIME List to assign to when a file is about to download.

My problem now is to know how to manage certificates, If I assign the certificate I not find any way to assign the private key to the certificate. On the Delphi You can assign it, but the private key disappear right after change the tab of configuration of the Storage and I don't find a way to assign it programatically.

Somebody already used this component?