Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Setup automatic certificate authority for HTTPS #9009

Closed
HexaField opened this issue Oct 8, 2023 · 0 comments · Fixed by #9072
Closed

Setup automatic certificate authority for HTTPS #9009

HexaField opened this issue Oct 8, 2023 · 0 comments · Fixed by #9072
Assignees

Comments

@HexaField
Copy link
Member

Right now, when dev downloads project and runs, HTTPS throws errors about certificates. This is because the self-signed certificates not having a valid signing certificate authority.
If the certificate authority's (CA) certificate is installed and trusted by the computer, it won't throw these errors and HTTPS will work properly.

Cross-platform solution that sets up self-signed certificates so that we don't have HTTPS errors.

https://github.com/daquinoaldo/https-localhost
https://github.com/DylanPiercey/auto-sni
https://www.npmjs.com/package/nodejs-self-signed-certificate-example
https://github.com/cameronhunter/local-ssl-proxy
https://github.com/christianalfoni/create-ssl-certificate -
image

https://github.com/lukechilds/create-cert
https://github.com/Dexus/pem
https://github.com/smallstep/certificates

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants