-
-
Notifications
You must be signed in to change notification settings - Fork 27k
HTTPS / SSL config seems wrong #8882
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
Comments
I saw some instructions to copy the cert: cat certs/localhost/server.key > node_modules/webpack-dev-server/ssl/server.pem but when I then run: PORT=3015 HTTPS='true' \
SSL_CRT_FILE='certs/localhost/server.crt' \
SSL_KEY_FILE='certs/localhost/server.key' \
react-scripts start I get:
awful |
this does seem to be a bug - I have a workaround as described here: |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
bump |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
I am following the directions here:
https://create-react-app.dev/docs/using-https-in-development/
I am running this:
unfortunately the cert is not showing the expected org and unit information:
my cert generation process checks out, since I have a golang server that uses this:
and I get this:
so I wonder if there is a difference in how the certs are being used by CRA+node.js vs golang?
The text was updated successfully, but these errors were encountered: