You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
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.
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 -
https://github.com/lukechilds/create-cert
https://github.com/Dexus/pem
https://github.com/smallstep/certificates
The text was updated successfully, but these errors were encountered: