reading SSL page with CURL (php)

后端 未结 7 1886
南方客
南方客 2020-12-05 00:24

I am trying to download the content of a secure (uses https) webpage using php and curl libraries.

However, reading failed and I get error 60: \"SSL certificate prob

7条回答
  •  暖寄归人
    2020-12-05 00:55

    This is apparently on openssl bug. Tomcat can be configured to work around this in /etc/tomcat7/server.xml by restricting the available cipher list:

    
    

提交回复
热议问题