Use valid cert for HTTPS in development
Created by: radi-cho
Is this a bug report?
No. This is a question (for now) or discussion.
Which terms did you search for in User Guide?
HTTPS
Environment
- OS:
Windows 10
-
node -v
:8.4.0
-
yarn --version
:0.27.5
/1.0.0
- I haven’t ejected
- Browser: Chrome 62
Steps to Reproduce:
- Create a project
- Run: '
set HTTPS=true&&yarn start
' (ornpm start
) - Open
https://localhost:3000
in the browser
Expected Behavior
Safe and secure HTTPS connection
Actual Behavior
Error message:
Your connection is not private
Main Question:
What I'm doing wrong and how to open secure connection without seeing errors or "unsafe connection warnings"?