Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm running my Umbraco backoffice over SSL, but Live Logger loads jQuery over HTTP.
URL: http://cms.domain.com/Umbraco/plugins/LiveLogger/View.aspx
Error message in Chrome:
[blocked] The page at 'https://cms.domain.com/Umbraco/plugins/LiveLogger/View.aspx' was loaded over HTTPS, but ran insecure content from 'http://code.jquery.com/jquery-1.9.1.min.js': this content should also be loaded over HTTPS.
Solution:
Change the URL in line 7 of \Umbraco\Plugins\LiveLogger\usercontrols\LiveLogger.ascx from
http://code.jquery.com/jquery-1.9.1.min.js
to
https://code.jquery.com/jquery-1.9.1.min.js
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Live Logger Bug: jQuery loaded over HTTP even if Umbraco forced to SSL
I'm running my Umbraco backoffice over SSL, but Live Logger loads jQuery over HTTP.
URL: http://cms.domain.com/Umbraco/plugins/LiveLogger/View.aspx
Error message in Chrome:
[blocked] The page at 'https://cms.domain.com/Umbraco/plugins/LiveLogger/View.aspx' was loaded over HTTPS, but ran insecure content from 'http://code.jquery.com/jquery-1.9.1.min.js': this content should also be loaded over HTTPS.
Solution:
Change the URL in line 7 of \Umbraco\Plugins\LiveLogger\usercontrols\LiveLogger.ascx from
http://code.jquery.com/jquery-1.9.1.min.js
to
https://code.jquery.com/jquery-1.9.1.min.js
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.