ywae lin wrote:
> 
> does someone have some C/C++ example how to
> GET / POST over HTTPS in Unix ?
> 
> thank you
Try curl, or more correctly cURL. It's an open source C library
implementing the client side for various protocols, including http and
https (using openssl). It can be found at http://curl.haxx.nu/
If that doesn't do your trick, the openssl library itself
(www.openssl.org) has a few simple C examples.

Regards,
Jan Dries
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to