JaredFank
Posts: 2
Joined: Thu Sep 05, 2024 3:47 pm

Map showing up as Insecure - Will not display

Years ago, we had students make an interactive map for our website. https://waswdmap.org/ Recently that map stopped showing up on the webpage. We did some digging and found the below messages.

Mixed Content: The page at 'https://www.waswdmap.org/' was loaded over HTTPS, but requested an insecure script 'http://code.highcharts.com/mapdata/countries/us/us-wa-all.js'. This request has been blocked; the content must be served over HTTPS.

highcharts.js:8 Highcharts warning: Consider including the "accessibility.js" module to make your chart more usable for people with disabilities. Set the "accessibility.enabled" option to false to remove this warning. See https://www.highcharts.com/docs/accessi ... ity-module.


The problem here is that we do not have access to the map on highcharts.com to try and fix the issue. Is there something we can do to get access to this? We are also currently trying to communicate with the school that did this for us. Just haven’t had any luck yet.
User avatar
dawid.d
Site Moderator
Posts: 1122
Joined: Thu Oct 06, 2022 11:31 am

Re: Map showing up as Insecure - Will not display

Hello,

Welcome to the forum and thank you for reaching out.
Mixed Content: The page at 'https://www.waswdmap.org/' was loaded over HTTPS, but requested an insecure script 'http://code.highcharts.com/mapdata/countries/us/us-wa-all.js'. This request has been blocked; the content must be served over HTTPS.
It seems that the problem should be solved by updating the URL to: https://code.highcharts.com/mapdata/cou ... -wa-all.js
highcharts.js:8 Highcharts warning: Consider including the "accessibility.js" module to make your chart more usable for people with disabilities. Set the "accessibility.enabled" option to false to remove this warning. See https://www.highcharts.com/docs/accessi ... ity-module.
This is a warning unrelated to the previous problem, which is displayed if the accessibility module is not imported. You can disable it in the options or simply import it. More about accessibility in Highcharts here:
https://www.highcharts.com/docs/accessi ... ity-module

Hope it helps
Best regards
Dawid Draguła
Highcharts Developer
JaredFank
Posts: 2
Joined: Thu Sep 05, 2024 3:47 pm

Re: Map showing up as Insecure - Will not display

Thank you! That's what we thought. Now for the issue with logging in. This map was made for us years ago by students who did not leave us the account information. We are trying to get in touch with them but haven't had much luck so far. Is there another way for us to acquire/reset the credentials?

Thanks again.
User avatar
dawid.d
Site Moderator
Posts: 1122
Joined: Thu Oct 06, 2022 11:31 am

Re: Map showing up as Insecure - Will not display

You're welcome! Regarding the issue with logging in, Highcharts doesn't have a built-in login functionality, so this seems to be outside the scope of Highcharts support. If you're trying to recover or replicate the map code, I would recommend checking the source code of the project in the browser to see how it was implemented on the front end. That might give you some clues.

However, if you are referring to logging into a Highcharts-related service or account, please reach out to the sales team for assistance. https://shop.highcharts.com/contact

Best regards
Dawid Draguła
Highcharts Developer

Return to “Highcharts Maps”