I am having trouble getting ionic serve https
I generated key and certificate running ionic ssl generate
I see them in ./ionic/ssl folder
When I try to run ionic serve --ssl
It seem does not have any effect at all and I get all the same output
Development server running!
Local: http://localhost:8100
Use Ctrl+C to quit this process
[vue-cli-service] App running at:
[vue-cli-service] - Local: http://localhost:8100/
[vue-cli-service] - Network: http://192.168.10.50:8100/
Like if I just ran bare ‘ionic serve’
Am I missing something here?