Change curl SSL version

General support questions
Post Reply
timo002
Posts: 2
Joined: 2014/02/17 14:57:56

Change curl SSL version

Post by timo002 » 2014/02/17 14:59:44

My CentOS v6 VPS is using SSL Version NSS for curl. But I need to use the OpenSSL for curl. How can I change this..?

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Change curl SSL version

Post by TrevorH » 2014/02/17 15:26:59

It's a compile time option so you probably can't. Why do you think you need to?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

timo002
Posts: 2
Joined: 2014/02/17 14:57:56

Re: Change curl SSL version

Post by timo002 » 2014/02/17 15:43:59

I'm using a php script that needs to connect to a SOAP service through NTLM authentication. I have this script running on a sharded hosting webserver with 'SSL Version OpenSSL/0.9.8b'.

Now I want to run this script on my VPS and the VPS has 'SSL Version NSS/3.13.1.0'. The authentication is not working at the new server and I believe I read that the NTLM authentication script I'm using needs Curl OpenSSL.

dcbaldwin1
Posts: 1
Joined: 2015/04/21 18:50:50

Re: Change curl SSL version

Post by dcbaldwin1 » 2015/04/21 18:54:04

I'm in the same boat.

Did you ever find a solution? Anything would help...

Thanks.

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Change curl SSL version

Post by TrevorH » 2015/04/21 20:15:04

The curl package in CentOS 6.6 supports NTLM authentication. Use man curl and search for ntlm for more details.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply