4 Oct
2000
4 Oct
'00
5:07 a.m.
Augusto Jun Devegili wrote:
I need to implement a C++ client (Linux) which must connect to an HTTP Server using SSL (HTTPS). Which libraries could I possibly use, considering both SSL and HTTP?
you could look at a program called "curl". it does implement HTTPS and the source is available. depending on the specific license and on what you're writing, you may be able to just copy&paste that code.