mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #176] CA installation in windows throwing ERROR "ERROR: add cert: Failed adding cert: The request is not supported" #110
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @agnijalam on GitHub (Jul 15, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/176
Hi,
Thanks to mkcert for providing us a great tool for multiple environments.
Anyone, could you please give me a hint why I am getting the below error. The background is, I have a node js application which is taking help of mkcert to create a CA for Windows. While starting the nodejs app, it ended with the error
Notes:
@FiloSottile , could you please have a look at this.
Thanks,
@kenny-evitt commented on GitHub (Jul 22, 2019):
@shijukuchelan1985 I think maybe the value you're assigned to
CAROOTmight need to be quoted (because of the spaces in the Program Files (x86) directory.@Strandedpirate commented on GitHub (Jan 9, 2020):
On windows
mkcert -installmust be executed under elevated Administrator privileges. Your code is running under standard user account that is not elevated.@ydschneider commented on GitHub (Oct 7, 2022):
In case anyone else stumbles over this issue:
mkcert -installdoes not seem to work without GUI on windows, even with elevated privileges. I ran into the same error message as @agnijalam when trying to run the command via ssh.When I ran the command in a terminal via RDP, I could see a confirmation dialog that pops up. Everything worked fine after clicking OK.