Benutzer-Werkzeuge

Webseiten-Werkzeuge


windows_server:wsus:errorkb3159706

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

windows_server:wsus:errorkb3159706 [2016/05/17 10:38] – created kwagnerwindows_server:wsus:errorkb3159706 [2016/05/17 10:46] (aktuell) kwagner
Zeile 27: Zeile 27:
 Der **WSUS-Dienst** muss neugestartet werden. Der **WSUS-Dienst** muss neugestartet werden.
  
 +
 +=== WSUS Server mit SSL ===
 +
 +If SSL is enabled on the WSUS server
 +
 +Assign ownership of the Web.Config file to the administrators group (run at an elevated command prompt):
 +
 +<code winbatch>
 +takeown /f web.config /a
 +
 +icacls "C:\Program Files\Update Services\WebServices\ClientWebService\Web.config" /grant administrators:f
 +</code>
 +Locate the Web.Config file in the following path:
 +**//C:\Program Files\Update Services\WebServices\ClientWebService\Web.Config//** \\
 +Make the following changes in the file (shown in bold):
 +
 +<code xml>
 +<services>
 +            <service
 +                name="Microsoft.UpdateServices.Internal.Client"
 +                behaviorConfiguration="ClientWebServiceBehaviour">
 +                <!-- 
 +                  These 4 endpoint bindings are required for supporting both http and https
 +                -->
 +                <endpoint address=""
 +                        binding="basicHttpBinding"
 +                        bindingConfiguration="SSL"
 +                        contract="Microsoft.UpdateServices.Internal.IClientWebService" />
 +                <endpoint address="secured"
 +                        binding="basicHttpBinding"
 +                        bindingConfiguration="SSL"
 +                        contract="Microsoft.UpdateServices.Internal.IClientWebService" />
 +                <endpoint address=""
 +                        binding="basicHttpBinding"
 +                        bindingConfiguration="ClientWebServiceBinding"
 +                        contract="Microsoft.UpdateServices.Internal.IClientWebService" />
 +                <endpoint address="secured"
 +                        binding="basicHttpBinding" 
 +                        bindingConfiguration="ClientWebServiceBinding"
 +                        contract="Microsoft.UpdateServices.Internal.IClientWebService" />
 +            </service>
 +        </services>
 +Add the following attribute (shown in bold) to the bottom of the Web.Config file:
 +</bindings>
 +<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
 +</system.serviceModel>
 +</code>
windows_server/wsus/errorkb3159706.1463474331.txt.gz · Zuletzt geändert: von kwagner

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki