Security: The server certificate has expired or is not yet valid.

Security__The_server_certificate_has_expired_or_is_not_yet_valid__1_9_Rule (Rule)

Knowledge Base article:

Summary

The certificate used by the Server has expired or is not in place by now.

Sample Event:

The server certificate for instance '%1' has expired or is not yet valid.

Causes

If the certificate used by this Server has been set to expire it has reached this by now.

If you have created a new certificate for this Server is might not be in effect by now.

Resolutions

Get a new certificate or wait for the new certificate.

External

For additional information specific to this message please visit the Microsoft Online Support site located at: Internet Information Server 5.0 Support Pages

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2000.WebServer
CategoryEventCollection
EnabledTrue
Event_ID45
Event SourceW3SVC
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Security: The server certificate has expired or is not yet valid.
{0}
Event LogSystem
CommentMom2005ID='{0A1CBF43-C1FC-4C60-9BE9-10BA1D6F7369}'

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Security__The_server_certificate_has_expired_or_is_not_yet_valid__1_9_Rule" Comment="Mom2005ID='{0A1CBF43-C1FC-4C60-9BE9-10BA1D6F7369}'" Enabled="onStandardMonitoring" Target="Microsoft.Windows.InternetInformationServices.2000.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>45</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Security__The_server_certificate_has_expired_or_is_not_yet_valid__1_9_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>