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
Hi Reighn,
Try this:
openssl pkcs12 -export -out p12certfile.p12 -inkey example-key.pem -in cert.pem
Does this work?
Thanks - Ricardo
The error has now changed and I think I got passed the error said above. Thank you very much!
Cheers!