cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1996
Views
0
Helpful
1
Replies

HTTPS/HTTP mixed content error

gpolevoy
Level 1
Level 1

I'm not sure this is the right place to post bugs.

Anyway, here it goes:

Mixed Content: The page at 'https://developer.cisco.com/site/neXt/learn/' was loaded over HTTPS, but requested an insecure script 'http://d3js.org/d3.v3.min.js'. This request has been blocked; the content must be served over HTTPS. loadScript @ next.js:95    

It happens when trying to use the "US Map" demo.

It can be easily fixed: just use the "//" schema instead of specifying "http://" schema explicitly.

//d3js.org/d3.v3.min.js

instead of:

http://d3js.org/d3.v3.min.js

1 Reply 1

alzverev
Cisco Employee
Cisco Employee

Hi George,

Thanks for the bug report. We'll take care of that as soon as possible.

Alex