Hi,
Could not find an answer to my current issue: I'm trying to make a JSON request to an https endpoint (Amazon Web Services CloudFront distribution) but it does not work from the watch.
An example request would work from a web browser, the simulator, but not the watch. To be even more specific, the request from the watch works if I make it over http instead of https. So:
- web browser: http & https
- simulator: http & https
- watch: http but NOT https
CloudFront distributions are by default only supporting clients that can SNI. So my question is, does the SDK support SNI?