229k views
0 votes
You have two Windows Server Update Services (WSUS) servers named Server1 and Server2. Server01 synchronizes from Microsoft Update. Server2 synchronizes updates from Server1.Both servers are members of the same Active Directory domain. You configure Server1 to require SSL for all WSUS metadata by using a certificate issued by an enterprise root certification authority (CA). You need to ensure that Server2 synchronizes updates from Server1. What should you do on Server2? A. From the Update Services console, modify the Update Source and Proxy Server options. B. From a command prompt, run configuresslproxy server2 443. C. From a command prompt, run configuressl server1. D. From a command prompt, run configuresslproxy server1 443.

User AkshayM
by
9.0k points

1 Answer

1 vote

Final Answer:

From a command prompt, run `configuresslproxy server1 443`. Thus the correct option is D.

Step-by-step explanation:

To ensure that Server2 synchronizes updates from Server1, the `configuresslproxy` command needs to be used on Server2. This command configures the SSL proxy settings on Server2 to synchronize updates from Server1 using SSL. By specifying `server1` as the parameter, it instructs Server2 to use SSL to communicate with Server1 for update synchronization. The port 443 is specified in the command, which is the default port for SSL communication.

Using the `configuresslproxy` command with `server1` and the SSL port 443 ensures that Server2 can establish a secure connection to Server1 for update synchronization. This command modifies the necessary settings on Server2 to comply with the SSL requirement set on Server1, allowing for secure communication between the WSUS servers.

In an environment where WSUS servers synchronize updates, ensuring secure communication through SSL is essential for data integrity and security. Configuring the SSL proxy settings using `configuresslproxy server1 443` on Server2 enables it to properly synchronize updates from Server1 over a secure channel, meeting the SSL requirement set on Server1 for WSUS metadata synchronization.

User Rune Jeppesen
by
8.4k points