简体   繁体   English

SSL证书验证失败

[英]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." 在阅读API教程时,出现以下错误:“ SSL证书问题,请验证CA证书是否正确。”

The CA certificate is not in my build of libcurl. CA证书不在我的libcurl构建中。 Is there anyway I can get it from DocuSign in PEM format? 无论如何,我可以从DocuSign以PEM格式获得它吗?

DocuSign does not create or provide SSL Certificates, the platform simply uses them where needed. DocuSign不会创建或提供SSL证书,平台仅在需要时使用它们。 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). 要解决此问题,我认为您需要从证书颁发机构那里获得适当的证书,但是,如果您在DEMO(即demo.docusign.net)中进行测试,我相信您可以使用https(端口443)或http(端口)进行测试80)。 So you might be able to get around this by testing with http://demo.docusign.net , give it a try... 因此,您可以通过使用http://demo.docusign.net进行测试来解决此问题,尝试一下...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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