Quantcast
Channel: WSUS not working properly with SSL
Viewing all 110 articles
Browse latest View live

WSUS not working properly with SSL

$
0
0

Hi,

What is your current situation?My suggestion would be log onto this machine using the account which you start installation.After the installation and reboot,maybe you don't log onto the WSUS server to finish the post-Installation task?Are there any errors in the eventlog?

If there are nothing else to provide,i suggest you try a reinstallation with the remaining DB,LOG files and update files to see whether you can connect locally.

Regards,

Clarence

TechNet Subscriber Support

If you are TechNet Subscription user and have any feedback on our support quality, please send your feedbackhere.


Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.


WSUS not working properly with SSL

$
0
0
Reinstall WSUS using default site witch is running on port 80.

Adrian Costea - MCP, MCTS, MCSA 2003, MCITP: Windows 7

My Blog: www.vkernel.ro/blog

WSUS not working properly with SSL

$
0
0
I am having the exact same problem! I also can't figure out how to for sure change it back to port 80/443 (which I would very much prefer).

WSUS not working properly with SSL

$
0
0

I have removed the server and tried to re-add it with it's Public name. I have also checked the SSL Box (using port 8531), but getting the error:

Cannot Connect to 'UPDATE.DOMAIN.COM'. Please make sure the Post-Installation task is completed successfully in that server. If it was, please verify if the server is using another port og different Secure Sockets Layer (SSL) setting.


WSUS not working properly with SSL

$
0
0

Remove the server from the console then connect again, but this time use the 443 port option from the drop-dwon box.


Adrian Costea - MCP, MCTS, MCSA 2003, MCITP: Windows 7

My Blog: www.vkernel.ro/blog

WSUS not working properly with SSL

$
0
0

Hi!

I have configured an "Internet facing" WSUS With Windows Server 2012 and WSUS With SSL. The WSUS is set up With an external FQDN and corresponding SSL (internal CA signed) certificate.

I have changed my WSUS GPO and Clients are able to Connect to the WSUS and get their updates (both on the LAN and over the Internet).

My problem is that since I configured the WSUS for SSL, I can no longer Access it from the MMC on my WSUS server. I also get the error 12012 "The API Remoting Web Service is not working" error in the event log on the server.

I am, however, able to Connect to the WSUS MMC from another server (2008R2) and I am able to manage the server from there, but I would like to be able to do it from the WSUS server itself also.

Thanks,

Robert

WSUS not working properly with SSL

$
0
0

I just want to provide a clear answer to this thread based on my observation. 


In a nutshell:


On Windows Server 2012/2012 R2, the WSUS SSL configuration command WSUSUtil.exe configuressl must be set to the WSUS host server's local host name (FQDN), and the WSUS admin console when executed locally, must also connect to the local host name, in order to work properly. This may require the IIS to be configured with both public domain name and local host name SSL bindings.


Detailed Explanation:


A company contoso.com wishes to secure their WSUS server with SSL running on Windows Server 2012/2012 R2 and also make sure that people from outside of the company network (with laptops etc) can still connect to the SSL WSUS server for updates over the internet.

To achieve this goal, the company setup the public domain name wsus.contoso.com that points to the public IP of their WSUS server, and issued or purchased a trusted certificate for wsus.contoso.com. All firewalls/NAT/port forwarding if applicable are setup. The WSUS IIS site has been configured with the correct binding and certificate for wsus.contoso.com, and selected applications have been configured with "Require SSL" per Microsoft's documentation. Each client computer has been pointed to https://wsus.contoso.com:8531 via group policy for Windows update, and configured to trust wsus.contaso.com's certificate (either an automatically trusted public CA issued certificate or a manually self-signed certificate).

However, the company's WSUS server itself has its own host name, oreo.ad.contoso.com, which is apparently different from wsus.contoso.com. Nonetheless, the company used the command 

WSUSUtil.exe configuressl wsus.contoso.com 

to setup the WSUS SSL because naturally wsus.contoso.com is what they intended to use. However, errors occur when the WSUS Admin Console is launched from the local WSUS server to connect to wsus.contoso.com at port 8531 for management. Windows Event Log also shows several "... services not running" errors when WSUS service starts.


Solution:

Use the command

WSUSUtil.exe configuressl oreo.ad.contoso.com

instead to configure the server. In IIS WSUS site, add a binding for oreo.ad.contoso.com at port 8531, listen on ALL IP's or at least the local IPv6 IP (this is because by default the local FQDN resolves to IPv6 in Windows)  with an appropriate certificate trusted by the server. Please note that the certificate does *not* necessarily have to list oreo.ad.contoso.com as the main "issued to" name. It can be listed as a Subject Alternative Name (SAN) (verified using Godaddy's SAN SSL). I have not personally tried a wildcard SSL so not sure if that also works. This means if the same certificate used for wsus.contoso.com also covers oreo.ad.contoso.com via SAN, then the same certificate can be used. Otherwise, a separate certificate for oreo.ad.contoso.com needs to be issued or purchased, and must be correctly installed/trusted on the server for use with IIS.

If configured correctly, the IIS site should have three bindings: the default non-SSL http binding (do not remove this as it is required for WSUS to function correctly), a SSL binding for wsus.contoso.com on port 8531, and a SSL binding for oreo.ad.contoso.com on port 8531 (all IP). The local WSUS Admin Console should launch correctly (if no server is listed, add server oreo.ad.contoso.com, check use SSL and port 8531).

So overall, the http://wsus.contoso.com:8531 address will be used for Windows clients seeking to obtain updates from the server, and the oreo.ad.contoso.com entry is used exclusively for the WSUS server itself and its local admin console.

Hope this will help someone who got stuck in a similar situation.



WSUS not working properly with SSL

$
0
0

Just ran into this issue standing up WSUS on a 2012 R2 server today.  Fixed it by using theBackConnectionHostNames registry entry, as described in KB 896861 (http://support.microsoft.com/kb/896861):

  1. Click Start, click Run, type regedit, and then clickOK.
  2. In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0
  3. Right-click MSV1_0, point to New, and then clickMulti-String Value.
  4. Type BackConnectionHostNames, and then press ENTER.
  5. Right-click BackConnectionHostNames, and then click Modify.
  6. In the Value data box, type the host name or the host names for the sites that are on the local computer, and then clickOK.
  7. Quit Registry Editor, and then restart the IISAdmin service.


This was exactly my problem.

WSUS couldnt be managed using a "public" hostname. Kept saying "Please make sure the post installation task is completed"

Thanks.


WSUS not working properly with SSL

$
0
0

startover99's post is the exact issue i have just run into with a client. The use of an SSL cert with a internet FQDN causes the WSUS admin console to error out.

I can confirm having the dual bindings in IIS for the WSUS https site has enabled me to connect to the wsus admin console using server.domain.local (need a self signed cert with server.domain.local as subject name bound to https port 8531 with hostname specified)

and

i can also still use the SSL cert wsus.domain.net.au bound to https port 8531 (no hostname specified) for the servers\clients to connect to the WSUS server & get updates.

Many thanks startover99!!!

WSUS not working properly with SSL

$
0
0

Hello,

i know it's pretty old topic but i found soulution to this. Maybe one find it in future ;)

If you are using Internal CA, it's pretty simple to add FQDN to SAN certificate (ie. wsus.domain.com & wsus-server.domain.local). After that it works like a charm remotely and localy.

Only with external i didn't found solution, but won't spend much time on it.

PS: Windows 2012r2 with Windows 10 support in freshly installed WSUS

Cheers

Jan

Viewing all 110 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>