highcharts - HighStock Charts not Working over SSL ie https -


i have site secure site means, accessed using https:// protocol. site has highchart on it.

the highchart working when protocol http://. after installing secure certificate failed load in browser.

i had imported highstock chart js shown below.

then thought of changing protocol fetching js http:// https:// shown below

after chart started render in internet explorer.

but charts still not loading in google chrome,firefox , safari etc.

can tell me proper way render/display highstock chart on site accessed using https:// protocol.

also export , print functionality should work.

this urgent requirement, sort of appreciated.

thanks in advance.

regards

soham patel

i had same problem , solved removing protocol (http:) doing this:

<script src="//www.myserver.com/js/highstock/js/highstock.js" type="text/javascript"></script> 

Comments