Очереди сообщений не удалось установить SSL-соединение с принимающим компьютером

Microsoft.MSMQ.10.0.Rule.Alert.Event2193 (Rule)

Очереди сообщений не удалось установить SSL-соединение к принимающему компьютеру, поскольку имя компьютера, указанное в имени формата очереди HTTP, не совпадает с именем сертификата сервера-получателя.

Knowledge Base article:

Сводка

Очереди сообщений не удалось установить SSL-соединение к принимающему компьютеру, поскольку имя компьютера, указанное в имени формата очереди HTTP, не совпадает с именем сертификата сервера-получателя.

Причины

Хотя цепочка сертификатов от сервера проверена, имя компьютера, указанное в формате очереди, отличается от имени получателя в сертификате сервера. Убедитесь, что в сертификате сервера указано правильное имя компьютера.

Решения

Дополнительные сведения о сертификатах сервера см. в пункте "Сертификаты сервера" в разделе "Проверка подлинности по протоколу HTTPS" ( http://go.microsoft.com/fwlink/?LinkID=104331).

Чтобы проверить имя компьютера в сертификате сервера, выполните следующие действия.

Дополнительно

Дополнительные сведения см. в событии с ИД 2193 ( http://technet.microsoft.com/ru-ru/library/dd337455(WS.10).aspx)

Element properties:

TargetMicrosoft.MSMQ.10.0.Servers
CategorySecurityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Очереди сообщений не удалось установить SSL-соединение с принимающим компьютером
Описание события: {0}
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.MSMQ.10.0.Rule.Alert.Event2193" Enabled="false" Target="Microsoft.MSMQ.10.0.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>SecurityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2193</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Microsoft.MSMQ.10.0.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.10.0.Rule.Alert.Event2193.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>