RapidWeaver not working with HTTPS...?

I’ve problems with HTTPS webspace. Some things are not working. So I phoned with my hoster (Strato) and got the information RapidWeaver would not fully support HTTPS. Do you know anything about this…?

This is one of the problems I have with secure webspace: On a test project you see a Doobox map. When published on secure webspace the map pin will not be shown. The same project with no changes will work well on a non secure webspace

See here: Map Test

In the Console of the elements inspector I get the following message:

„Failed to load resource. You might be connecting to a server that is pretending to be “chart.apis.google.com“ which could put your confidential information at risk“

So I phoned with my hoster (Strato) and got the information RapidWeaver would not fully support HTTPS)

That is not a problem of RW and just a wrong answer of Strato.

On a test project you see a Doobox map

It is a problem of Google. The pin you would like to display (http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=•|E54D42) is not available over HTTPS, because the security certificate for https://chart.apis.google.com is wrong (no wildcard certificate, just a certificate issued to google.com).

As workaround, I suggest @Doobox is changing the code from
var pinImage = new google.maps.MarkerImage(“//chart.apis.google.com/chart?chst=d_map_pin_letter&chld=•|” + pinColor,
var pinShadow = new google.maps.MarkerImage(“//chart.apis.google.com/chart?chst=d_map_pin_shadow”,

to a full URL (http://chart.apis.google.com)

Cheers, Jannis

Update to Geo stack just pushed out to fix this issue.

1 Like

Problem is fix, Gary updated the stack