mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #253] net::ERR_SSL_KEY_USAGE_INCOMPATIBLE #163
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#163
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 @romanpastu on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/253
When trying to make a Post request to localhost using chrome with axios in React, (Windows) I receive the above error.
When trying to make the same Post with postman, it works fine
@kaleidawave commented on GitHub (Oct 11, 2020):
Also having this issue:

@deidyomega commented on GitHub (Oct 19, 2020):
Im having the same issue
We are to use rootCA.pem on the server right?
@FiloSottile commented on GitHub (Oct 25, 2020):
If you are seeing this error, it means you are trying to use the root CA directly. You are NOT supposed to use
rootCA.pemdirectly. Instead, generate a certificate forlocalhostorexample.comwithmkcert localhostormkcert example.comand use that.