Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bandwidth detection doesn't respect protocol scheme #132

Open
kkaefer opened this issue Nov 7, 2011 · 7 comments
Open

Bandwidth detection doesn't respect protocol scheme #132

kkaefer opened this issue Nov 7, 2011 · 7 comments

Comments

@kkaefer
Copy link

kkaefer commented Nov 7, 2011

When loaded via SSL, wax requests from http://

@kkaefer
Copy link
Author

kkaefer commented Nov 7, 2011

@tmcw
Copy link

tmcw commented Nov 22, 2011

Could the protocol always be https, or will that also trigger some kind of mixed-content warning?

@kkaefer
Copy link
Author

kkaefer commented Nov 22, 2011

It could always be https.

@kkaefer
Copy link
Author

kkaefer commented Nov 22, 2011

Even though it could always be https, we probably should go the extra step and use http when possible because adding an additional SSL/TLS handshake a a map load might slow down the load time dramatically.

@willwhite
Copy link

Ran into this as well.

@tmcw
Copy link

tmcw commented Nov 30, 2012

This is a potential place to break hard, @willwhite , unless we can guarantee for a hella long time that a given https cf url will work

@willwhite
Copy link

We could put something in a vendor agnostic S3 bucket and always refer to it via HTTPS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants