3

How can I embed a map in a secure site (https) without getting "not secure content loading" warning?

asked 01 Mar '12, 19:23

SymphoX's gravatar image

SymphoX
56114
accept rate: 0%


2 Answers:
3

The openstreetmap infrastructure is only providing ssl for sensetive data like passwords. Map tiles are not considered sensetive enough to justify ssl. Read more of the discussion here.

Remember that osm is not aimed at delivering service to mappers and not to the end users but rather relies on external organisations to provide the service for the end user. You may have an easier time convincing MapQuest, MapBox or Bing to give you maps over ssl.

You could also run a proxy on your own server that translates your users' HTTPS requests to HTTP.

permanent link

answered 02 Mar '12, 01:43

Gnonthgol's gravatar image

Gnonthgol ♦
13.6k15101198
accept rate: 16%

edited 05 Mar '12, 19:53

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
73.3k866641137

1

SSL is available on the a/b/c tile serving URLs since a couple of months.

permanent link

answered 25 May '14, 17:45

Paul%20Miller's gravatar image

Paul Miller
16
accept rate: 0%

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×443
×26
×17
×1

question asked: 01 Mar '12, 19:23

question was seen: 18,296 times

last updated: 25 May '14, 17:45

powered by OSQA