Re: SSL sample code

Chris:

When I obtained libwww-ssl it came with sample code.  The source should
be in libwww-ssl\wwwssl.c.  If you're using Windows/VC++ you want to
load the libwww-ssl\windows\world.dsw workspace.

As it turns out, once you get the libwww-ssl stuff built and the OpenSSL
stuff built and everything to link, the changes required to your
original code to cope with https requests are very minimal.  (Basically
you add calls to HTSSLhttps_init() and HTSSLhttps_terminate().)

If you manage to get https working through a proxy I'd like to hear
about it.  I never had any luck with that.

Hope that's of some use.

Marco

Received on Thursday, 5 August 1999 14:29:29 UTC