robotron1000
9 years agoNew Member
SOAPUI 5.2.1
Hi!
How can I attach an SSL cert to a REST request? I tried adding the .pfx file as an attachment, but it doesn't work.
Thank you!
With regards
Hi!
How can I attach an SSL cert to a REST request? I tried adding the .pfx file as an attachment, but it doesn't work.
Thank you!
With regards
Hi,
You need to store your certificate in a Java keystore .jks - .pfx files can be converted to java keystores -see:
http://stackoverflow.com/questions/4217107/how-to-convert-pfx-file-to-keystore-with-private-key
Regards,
Rupert