Forum Discussion

tong123123's avatar
tong123123
New Contributor
9 years ago
Solved

why no specify truststore but still work in soap ui 5.1.3

in SOAPUI 5.1.3, preferences > SSL Settings, I have set keystore but not truststore (also no place to set truststore in ssl settings), then I connect to https server, but it works, why SOAPUI 5.1.3 d...
  • rupert_anderson's avatar
    9 years ago

    Hi,

    Presumably to make testing SSL secured web services a little easier for SoapUI, a custom SSLSocketFactory (SoapUISSLSocketFactory) has been written to override the checkServerTrusted methods to do nothing. This means that SoapUI will trust any SSL protected service without the need to import the service's SSL certificate into a SoapUI truststore. 

     

    Hope this helps,

    Cheers,

    Rupert