I have been using WSUSOFFLINE for quite some time and love it.
Recently, our organisation has moved across to SPA (Secure Proxy Authentication) and in turn now have to specify the domain in our usernames whilst authenticating to the proxy server. Our proxy username now needs to be appended by the domain in the following format: username@domain
Since moving across to SPA (and having to specify the domain with the @ symbol, now WSUSOFFLINE thinks the domain is the proxy server settings.
This is what the UpdateGenerator.exe proxy settings suggest:
- Code: Select all
http://username:@server:port
However, as our new SPA settings requires to specify the domain our string looks like this now:
- Code: Select all
http://username@domain:@server:port
The errors state unable to resolve the server. Essentially, it thinks our domain is the proxy server.
Are you able to advise if there is a work around to this situation please.