I’m currently trying to learn a bit more about PWA’s and for that I’ve setup my browserSync to be served via https with a self-signed SSL cert. On my Android device in the same WLAN, I’ve added my DER.crt as trusted CA. I’m now trying to access the app via https://MY-IP:9000 but constantly get the indicator that the site is untrusted. I guess as long as that is happenin serviceworkers ain’t gonna work.
Has anybody yet built something like this on top of the aurelia-cli and browser sync for serving? I’d be really greatful for any insights.
Aren’t you supposed to add those where you are hosting your app? On the other hand I am not even a noob on PWA or mobile development in general. This usually works for me in windows environment.
Ok I’ve figured a way around all this self-signed SSL mambo jumbo.
When using Chrome or any Chromium like browser, I can go to the Remote DevTools section (while the device is USB connected) and inspect the SW window directly on Ubuntu.