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

Make Cloudmade maps use HTTPS #1027

Open
dandv opened this issue Jul 2, 2013 · 2 comments
Open

Make Cloudmade maps use HTTPS #1027

dandv opened this issue Jul 2, 2013 · 2 comments

Comments

@dandv
Copy link

dandv commented Jul 2, 2013

Similar problem as in #700 - on this map, I get

The page displayed insecure content from http://c.tile.cloudmade.com/d089e834e3a7405dae259122d0f533d7/71401/256/10/162/396.png

That image is accessible through HTTPS, but the browser issues a certificate warning. Looks like a non-trivial case and unfortunately I don't have much time to debug, so I thought I'd help by raising the issue.

There's also a separate ssl_tiles subdomain, but unclear if there are [a,b,c] servers for parallel downloads - http://blog.cloudmade.com/2013/06/21/ssl-available-on-all-cloudmade-services/

@mprins
Copy link
Contributor

mprins commented Jul 8, 2013

the certificate is valid for *.cloudfront.net and is not valid for cloudmade.com, Cloudmade should fix their infrastructure by presenting a valid certificate for their domain, this is not OpenLayers specific.

Next, you may want to update the urls in your map, to use https or load tiles based on the page protocol.

@soulseekah
Copy link

Use ssl_tiles.cloudmade.com instead: http://blog.cloudmade.com/2013/06/21/ssl-available-on-all-cloudmade-services/

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

No branches or pull requests

3 participants