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
The current approach is generating a certifcate using openssl that is not fully trusted by browsers and has to be used in a "hacky" way. Let's Encrypt doesn't work for local development (localhost, etc).
Describe the solution you'd like
We should generate a local certificate using mkcert, which would be trusted by the browser. This certificate has to be generated fresh for each local dev envelopment.
Describe alternatives you've considered
Using traefik proxy as reverse proxy for SSL termination in local development. It comes with a certificate that sort of works (again "hacky").
The text was updated successfully, but these errors were encountered:
Personally, this is a nice to have, given that it might cause more troubles than solve them. The self-signed certificate warning in the browser is shown only the first time.
Possible workarounds:
The current approach is generating a certifcate using openssl that is not fully trusted by browsers and has to be used in a "hacky" way. Let's Encrypt doesn't work for local development (localhost, etc).
Describe the solution you'd like
We should generate a local certificate using
mkcert
, which would be trusted by the browser. This certificate has to be generated fresh for each local dev envelopment.Describe alternatives you've considered
Using
traefik proxy
as reverse proxy for SSL termination in local development. It comes with a certificate that sort of works (again "hacky").The text was updated successfully, but these errors were encountered: