14-06-19 05:14 PM
The underlying connection was closed: No trust could be established for the protected SSL / TLS channel.
The connection to the remote server can not be established.
Could not execute code stage because exception thrown by code stage: Unable to resolve the remote name: 'eu.docusign.net'
I can not figure out how is it possible. Same code runs from studio and does not run from control room on the same resource.19-06-19 10:43 PM
17-07-19 06:56 AM
17-07-19 08:47 AM
23-07-19 01:55 PM
23-07-19 02:33 PM
24-07-19 10:44 AM
25-07-19 07:54 AM
05-10-21 09:50 PM
I was facing the same issue. if you are using code stage just add this before the connection
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
Please refer : https://stackoverflow.com/questions/22627977/the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send
06-10-21 07:03 PM