Two way ssl

Solved! Go to solution
Reighn
Helper

Two way ssl

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!

2 REPLIES 2
ricardo_visa
Community Scholar

Re: Two way ssl

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.
Reighn
Helper

Re: Two way ssl

The error has now changed and I think I got passed the error said above. Thank you very much!

 

Cheers!