cherrylemon Posted February 27, 2015 Share Posted February 27, 2015 Getting this when trying to renew enom domain. Error: CURL Error: 35 - error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Any ideas? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 27, 2015 Share Posted February 27, 2015 perhaps the post below might help.... http://forum.whmcs.com/showthread.php?95311-Server-Connection-Issues&p=400186#post400186 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Nate Posted February 27, 2015 Share Posted February 27, 2015 Hello, Can you update this thread with the version of libcurl and openssl in use for your php build? Enom recently updated their server to drop support for very old ciphers and some old protocols. Nate C 0 Quote Link to comment Share on other sites More sharing options...
Kailash Posted March 3, 2015 Share Posted March 3, 2015 Most likely the issue with libcurl or openssl version. You might be using outdated version for both libraries. Enom stopped supporting SSL v3. Refer their following tweet: - Kailash 0 Quote Link to comment Share on other sites More sharing options...
cherrylemon Posted March 4, 2015 Author Share Posted March 4, 2015 root@server [~]# curl-config --version libcurl 7.15.5 root@server [~]# openssl version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 root@server [~]# root@server [~]# php -v PHP 5.4.32 (cli) (built: Aug 27 2014 02:12:26) Copyright © 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright © 1998-2014 Zend Technologies with eAccelerator v0.9.6.1-ea, Copyright © 2004-2012 eAccelerator, by eAccelerator with the ionCube PHP Loader v4.6.1, Copyright © 2002-2014, by ionCube Ltd., and with Zend Guard Loader v3.3, Copyright © 1998-2013, by Zend Technologies root@server [~]# 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Nate Posted March 4, 2015 Share Posted March 4, 2015 Hello, Are you sure the version of libcurl you are using in php is the same as what is reported here? Your php is recent, but the libcurl version you listed is pretty old. cPanel as an example builds their own version of libcurl and uses it to link against when building php in easyapache. Enom has recently dropped all support for SSLv3 from their production api servers. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.