Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The specified network password is not correct #9

Open
faphach opened this issue Mar 21, 2025 · 1 comment
Open

The specified network password is not correct #9

faphach opened this issue Mar 21, 2025 · 1 comment

Comments

@faphach
Copy link

faphach commented Mar 21, 2025

Dear Cyber Team,

I try with CSharpSoapToolkit, deploy it on window server 2016
i make sure the passwork certificate not wrong, but i alway get CryptographicException message "The specified network password is not correct.."

So, have i miss anything?

Thanks

@mjethwa
Copy link

mjethwa commented Mar 21, 2025

Its a Windows 2016 limitation. It cannot open newer type certificate packages using the native libraries.
We updated our servers to Windows 2022 to make it work.

If you still want to use Windows 2016, you have to repackage the p12 file from a machine that can read the files.
On repackaged file make sure you use the legacy DES algorithm instead of AES.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants