Hi,
I'm sorry for the question, which has been asked maybe hundred of times, but I just can't solve the problem.
using (HttpWebResponse response = request.GetResponse() as HttpWebResponse) {...}
This line throws {"The request was aborted: Could not create SSL/TLS secure channel."} exception.
I have tried to regenerate .p12 file:
openssl pkcs12 -export -out <desired p12 file name>.p12 -inkey <key name which I have downloaded before project creation>.pem -in cert.pem
And my App.config looks like:
Hey @hrach97,
Please refer to this community forum post on how to resolve the issue - https://community.developer.visa.com/t5/Connection-Security-Errors/Could-not-create-SSL-TLS-secure-c...