Domain issue with 2.3.1

Hey,

I've reported this in https://forums.garmin.com/showthread.php?377902-SDK-2-3-1-makeWebRequest-returns-1001-SECURE_CONNECTION_REQUIRED&p=994878#post994878
but it wasn't addressed so I'm opening up a new topic.

My weather app pings my proxy so I trim data to use as little as possible. That proxy lives on `join.run`. All this worked completely fine in 2.2.x and 2.1.x. But now it stopped working - I kept getting errorCode 404 back from makeWebRequest. I was going crazy, cause it worked just fine if I started up a local server and change the domain `joinrun.dev`. And the code is identical on production - as said it works fine with currently released app.

I couldn't narrow it down until I remembered that heroku has herokuapp domains as well. And now I can confirm that the code on production works completely fine - if I call `joinrun.herokuapp.com` the app starts working again.

So this means the problem is with the domain itself. Current SDK and/or simulator can't handle `.run` domains. Or maybe it's just my domain. IDK, but it's definitely not the server code nor the app code.

Ping me privately/on email if you need more informations.

Thanks,
Miha