GNOME Bugzilla – Bug 763064
Tutorial page is blank in Chrome because of unsafe script
Last modified: 2018-06-29 23:47:40 UTC
Created attachment 323031 [details] Screenshot of Chrome pop-up message If one visits the tutorial page in Chrome, it's blank. Chrome will display a somewhat unobtrusive shield icon at the end of the address bar (far right), which most users are unlikely to notice. Clicking on this icon produces the message that the page is trying to load a script from unauthenticated sources (screenshot attached.) If the user chooses to load the unsafe script -- an option presented in the pop-up -- the tutorial page renders. Note that most users will probably not see an option to load the script, since you have to click on the shield to be given the option.
Page URL: https://www.gnucash.org/viewdoc.phtml?doc=guide Chrome version: 48, 64-bit OS: Windows 10, 64-bit
I can replicate this. When viewed in Chrome's console the following messages explain the problem: viewdoc.phtml:180 Mixed Content: The page at 'https://www.gnucash.org/viewdoc.phtml?doc=guide' was loaded over HTTPS, but requested an insecure resource 'http://www.gnucash.org/docs/v2.6/C/gnucash-guide/index.html'. This request has been blocked; the content must be served over HTTPS. viewdoc.phtml:189 Mixed Content: The page at 'https://www.gnucash.org/viewdoc.phtml?doc=guide' was loaded over HTTPS, but requested an insecure image 'http://www.w3.org/Icons/valid-xhtml-rdfa'. This content should also be served over HTTPS.
Fixed now, thanks.
Turns out the certificates aren't valid, so for until that's sorted you must use http rather than https for accessing *.gnucash.org.
Fixed better this time.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=763064. Please update any external references or bookmarks.