简体   繁体   中英

curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

We are using tomcat 1.7 and jdk 1.6, we are getting the below ssdl error:

curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

do we have any solution for this , do we need to update the tomcat or jdk 1.6.

This error might be due to the 'https' in your link. This can be solved by following any one of the following suggestion.

  • Add the website certificate in your library.(attached links might help)
  • Use http instead of https in the link. Some links might not allow this in that case you have to use the first option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM