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?
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.
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.
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Join the Docusign Community by logging in with your Docusign developer or customer account credentials.
Don’t have an account? You can create a free one when registering.
Note: Partner-specific logins are not available yet. Partners should log in as either a customer or developer
Docusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.