To resolve the issue where Windows Server 2016 fails to connect to the local WSUS server after installing the KB5070247 update, you can follow these troubleshooting steps:
- Verify WSUS Services: Ensure that the Update Services service and the World Wide Web Publishing Service are running on the WSUS server.
- Check IIS Configuration: Make sure that the Default website or WSUS Administration website is running on the WSUS server. Review the IIS logs for any errors that might indicate configuration issues.
- Review Error Codes: Check for specific HTTP error codes in the IIS logs. For instance, a 503 error indicates that the service is unavailable, which could be due to the WSUS application pool being stopped or memory limits being reached. If you encounter this, consider increasing the Private Memory Limit for the WSUS Application Pool to 4-8 GB.
- Inspect Logs for Connectivity Issues: Look at the
%Program Files%\Update Services\LogFiles\SoftwareDistribution.logfile for any errors related to the connection attempt. Errors indicating that the connection was forcibly closed may suggest issues with TLS settings. - TLS Configuration: If the WSUS import functionality is failing, ensure that your server is configured to use TLS 1.2, as some endpoints may require this for secure connections. You may need to adjust the .NET Framework settings to enable TLS 1.2.
- Network Configuration: Confirm that there are no network issues preventing the server from reaching the WSUS server. Check firewall settings and ensure that the server can communicate with the correct WSUS endpoint.
If these steps do not resolve the issue, consider rolling back the KB5070247 update if possible, or consult Microsoft support for further assistance regarding the specific update package.