Is it possible to get SSL support for running ntl dev
?
In order to mock production, I’ve setup Nuxt to serve localhost with SSL - and it works…but then running ntl dev
defaults to http://localhost:8888
and then everything falls apart.
How can I get Netlify CLI to offer https://localhost:8888
and have that point to https://localhost:3000
? (my Nuxt install)
Found the issue here…but no word since August…I would love the ‘secure’ tag! Feature request: support secure HTTPS local dev environnement · Issue #455 · netlify/cli · GitHub