Message Queuingは、リモート コンピューターとの SSL ネゴシエーションを完了できませんでした。

Microsoft.MSMQ.6.3.Rule.Alert.Event2190 (Rule)

Knowledge Base article:

概要

Message Queuingは、リモート コンピューターとの SSL ネゴシエーションを完了できませんでした。

原因

この問題の原因には、次のいずれかが考えられます。

解決方法

Message Queuingに対する SSL/HTTPS の構成の確認

コンピューターがポート 443 でリッスンしているかどうかの判別

コンピューターがポート 443 でリッスンしているかどうかを判別するには:

コンピューターが TCP ポート 443 をリッスンしている場合は、netstat -aon コマンドを実行したときに、次のローカル アドレス エントリが結果の一覧に表示されます: 0.0.0.0:443 (IPv4) [::]:443 (IPv6)。

Windows ファイアウォールがポート 443 での通信を許可していることを確認する

Windows ファイアウォールがポート 443 での通信を許可していることを確認するには:

追加情報

どのコンピューター (リモート コンピューター) の SSL ネゴシエーションが失敗したかを特定するためのサポートが必要な場合は、Microsoft カスタマー サービス & サポート (CSS) に問い合わせて、Message Queuing トレースを実行してください。CSS への問い合わせ方法については、エンタープライズ サポート ( http://go.microsoft.com/fwlink/?LinkId=52267) を参照してください。

詳細については、イベント ID 2190 ( http://technet.microsoft.com/en-us/library/dd337498(WS.10).aspx) を参照してください

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategoryConfigurationHealth
EnabledFalse
Event_ID2190
Event Source$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Message Queuingは、リモート コンピューターとの 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.6.3.Rule.Alert.Event2190" Enabled="false" Target="Microsoft.MSMQ.6.3.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>ConfigurationHealth</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">2190</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Microsoft.MSMQ.6.3.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.6.3.Rule.Alert.Event2190.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>