nyaplot icon indicating copy to clipboard operation
nyaplot copied to clipboard

Mixed content error - call for HTTP resource

Open wintermelons opened this issue 7 years ago • 0 comments

I host my Jupyter notebook on a server and added HTTPS to it. But Nyaplot tries to load a script from a HTTP url. Is it possible to switch this to HTTPS? Would there be any harm to it?

I almost missed this error because the plot would simply show without errors on the notebook.

Here's the output of my Google Chrome console (after I enabled loading mixed content):

  • Mixed Content: The page at omitted was loaded over HTTPS, but requested an insecure script 'http://cdn.rawgit.com/domitry/d3-downloadable/master/d3-downloadable.js?v=20180221204550'. This content should also be served over HTTPS. (require.js?v=6da8be361b9ee26c5e721e76c6d4afce:1952)
  • finished loading downloadable
  • Mixed Content: The page at omitted was loaded over HTTPS, but requested an insecure script 'http://cdn.rawgit.com/domitry/Nyaplotjs/master/release/nyaplot.js'. This content should also be served over HTTPS. (d3.min.js?v=20180221204550:formatted:177)

wintermelons avatar Feb 21 '18 21:02 wintermelons