cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: OpenVMS cURL won't connect SSL

From: Mark Ripley <markr_at_millerslab.com>
Date: Fri, 1 Sep 2006 09:52:45 -0500

Thank you all - the solution on our VMS setup was simple once you all
provided me the clue that curl was ignoring all the SSL default
directories - especially the fact that I had to specify the path and
the file explicitly. Also, I could not use the SSL$ logicals. Plus I
had to strip the LFs from the ca bundle, but that's standard VMS stuff.
(very easy c++ source available if anyone needs one) Just the
combination of those plus first time using curl was confusing.

curl --capath SYS$SYSDEVICE:[CPD] --cacert KEYS.PEM https://etc...

It's the simple stuff that drives me nuts, thanks again!

Mark

> -----Original Message-----
> From: curl-users-bounces_at_cool.haxx.se [mailto:curl-users-
> bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
> Sent: Friday, September 01, 2006 4:47 AM
> To: the curl tool
> Subject: RE: OpenVMS cURL won't connect SSL
>
> On Fri, 1 Sep 2006, Jochen Roderburg wrote:
>
> > Yes, the openssl does not come with a cert package, but it *has*
> its global
> > default directory for certificates, and when you put your
> certificates there
> > they can be picked up by all applications which use the openssl
> library, but
> > curl does not allow that.
>
> Correct. But not because of any design decision but simply because
> no one made
> it use or try that path.
>
> --
> Commercial curl and libcurl Technical Support:
> http://haxx.se/curl.html
Received on 2006-09-01