Validate Server SSL Certificate Against Soap-UI TrustStore
Dear All, I am trying to create a Soap-UI test which does a call against a server with a verified certificate by the CA (Certificate Authority) of my client. We want to validate this against a truststore in soap-ui to validate if the server certificate is indeed the correct, signed certificate we expect. My problem is that my test always succeeds, I actually want my test to succeed when the server presents a signed certificate, but I want the test to fail if the server presents a self-signed certificate. I have tried this with both SoapUI-5.5.0 as well as ReadyAPI 2.8. I have tried starting SoapUI withSSLv3 and TLS in the vmoptions configuration file. I have ofcourse imported the truststore in SoapUI in "Show Project View" menu, and I have done step 4. from the documentation on page: https://www.soapui.org/soapui-projects/ws-security.html Which I expect links my truststore to the project. I have not changed anything in SSL in the Preferences. On the latter page we also notice that in step 1.9 in the Authentication menu the "Incoming WSS:" selection box can be found in the documentation, but it is not there in our application (Both the SoapUI and ReadyAPI). This menu is also not present after uploading the truststore and finishing step 4.2.2KViews0likes1CommentSSL keystore not working through Test Step Property but working through global preferences
I'm new to SOAPUI. I'm trying to run a Test Case with 30 Test Steps. 10 Test Steps have a different SSL certificate and 20 have a different SSL certificate. Issue is I've to change SSL certificate at global preferences each time I execute a different SSL related Test Step. I tried setting the SSL keystore in Test Step Properties but it is not working I'm setting the key store as follows 1. set certificate1 and certificate2 with password in Project --> WS-Security Configurations --> keystores. 2. Set the appropriate certificate in the TestRequest Properties --> SSL keystores 3. If I execute the test step then I get handshake_failure or certificate error. All the APIs are mix of SOAP and REST Can some please advice if it is possible to set two different certificates in a Test Case436Views0likes0Commentsexpired certificate for mutual ssl
Hi Team, I have a mock service in soapui. I am trying to do 2 way Mutual SSL. I have generated self signed certificates for both client and server. Following is the link that I have am using as a reference. https://techannotation.wordpress.com/2012/06/22/tomcat-mutual-authentication-over-ssl/ https://www.soapui.org/articles/2-way-ssl-using-soapui-as-client-and-server.html The issue is, even though my client certificate is expired still communication is happening. Do I need to do some other configuration?863Views0likes0Comments