How do I execute the default ionic app on https instead of http?

In Ionic 1, when I use Ionic feed , I would like to go https://localhost:8100/#/app/profile

instead http://localhost:8100/#/app/profile

.

But when i use htaccess or javascript redirect getting SSL connection error.

Can I run ionic apps on https?

+3


source to share





All Articles