You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we cannot load the web page on android 2.2 at all. It eventually times out and shows:
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.
The text was updated successfully, but these errors were encountered:
If you look at our cloudfront configuration, this is probably the issue:
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.
I wish there were a way to configure Cloudfront to degrade gracefully to HTTP on older clients.
jbeard4
changed the title
test.streetlives.nyc and team.streetlives.nyc does not load at all on Android 2.1
test.streetlives.nyc and team.streetlives.nyc does not load at all on Android 2.2
Aug 20, 2018
Right now, we cannot load the web page on android 2.2 at all. It eventually times out and shows:
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.
The text was updated successfully, but these errors were encountered: