Curl: (60) SSL Certificate problem: Unable to get local issuer certificate Error

Source: Internet
Author: User
Tags ssl certificate

This problem occurs because HTTPS authentication is not configured for a trusted server. By default, curl is set to not trust any cas, that is, it does not trust any server authentication. Therefore, this is why the browser cannot access your server over HTTPS. When this problem occurs, the best way for network programmers is to specify a set of default trusted cas, provided that you have purchased certificates from these CAS.
If your content is not sensitive, a quick way is to skip the SSL check item before using curl_exec:

Curl_setopt ($ ch, curlopt_ssl_verifypeer, false );

Curl: (60) SSL Certificate problem: Unable to get local issuer certificate Error

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.