streetlives / streetlives-api

The Streetlives backend providing the API for accessing data
MIT License
5 stars 1 forks source link

test.streetlives.nyc and team.streetlives.nyc does not load at all on Android 2.2 #14

Open jbeard4 opened 6 years ago

jbeard4 commented 6 years ago

Right now, we cannot load the web page on android 2.2 at all. It eventually times out and shows:

img_2455

Even if our application does not support older version of android, this is probably not the behavior that we want. We should at least be able to display a web page and explain that the user's browser is not supported.

This might be because of how we have configured HTTPS on AWS.

jbeard4 commented 6 years ago

If you look at our cloudfront configuration, this is probably the issue:

screen shot 2018-08-19 at 8 00 00 pm

There is a bug report for Android 2.2 SNI support here.

But the alternative is to pay AWS $600/month to support older clients.

screen shot 2018-08-19 at 8 03 43 pm

I wish there were a way to configure Cloudfront to degrade gracefully to HTTP on older clients.