-
Notifications
You must be signed in to change notification settings - Fork 1
WUProxy Plugin Documentation
ExplodingBottle edited this page Feb 15, 2023
·
18 revisions
WUProxy is the plugin which allows Windows XP and Windows 2000 to connect to the new Windows Update endpoint without having troubles with SHA-256.
Important note: The WUPlugin is contained in every release but is enabled only in the WU release. It will be harder to configure it under a normal release, so if you plan to use the WUPlugin, please use the WU Release instead of the Default Release
Configuration keys:
In the configuration, one key is used by this plugin.
- proxy.plugin.wuproxy.redirectjs: Determine where to find the redirect.js file. This file will replace the one contained in the Windows Update website in order to prevent loop redirection.
Setup instructions:
These instructions only applies under the WU-Release. If you chose the Default-Release you have to do configure it correctly first.
Common instructions:
Because Windows 2000 and Windows XP uses old algorithms, you have to allow Java to use them as they were disabled for security reasons.
- Navigate to the folder where your Java runtime is installed (Something like C:\Program Files\Java\jre1.8.0_xxx)
- Once you found this folder, navigate to lib and then security.
- Do a backup of the file java.security (You can call it something like java.security.bak)
- Open java.security with a text editor in administrator mode
- Go find the line
jdk.tls.disabledAlgorithms=........... - Replace it so it is exactly only
jdk.tls.disabledAlgorithms=
At the end, it should look like that:

Under Windows 2000:
- Ensure that the Service Pack 3 is installed. If it is not, you can download it here:
[French SP3]
[English SP3] - Ensure that the Windows Update Client V3.0 is installed. If it is not, you can download it here:
[Windows Update Agent V3.0] - Go to Internet Options,
This page belongs to the JMagicProxy wiki.