Guest User

Untitled

a guest
Jan 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
  2.  
  3. curl_setopt($c, CURLOPT_SSL_VERIFYPEER, 1);
  4. curl_setopt($c, CURLOPT_SSL_VERIFYHOST, 2);
  5. curl_setopt($c, CURLOPT_CAINFO, getcwd() . '/certificate.pl.crt');
  6.  
  7. mod_ssl/2.2.22
  8. OpenSSL/0.9.8u
Add Comment
Please, Sign In to add comment