You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: