Problem Implementing SSL with WSUS
- by JohnB
I'm working on setting up SSL on our WSUS server using a self signed certificate, but I'm running into trouble. Specifially, after running selfssl /n:CN=server.domain.local /t /v:365, and ensuring that Require Client Certificates is selected in the following directories:
SimpleAuthWebService
ServerSyncWebService
DssAuthWebService
ClientWebService
APIRemoting30
I am receiving Event 120[2-5]2 upon running wsusutil.exe checkhealth. Basically, each of the directories I require the certificate on fails to work. What am I missing?