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 was archived by the owner on Aug 16, 2023. It is now read-only.
on the last server running command on this codelab (section 7: Debug Overrides), it's better to include the port setting option, in case the user used port other than the default.
in the code lab: http-server ./data --ssl --cert root-ca.cert.pem --key root-ca.privkey.pem
better be changed to: http-server ./data -p 8080 --ssl --cert root-ca.cert.pem --key root-ca.privkey.pem