I need to check a website(https://d1lto7any9tcj3.cloudfront.net/service/index.php) using CURL but my OS is CentOS release 5.9 (Final) OpenSSL is 0.9.8e.
When I used curl -v https://d1lto7any9tcj3.cloudfront.net/service/index.php it said
"error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure"
Reason is SNI problem
after I update the OpenSSL to 1.0.1e but it also give same error
Can you help me to solve this problem ?