Atyantik/react-pwa

add HTTPS support for dev

goldylucks opened this issue · 2 comments

I'm using features that require https. I've tried these combinations to start the dev server without success:

$ HTTPS=true npm start
$ npm start -- https
$ npm start -- --https

Also looked into pawconfig.json and there's no mention for https.

Webpack dev server has that option built in AFAIK. How can we implement this?

Happy to PR with some guidance :)

up i need it also

@goldylucks @gino8080 we are adding a provision for the same, but till then I would recommend using nginx reverse proxy with SSL config in nginx.