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

net::ERR_SSL_KEY_USAGE_INCOMPATIBLE #253

Closed
romanpastu opened this issue Apr 1, 2020 · 3 comments
Closed

net::ERR_SSL_KEY_USAGE_INCOMPATIBLE #253

romanpastu opened this issue Apr 1, 2020 · 3 comments
Labels
question This is a user question

Comments

@romanpastu
Copy link

romanpastu commented Apr 1, 2020

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
Copy link

Also having this issue:
image

@deidyomega
Copy link

Im having the same issue

We are to use rootCA.pem on the server right?

@FiloSottile
Copy link
Owner

If you are seeing this error, it means you are trying to use the root CA directly. You are NOT supposed to use rootCA.pem directly. Instead, generate a certificate for localhost or example.com with mkcert localhost or mkcert example.com and use that.

@FiloSottile FiloSottile added the question This is a user question label Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This is a user question
Projects
None yet
Development

No branches or pull requests

4 participants