Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
August 2016
August 2016
Can somebody help me about this two way ssl because I already followed the instruction on how to generate the files needed but I still get an error "The request was aborted: Could not create SSL/TLS secure channel." whenever I do a test transaction.
Thanks!
Solved! Go to Solution
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
August 2016
August 2016
Hi Reighn,
Try this:
openssl pkcs12 -export -out p12certfile.p12 -inkey example-key.pem -in cert.pem
- Use example-key.pem as private key which you have generated at the time of creation of CSR.
- Use cert.pem as client certificate which you have downloaded from the VDP portal.
- The above command will prompt for export password. You will need this password for invoking API.
Does this work?
Thanks - Ricardo
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
August 2016
August 2016
Re: Two way ssl
The error has now changed and I think I got passed the error said above. Thank you very much!
Cheers!