HTTPS 検査の構成設定を読み込めなかった

Microsoft.Forefront.TMG.Forefront_TMG_failed_to_load_HTTPS_inspection_configuration_settings.Rule (Rule)

このルールでは、HTTPS 検査の構成設定を読み込めなかった場合に警告が生成されます。

Knowledge Base article:

サマリー

HTTPS 検査の構成設定を読み込むことができませんでした。 これは、CA 証明書が見つからないにもかかわらず検査が有効になっているときに発生します。

原因

HTTPS 検査は有効になっていますが、CA 証明書がありません。 CA 証明書を保存場所から手動で削除した場合に発生することがあります。

解決策

CA 証明書を作成またはインポートして、構成を保存します。

Element properties:

TargetMicrosoft.Forefront.TMG.WebProxy.ServerComponent
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Forefront.TMG.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.Forefront.TMG.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.Forefront.TMG.Forefront_TMG_failed_to_load_HTTPS_inspection_configuration_settings.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.WebProxy.ServerComponent" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(23434)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Web Proxy</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.Forefront_TMG_failed_to_load_HTTPS_inspection_configuration_settings.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>