Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Arie 224 posts 675 karma points
    Feb 08, 2014 @ 02:06
    Arie
    0

    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.

  • Arie 224 posts 675 karma points
    Feb 08, 2014 @ 02:08
    Arie
    100

    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

  • 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.

Please Sign in or register to post replies