cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl not using tls even if told to do so

From: Kamil Dudka <kdudka_at_redhat.com>
Date: Wed, 05 Nov 2014 10:05:17 +0100

On Wednesday 05 November 2014 07:58:41 George wrote:
> It's the latest curl from git:
> curl 7.38.1-DEV (x86_64-unknown-linux-gnu) libcurl/7.38.1-DEV
> OpenSSL/1.0.1e zlib/1.2.7 libssh2/1.4.3

Please do not top-post!

I was asking about the version of (lib)curl installed on your system by RPM,
not about the version you installed manually to /usr/local. You can obtain
the information by running the following command:

rpm -q curl libcurl

Kamil

> 2014-11-05 7:38 GMT+00:00 Kamil Dudka <kdudka_at_redhat.com>:
> > On Tuesday, November 04, 2014 16:06:48 George wrote:
> >> Hi,
> >>
> >> I am trying to connect to a remote host using curl. The remote host
> >> supports only tlsv1.2 and the RC4-SHA cipher. It does not support NSS,
> >> only OpenSSL.
> >>
> >> The default curl that comes with CentOS 7(the one I am using) was
> >> using NSS so that didn't work for me.
> >
> > What is the exact version of (lib)curl on your CentOS 7 machine?
> > The option --tlsv1.2 was introduced in curl-7.29.0-16.el7.
> >
> > Kamil
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-11-05