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.