-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable both manual and automatic HTTPS/SSL mode #627
Comments
It looks like support was dropped during a rewrite in 2018, whether intentionally or not I don't know 🤷 For now I'm running |
lovely :) Thanks for pointing out that version. |
I fix and published vercel/[email protected] as |
shameless self-promotion alert: notes:
|
@gavinr-maps Yes! That sounds like a good idea. Functionality wise I can imagine something like we have for Next.js |
Is there any option in HTTP 2 or HTTP 3 for opportunistic encryption? I want |
Why was support(#274) for automatic HTTPS removed? As per #520 and #511 it is understandable that users might want to use manual certs and keys, but there is still, no even more, use cases for automatic SSL/HTTPS. One of the biggest reasons why
serve
is so popular is because it's a one-line command to literally "serve" your application. If a user wants or for some reason needs HTTPS they don't wanna have to go through a whole process of installing another tool just to get it.Personally I stumbled upon
serve
when building my create-react-app and wanted to "serve" it. But because I use service workers and push notifications I need to serve it over HTTPS so I can test on other devices on the network. Sure I can get HTTPS for my self as per #520, but my co-workers can't, since they might not have their own manual certs and keys... you see the problem?There is no reason why both manual and automatic HTTPS can't be supported.
The text was updated successfully, but these errors were encountered: