[fpc-pascal] https how does it work

Michael Van Canneyt michael at freepascal.org
Thu Feb 16 14:50:08 CET 2017



On Thu, 16 Feb 2017, Rainer Stratmann wrote:

> How does httpy work, what is needed?
>
> TLS/SSL library?

Yes.

The ssockets unit has the ability to set up a TLS/SSL connection.
It uses openssl as a library.

You can check the fphttpclient unit to see how this is done.
The fphttpserver currently does not support this yet.

Michael.



More information about the fpc-pascal mailing list