Re: libcurl with client ssl certificate

2012-08-19 Thread Daniel Stenberg
On Sun, 19 Aug 2012, Chris Baylis wrote: static const char *pCertFile = cert.pem; static const char *pCACertFile=cert.pem; This seems like a highly unlikely scenario. The same file, really? -- / daniel.haxx.se --- List admin:

Re: Unable to get content when using libcurl as staticlibrary in dll

2012-08-19 Thread Saravana kumar
Ah, yes! I forgot to to return in writefunction. Solved! And need to change my development environment! That damn compiler didnt warned me. Anyway, i like that joke from Guenter! Thanks, Saravana Kumar.A On 8/19/12, Guenter li...@gknw.net wrote: Am 18.08.2012 23:31, schrieb Daniel Stenberg:

Re: libcurl with client ssl certificate

2012-08-19 Thread Ralph Mitchell
On Sun, Aug 19, 2012 at 7:26 AM, Daniel Stenberg dan...@haxx.se wrote: On Sun, 19 Aug 2012, Chris Baylis wrote: static const char *pCertFile = cert.pem; static const char *pCACertFile=cert.pem; This seems like a highly unlikely scenario. The same file, really? A self-signed cert would

Re: libcurl with client ssl certificate

2012-08-19 Thread Ralph Mitchell
On Sun, Aug 19, 2012 at 1:57 PM, Daniel Stenberg dan...@haxx.se wrote: On Sun, 19 Aug 2012, Ralph Mitchell wrote: static const char *pCertFile = cert.pem; static const char *pCACertFile=cert.pem; This seems like a highly unlikely scenario. The same file, really? A self-signed cert

Building for Win64...

2012-08-19 Thread Nick Zitzmann
I tried searching around and didn't see anything relevant… Yesterday I tried building the latest curl libcurl code for Win64 (X86-64, not Itanium) mainly to see how Schannel worked. I performed the build using Visual Studio's command prompt configured for building Win64 executables. I ran