-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Can't import p12 certificate #414
Comments
@GreamDesu Hello! Cannot reproduce this issue on a Windows 10 system. This is usually caused by incorrectly typing it or copy paste errors (extra space, etc.) Try regenerate the client certificate .p12 file with a different password and import again. |
@hwdsl2 tried it three times with different passwords even with empty password, but still it says that password is incorrect |
@GreamDesu What is your Windows 10 version (e.g. 1803) and what is your server’s Linux distribution and version (e.g. Ubuntu 16.04)? |
@hwdsl2 Windows 10 1803, Ubuntu 18.04 |
Hi, How did you resolve this issue I seem to have exact same issue wont import via mmc.exe on windows 10 says password is incorrect even when i set it to something simple like 1234. Error logs on windows machine show this: When I run |
@NUWebStudio Hello! This is due to a bug in
If using Ubuntu 18.04, there is currently no easy workaround until a fixed version of the [1] https://bugzilla.redhat.com/show_bug.cgi?id=1559989 |
- Add a known issue to IKEv2 docs. Ref: #414 - Cleanup
Thanks that makes sense, Im using Ubuntu 18.04 so will take a look at 3. Cheers |
- Add a known issue to IKEv2 docs. Ref: hwdsl2#414 - Cleanup
- Add a known issue to IKEv2 docs. Ref: hwdsl2#414 - Cleanup
- Add a known issue to IKEv2 docs. Ref: hwdsl2#414 - Cleanup
- Apply fix for NSS bug on Ubuntu 18.04. Ubuntu 18.04 has NSS (libnss3) version 3.35, which has a bug with iteration counts that results in "incorrect password" errors when trying to import a generated ".p12" file to Windows. To fix this, we install newer versions of libnss3 related packages from the official Ubuntu repo. Ref: #414 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.36.1_release_notes https://packages.ubuntu.com/focal/amd64/libnss3 - Other minor improvements
- Apply fix for NSS bug on Ubuntu 18.04. Ubuntu 18.04 has NSS (libnss3) version 3.35, which has a bug with iteration counts that results in "incorrect password" errors when trying to import a generated ".p12" file to Windows. To fix this, we install newer versions of libnss3 related packages from the official Ubuntu repo. Ref: hwdsl2#414 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.36.1_release_notes https://packages.ubuntu.com/focal/amd64/libnss3 - Other minor improvements
佛了还没更新。。。我决定换个Ubuntu版本了。。。 |
Checked three times, when I've generated my client certificate I typed my password, but when I try to import it to certificate store it says that password is incorect, however I checked it.
OS: Win 10
The text was updated successfully, but these errors were encountered: