3 Oct
2000
3 Oct
'00
8:13 p.m.
Hi all, 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? TIA, Augusto
4 Oct
4 Oct
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.
8845
Age (days ago)
8846
Last active (days ago)
1 comments
2 participants
participants (2)
-
Augusto Jun Devegili
-
Tom Vogt