// Check if the certificate is trusted (i.e. chain can be validated)
...
...
@@ -646,15 +650,20 @@ namespace LIL_VSTT_Plugins
myCertTrusted=true;
}else
{
if(pDebug)e.WebTest.AddCommentToResult("Waring: Certificate is NOT TRUSTED by client. Might not be trusted on server either. Check that the Issuer/CA root and intermediary certificates are installed on the client and server.");
e.WebTest.AddCommentToResult("Warning: Certificate is NOT TRUSTED by client. Might not be trusted on server either. Check that the Issuer/CA root and intermediary certificates are installed on the client and server.");