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

Add SSL/nonSSL option for loading bettermap tiles #735

Closed
ehsan007 opened this issue Nov 27, 2013 · 1 comment
Closed

Add SSL/nonSSL option for loading bettermap tiles #735

ehsan007 opened this issue Nov 27, 2013 · 1 comment

Comments

@ehsan007
Copy link

I have deployed Kibana with a secured ssl connection but I used to get warnings from Chrome that some contents of the website are not secured :

"The site uses SSL, but Google Chrome has detected insecure content on the page"

I figured out the problem though. The bettermap tiles are not served over https and that's why the warning is there. I fixed this problem by changing the JS code in bettermap module. I used the following help from Cloudmade :

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

I think its a good idea to make this option available for users to choose between http/https enabled bettermap tiles.

@tkuther
Copy link

tkuther commented Dec 16, 2013

+1

Or just use the https tile server by default. No need to complicate things.

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
@tkuther @ehsan007 and others