15-04-24 09:27 PM
hello,
I'm trying to make an http request mTLS by sending a certificate. I am using the object available in DE Utility - HTTP version 10.0.2 through the "HTTP Request" action, however it is returning the error message
" Internal: Could not execute code stage because exception thrown by code stage: The request was aborted: Unable to create a secure channel for SSL/TLS."
I found a suggestion on some forums to add the code to the code stage
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
but it still doesn't work and the same error message appears.
Here are the parameters used in the request: