It sounds trivial, but I've spent a lot of time trying to find the answer.
How do you tell Electrode Server to create https connection? How to configure it properly?
Their PWA examples never mention this, and yet PWA would not work without https.
It sounds trivial, but I've spent a lot of time trying to find the answer.
How do you tell Electrode Server to create https connection? How to configure it properly?
Their PWA examples never mention this, and yet PWA would not work without https.
You would pass a connection object in the config/default.json or config/production.json.
provide tls properties ( provide the private key and cert here ). Check this out: Migrating HTTPS server from Express to Hapi