I have receive a "debug info" file from an anonymous user which try to load a file as a new certificat. When loading this certificat, Wsus throw an Exception "The parameter is incorrect'.
The only way to reproduce this error was to rename a non pfx file as *.pfx.
Wsus can only accept pfx file as certificat.
Add security in the code to avoid a user to try importing a certificat from a remote computer without SSL connection. Add a check to verify the imported file.
Comments: Hi Joeschwa, > I think it was me who sent this anonymous debug info. I have received only one report for this issue, so yes :-) > ...after entering the right one evrything was fine. Glad to read this. > As you changed the order to enter PW in 1st place: why did you do this & can that be changed? Normally, the button to load a certificate is gray out until the user enter something in the Password TextBox. May be it's not enough as check.
The only way to reproduce this error was to rename a non pfx file as *.pfx.
Wsus can only accept pfx file as certificat.
Add security in the code to avoid a user to try importing a certificat from a remote computer without SSL connection. Add a check to verify the imported file.
Comments: Hi Joeschwa, > I think it was me who sent this anonymous debug info. I have received only one report for this issue, so yes :-) > ...after entering the right one evrything was fine. Glad to read this. > As you changed the order to enter PW in 1st place: why did you do this & can that be changed? Normally, the button to load a certificate is gray out until the user enter something in the Password TextBox. May be it's not enough as check.