Following Limited Setup for Ionic Push tutorial but the API requires HTTPS

I’m following http://docs.ionic.io/v2.0.0-beta/docs/push-limited-setup and it all works until the very last step.

I got my API_TOKEN and DEV_DEVICE_TOKEN (from my browser through ionic serve).

Now, when I try to test this (all in dev mode) using curl I get error 400 Attempted to connect to the API via HTTP, but HTTPS is required.

Any suggestions on how to get this going? Thanks!

I tried another few times and suddenly it works. So thanks and nevermind. :slight_smile: