Re: Certificates problem

2018-05-21 Thread dp
y thoughts on that? -Original Message- From: "Patrick Schlangen" [patr...@schlangen.me] Date: 05/21/2018 09:45 AM To: "libcurl development" <curl-library@cool.haxx.se> Subject: Re: Certificates problem Hi, maybe try CURLOPT_CAINFO inste

Re: Certificates problem

2018-05-21 Thread dp
y@cool.haxx.se> Subject: Re: Certificates problem On Mon, May 21, 2018 at 9:46 AM, dp <coulda...@excite.com> wrote: > I am having trouble getting libcurl to work with a secure website. I am using > cUrl version 7.59.0, OpenSSL 1.0.2, compiling with Visual Studio 10, and > ru

Re: Certificates problem

2018-05-21 Thread Patrick Schlangen
Hi, maybe try CURLOPT_CAINFO instead of CURLOPT_ISSUERCERT? - Patrick --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: Certificates problem

2018-05-21 Thread Waitman Gobble
On Mon, May 21, 2018 at 9:46 AM, dp wrote: > I am having trouble getting libcurl to work with a secure website. I am using > cUrl version 7.59.0, OpenSSL 1.0.2, compiling with Visual Studio 10, and > running this on XP/SP3. I built both static and DLL libraries, and that