Thanks. It's good to know this. Perhaps the Indy site at
http://www.indyproject.org should be updated to reflect this. You have
to dig very deep to find the links to the svn (and labelled as a
development snapshot). The last source code package appears to be the
2004 release 10.0.52. With the s
On Thu, 16 Feb 2017 14:18:28 +, Tony Whyman
wrote:
>The downside is that the indy components do not seem to have been
>updated for a long time and have not kept up-to-date with OpenSSL. I
>have attached below a patch I have used to keep the components
>up-to-date with SSL headers.
The Ind
You can always use the indy components. They have a working https
implementation which I have successfully used in a SOAP based
application and Lazarus's WST package. (see
http://wiki.lazarus.freepascal.org/Indy_with_Lazarus).
The downside is that the indy components do not seem to have been
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 d