Docusign Connect - Can't connect to my server error

后端 未结 1 657
慢半拍i
慢半拍i 2021-01-22 16:32

I\'m using my dev account and trying to test the DocuSign Connect service which does not seem to be working for me. When I look a the DocuSign connect log, I see this

相关标签:
1条回答
  • 2021-01-22 17:11

    DocuSign Connect will only publish to the "standard/default" ports:

    • In the DocuSign demo environment (demo.docusign.net) DocuSign Connect will publish to either port 80 (http) or port 443 (https). If the URL starts with "http", Connect will attempt to publish to port 80. If the URL starts with "https", Connect will attempt to publish to port 443.

    • In the DocuSign production environment (www.docusign.net), DocuSign Connect will only publish to port 443 (https). Publishing to port 80 (http) is not supported in the production environment -- the listener endpoint must be https.

    Therefore, I'd suggest that you remove the port number from the URL that you've specified for the DocuSign Connect configuration, and ensure that your listener endpoint is located at either port 80 (for demo) or port 443 (for demo or prod). If that doesn't resolve your issues, then you might want to review the Answer for this other forum post: Docusign connect service not posting data to specified url.

    0 讨论(0)
提交回复
热议问题