KarelHusa's avatar
KarelHusa
Champion Level 3
3 years ago
Status:
New Idea

An option to ignore SSL certificate issues

Most of the APIs are now secured by SSL/TLS. Development or test servers sometimes use self-signed certificates or certificates which do not match the server's DNS name.

 

When I try to connect to such server with SoapUI I get an error, which is fine, but I have no way to go on with the tests.

 

I woud appreciate having in SoapUI SSL preferences a new option "Do not check certificate", which I could switch on or off.

 

Some other HTTP tools have an option to ignore server's SSL certificate issues:

  • wget:  --no-check-certificate option
  • curl: -k or --insecure option

 

Best regards,

Karel

No CommentsBe the first to comment