Forum Discussion

jaybytez's avatar
14 years ago

SSL test with pem file

I am making a https service call through SoapUI and I have been given a pem file for certification.

I haven't found a good example or way to get the pem file to work in SoapUI. I have tried setting it in the preferences part of SoapUI (but there is no section for pem files).

Any pointers as to how I can get this to work?

Thanks,

Jay
  • Try using openssl to convert .pem to a .p12 file--Google 'openssl convert .pem to .p12' for details.