Skip to main content

I’m trying to receive webhook notifications from DocuSign on my endpoint but the request fails with the error:
"The request was aborted: Could not create SSL/TLS secure channel."

My server supports TLS 1.3 minimum. DocuSign webhook requests fail when attempting to connect.

Does DocuSign support TLS 1.3 for webhooks? If not, is there a workaround or fix to make this work?

@RutujaW 

According to this Docusign Support article, Docusign Connect only support TLS 1.2 at this point in time.

 The handshake protocol and its messages are described in the TLS 1.2 standard.

 

Therefore, you would need to configure your server so accept TLS 1.2 in order to use Docusign Connect. There are no settings on the Docusign side for Connect that you can change related to the TLS version being used.


Reply