Untrusted CA

SLDSampleWebApplication.Request1.BasePage.SSLCertificateCAUntrusted (UnitMonitor)

The SSL Certificate Authority is not trusted.

Knowledge Base article:

Summary

SSL Certificate CA Root not trusted

Causes

This can happen when the target URL is not using an SSL certificate that is signed by a public internet root CA.

Resolutions

Contact the administrator of the URL to use a publicly signed SSL certificate or add the Certificate to the watcher nodes trusted root CA store if you are in fact sure you should be trusting this source. For example if you have an internal Root CA that supplies SSL certificates.

Element properties:

TargetSLDSampleWebApplication
Parent MonitorSLDSampleWebApplication.Request1.BasePage.SSL
CategoryPerformanceHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeSLDSampleWebApplication.BasePage.SSLCertificateCAUntrusted
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="SLDSampleWebApplication.Request1.BasePage.SSLCertificateCAUntrusted" Accessibility="Public" Enabled="true" Target="SLDSampleWebApplication" ParentMonitorID="SLDSampleWebApplication.Request1.BasePage.SSL" Remotable="true" Priority="Normal" TypeID="SLDSampleWebApplication.BasePage.SSLCertificateCAUntrusted" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="CertificateAuthorityTrusted" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="CertificateAuthorityUntrusted" HealthState="Error"/>
</OperationalStates>
<Configuration>
<RequestID>1</RequestID>
</Configuration>
</UnitMonitor>