Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
921 views
in Technique[技术] by (71.8m points)

openssl - create-react-app https localhost Secure Connection Failed

I'm trying to use https on local dev for a 'create-react-app'. I used this site as a tutorial for creating the certificate and got windows to trust it: https://zeropointdevelopment.com/how-to-get-https-working-in-windows-10-localhost-dev-environment/

This is my .env file.

SSL_CRT_FILE=client-1.local.crt
SSL_KEY_FILE=client-1.local.key
HTTPS=true

And this is my package.json

...
"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
...

After, I use the

npm start

command, and go to https://localhost:3000/

  • On Firefox I receive a

Secure Connection Failed" error with very few details "An error occurred during a connection to localhost:3000.PR_CONNECT_RESET_ERROR

  • On Chrome I receive

The connection was reset

I also checked this post create-react-app: how to use https instead of http? but i didn't see anything that could have helped me. I have windows 10.

Any ideas ? Thank you

question from:https://stackoverflow.com/questions/65834614/create-react-app-https-localhost-secure-connection-failed

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...