Running ionic serve (ionic serve --lab) allows to run the app on http://localhost:8100/ionic-lab
Trying to access https://localhost:8100/ionic-lab results in:
SSL connection error
Is there a way to run the app on https?
I followed the instructions from the link to overcome SSL error, but couldn't figure out how to use it with ionic (i.e. I don't know how to use cert.pem & key.pem files while starting the server with the command ionic serve --lab)