简体   繁体   中英

SSL certificate verification fails

In going through the API tutorials, I'm getting the following error: "SSL certificate problem, verify that the CA cert is OK."

The CA certificate is not in my build of libcurl. Is there anyway I can get it from DocuSign in PEM format?

DocuSign does not create or provide SSL Certificates, the platform simply uses them where needed. It's the client's responsibility to handle certs.

To resolve I think you'll need to get a proper certificate from whomever your cert authority is, however if you are testing in DEMO (ie demo.docusign.net) I believe you can test with https (port 443) OR http (port 80). So you might be able to get around this by testing with http://demo.docusign.net , give it a try...

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