- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
Solved! Go to Solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.