Modify ↓
#10279 closed defect (fixed)
Invalid certificate for chart.apis.google.com
Reported by: | Erik Andersson | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | EstimationToolsPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I encountered an issue where the graphs didn't load in Google Chrome due to a invalid certificate for chart.apis.google.com.
Found someone reporting the same issue here: https://groups.google.com/forum/?fromgroups=#!topic/google-maps-js-api-v3/ngFlTc5KH0k
And finally found the solution to replace "chart.apis.google.com" with "chart.googleapis.com" here: https://code.google.com/p/chromium/issues/detail?id=116498
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
Owner: | changed from Joachim Hoessler to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [12062]) Fixes #10279: (0.4.6) FIX: Charts were not rendering in some cases because an invalid certificate error was reported from.
chart.apis.google.com
. Changed the URL tochart.googleapis.com
. Thanks to Erik Andersson for pointing out the fix.