Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Charts of SSL

I need to get the free Google charts working over SSL without any security errors. I am using c# and asp.net.

As Google charts does not support SSL by default, I am looking for a robust method of using there charts but ensuring my user doesn't get any security warnings over their browser.

One thought was to use a handler to call the charts api and then generate the output my site needs.

Similar to Pants are optional blog post. I haven't been able to get this example working at this stage.

Any suggestions, or samples are welcome.

Thanks

like image 685
SetiSeeker Avatar asked Dec 12 '22 22:12

SetiSeeker


1 Answers

the Google Charts API is now available over HTTPS at via https at chart.googleapis.com.

Source: http://www.imperialviolet.org/2010/11/29/charthttps.html

like image 96
Adam Avatar answered Dec 15 '22 14:12

Adam