Re: HTTPS requires a cache file?
Jonathan Oexner <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
I just did, and that fixed it. Thanks a bunch! -Jon Mark Boudreaux wrote: >>-----Original Message----- >>From: Jonathan Oexner [mailto:[email protected]] >>Sent: Thursday, February 20, 2003 2:38 PM >>To: [email protected] >>Subject: HTTPS requires a cache file? >> >>Hi, >> I'm kinda new to the libwww, so bear with me. I'm trying to > > write a > >>simple HTTP/HTTPS client that takes a URL, does a GET and spits the > > output > >>to the screen using the HTLoadToChunk function. For some reason, an > > HTTPS > >>URL causes the function to prompt the user for a file to print to, and >>never returns. A plain ol' HTTP URL works as planned. Any ideas what > > I > >>need to do to fix this? >>Thanks, >>-Jon > > > Have you tried setting HTSSLhttps_init(NO) instead of YES? > > Mark