Forum Discussion

Aamir's avatar
Aamir
New Contributor
6 years ago
Solved

regarding setting up HTTPS call

Hi All,

I got SSL certificate from client and HTTPS url for doing teesting. How to configure HTTPS in SOAPUI ? I dont have key as asked in Preferences of SSL but SSL certificate.

Please help on the issue.

Thanks

Aamir

  • you can send HTTPS request directly like you do with HTTP in SoapUI

5 Replies

  • richie's avatar
    richie
    Community Hero
    Hi Aamir,

    Certs and keys relate to assymetric encryption and what this means is that you have a public key (cert) and a private key. Public key (cert) is used to encrypt and private key is used to decrypt.
    In regards to ssl authentication you need the key, not the certificate. Your certificate doesn't include the relevant info you need. You need to obtain the key.

    Cheers,

    richie
  • aaronpliu's avatar
    aaronpliu
    Frequent Contributor

    you can send HTTPS request directly like you do with HTTP in SoapUI

      • TanyaYatskovska's avatar
        TanyaYatskovska
        SmartBear Alumni (Retired)

        Thanks everyone for your great suggestions!

        Aamir, did any of them help you? Please share the solution you've found.

    • Aamir's avatar
      Aamir
      New Contributor

      Thanks aaronpliu,

      HTTPS as not normal HTTP worked.