Self-signed certificate with Demo DocusignAPI

2019-08-28 20:25发布

I am trying to test my app with the Demo DocusignAPI at using the endpoint https://demo.docusign/net/restapi/v2/

Question: Is a self-signed SSL certificate acceptable when using the Demo endpoint?

I ask because when I try to use the create_envelope_from_document call, I get the following error message, and I'm trying to determine if my use of a self-signed certificate is contributing to the error:

OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed)

I am using ruby 1.9.3 and rails 3.2.13 on Ubuntu 12.04.

1条回答
太酷不给撩
2楼-- · 2019-08-28 20:55

Are you talking about including an SSL cert for the event notifications? The only mention I see from their documentation when I search for "SSL" is the

signMessageWithX509Cert

property on the eventNofication object. This can be viewed on several of their api guide pages like this one.

In any case, with all of the comments that have come in on this thread so far I believe your issue is related to your certificates and not with the DocuSign API. Were you able to resolve this yet?

查看更多
登录 后发表回答