How to make local Cordova app https:?

Hello there.

My web app needs SLL for some plugins. Accessing via https://www.mayapp.com works fine.

However, when I run it with Cordova the local address changes to http://meteor.local which breaks my plugins (since they check for window.location.protocol which is now http:).

Is there any way to change the local Cordova address to “https://meteor.local” ?