Forum Discussion
richie
Community Hero
Hey,
If the assertion failed, i'd suggest sticking a delay stop in before the step with assertion, but if it's not failing it sounds like something else is going on.
What does your logging say?
Cheers,
Richie
If the assertion failed, i'd suggest sticking a delay stop in before the step with assertion, but if it's not failing it sounds like something else is going on.
What does your logging say?
Cheers,
Richie
casp8
6 years agoOccasional Contributor
Thanks for your suggestion! I put a delay in the testcase before the step, and tried a delay in the script assertion but the problems persists.
Troubleshooting I now noticed that this error is also thrown when there is no assertion. So the actual problem is that this step is never completed when ran in a testcase, but runs properly when fired as an individual request.
The test is to see whenether a request without a certificate gets a null response on an secure port. This apparantly throws an javax.net.ssl.SSLHandshakeException.
My http log shows:
- [write] I/O error: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
The error log shows:
- Mon May 27 10:01:56 CEST 2019: ERROR: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Which is not unexpected given the testsituation, but how to make soapui run past this Exception?
Related Content
- 7 years ago
- 3 years ago
- 8 years ago
Recent Discussions
- 19 hours ago
- 17 days ago