SoapUI 5.6 - SSL certificate error - How can I link certificate PFX file to the SOAP request
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SoapUI 5.6 - SSL certificate error - How can I link certificate PFX file to the SOAP request
<html>
<head><title>400 No required SSL certificate was sent</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<center>No required SSL certificate was sent</center>
<hr><center>nginx</center>
</body>
</html>
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey @ankurcluster,
I think this help page has what you need --> https://www.soapui.org/docs/functional-testing/sending-https-requests/
Cheers
Rich
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
go to preferences -> SSL setting
browse your ssl certificate and add password.
Thanks,
😊😊
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the solution , next I am getting below error.
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Body>
<SetTemporaryPasswordResponse RequestId="?" Version="3.1" xmlns="https://schemas.vip.symantec.com/2006/08/vipservice">
<Status>
<ReasonCode>4E00</ReasonCode>
<StatusMessage>Malformed request</StatusMessage>
<ErrorDetail>XML request element value does not conform to datatype.</ErrorDetail>
</Status>
</SetTemporaryPasswordResponse>
</Body>
</Envelope>
