ContributionsMost RecentMost LikesSolutionsRe: SoapUI 5.6 - SSL certificate error - How can I link certificate PFX file to the SOAP request 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> 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