googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
638 stars 555 forks source link

No certificate for HTTPS #190

Open bobrundle opened 5 years ago

bobrundle commented 5 years ago

The PWA example does not work with any client other than localhost because express-http-to-https is used and no certificate has been specified. I cannot figure out how to specify a certificate so that https will work.