Skip to main content
Solved

DocuSign Webhook

  • January 29, 2025
  • 1 reply
  • 54 views

Forum|alt.badge.img+1

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?

Best answer by mrave

@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.

View Original
Is this content helpful?

1 reply

Michael.Rave
Docusign Employee
Forum|alt.badge.img+14
  • Docusign Employee
  • 929 replies
  • Answer
  • January 29, 2025

@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.