서버가 SSL 연결을 위해 필요한 사용권을 얻지 못했습니다.

Microsoft.Windows.InternetInformationServices.10.0.The.server.was.unable.to.acquire.a.license.for.a.SSL.connection (Rule)

Knowledge Base article:

요약

해당 활동을 수행하려면 IIS(인터넷 정보 서비스) W3SVC(World Wide Web Publishing 서비스)에 파일 액세스, 메모리 가용성 및 네트워크 연결을 포함한 I/O 오류가 없어야 합니다. 또한 사용된 모든 스크립트가 액세스 가능하고 실행 중이어야 하며, 모든 포함 파일이 올바르게 구성되어 있어야 합니다.

해결 방법

연결 또는 구매 CAL 줄이기

이 문제를 해결하려면 연결 또는 추가 CAL(클라이언트 액세스 라이선스) 구매 수를 줄여야 합니다.

자세한 내용은 오류 메시지: HTTP 403.15 - 금지됨: 클라이언트 액세스 라이선스 초과 문서를 참조하세요.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
CategoryAlert
EnabledTrue
Event_ID2227
Event SourceMicrosoft-Windows-IIS-W3SVC-WP
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.The.server.was.unable.to.acquire.a.license.for.a.SSL.connection" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC-WP</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2227</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.The.server.was.unable.to.acquire.a.license.for.a.SSL.connection.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>