The request was aborted: Could not create SSL/TLS secure channel.

Solved! Go to solution
asraro
Helper

The request was aborted: Could not create SSL/TLS secure channel.

Hi, 

     Downloaded the sample code in C#. Created the p12certfile.p12 file using the command.

openssl pkcs12 -export -out p12certfile.p12 -inkey key_file.pem -in cert.pem

 

Ran the test and it gave me "The request was aborted: Could not create SSL/TLS secure channel" error. Any solutions ?

2 REPLIES 2
API_Managers
Visa Developer Support Specialist

Re: The request was aborted: Could not create SSL/TLS secure channel.

Hi @asraro,

 

Please check if the traffic is being sent over from TLS version 1.2. If you are testing using SoapUI, please check if the following VM option is added to this file SoapUI-x.y.z.vmoptions.


-Dsoapui.https.protocols=TLSv1.2 should go into the file as a line item.




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

dhavalpatel
Regular Visitor

Re: The request was aborted: Could not create SSL/TLS secure channel.

Hello,

Now a days I think SSL is mendatory. If we mot used SSL then in google chrome there are display in red line website is not secure. So I m also thinking to secure my website http://stampsceremony.org in 2-3 days via SSL.