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
Add functionality that allows selfsignedcertificate to redirect HTTP calls to HTTPS under isDev
Non-Goals
No response
Background
Right now this is not a possibility and trying to access HTTP you'll just be met with a ERR_EMPTY_RESPONSE on local dev server, as far as I know there is also no alternative.
Proposal
You can hardwire this into next local server, I already have a patch so I can contribute if the community/vercel thinks this is useful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
selfsignedcertificate
to redirect HTTP calls to HTTPS underisDev
Non-Goals
No response
Background
Right now this is not a possibility and trying to access HTTP you'll just be met with a
ERR_EMPTY_RESPONSE
on local dev server, as far as I know there is also no alternative.Proposal
You can hardwire this into next local server, I already have a patch so I can contribute if the community/vercel thinks this is useful.
Beta Was this translation helpful? Give feedback.
All reactions