windows_server:wsus:errorkb3159706
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| windows_server:wsus:errorkb3159706 [2016/05/17 10:38] – created kwagner | windows_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 " | ||
| + | </ | ||
| + | Locate the Web.Config file in the following path: | ||
| + | **// | ||
| + | Make the following changes in the file (shown in bold): | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | <service | ||
| + | name=" | ||
| + | behaviorConfiguration=" | ||
| + | < | ||
| + | These 4 endpoint bindings are required for supporting both http and https | ||
| + | --> | ||
| + | < | ||
| + | binding=" | ||
| + | bindingConfiguration=" | ||
| + | contract=" | ||
| + | < | ||
| + | binding=" | ||
| + | bindingConfiguration=" | ||
| + | contract=" | ||
| + | < | ||
| + | binding=" | ||
| + | bindingConfiguration=" | ||
| + | contract=" | ||
| + | < | ||
| + | binding=" | ||
| + | bindingConfiguration=" | ||
| + | contract=" | ||
| + | </ | ||
| + | </ | ||
| + | Add the following attribute (shown in bold) to the bottom of the Web.Config file: | ||
| + | </ | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
windows_server/wsus/errorkb3159706.1463474331.txt.gz · Zuletzt geändert: von kwagner
