mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #130] Secure connection failed #78
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#78
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 @iampeterbanjo on GitHub (Feb 5, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/130
I tried using
mkcertwith these stepsBut then I got the error
@FiloSottile commented on GitHub (Feb 5, 2019):
Are you actually configuring your server to use the certificates and support HTTPS? That looks like the server is trying to answer with plain HTTP.
@iampeterbanjo commented on GitHub (Feb 5, 2019):
Thanks for the quick response.
I'm using a Node.js server and I've done
export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem".Is that enough?
@FiloSottile commented on GitHub (Feb 5, 2019):
No, that's sufficient to configure clients to trust mkcert certificates, not to configure servers to use them. I'm afraid I can't help you configure your server as I know next to nothing about the Node.js ecosystem, sorry.