Copied to clipboard

Flag this post as spam?

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


  • David Armitage 505 posts 2073 karma points
    Nov 14, 2018 @ 06:52
    David Armitage
    0

    Umbraco Backoffice https issue (was loaded over HTTPS, but requested an insecure...)

    Hi Guys,

    I'm having an issue when I login to Umbraco backoffice under https://. I manage a load of websites and have never had any problems logging in using https://

    So there seems to be a load of script errors which suggests Umbraco is trying to load insecure http:// resources.

    Umbraco version 7.7.9 assembly: 1.0.6596.21099

    Has anyone else experience the same problem and know a fix. Please see the screen shot for the script errors.

    Eg.

    ![InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManager.aspx?culture=en-US&uiculture=en-US:1 Mixed Content: The page at 'https://www.wayfairertravel.com/umbraco#/umbraco' was loaded over HTTPS, but requested an insecure script 'http://www.wayfairertravel.com/WebResource.axd/?d=pynGkmcFUV13He1Qd6_TZKOnWJbFDmxnaBvSGIvuR4zdk98b_IxQPi4dxUOWn5diwhjIS5TJ4yliQUVorRK90g2&t=636427251113374701'. This request has been blocked; the content must be served over HTTPS.][1]
    

    Thanks in advanced

    Dave Armitage

    Twitter: https://twitter.com/DavidA_Armitage

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Nov 14, 2018 @ 07:11
    Dennis Adolfi
    0

    Hi David.

    Have you set the umbracoUseSSL to true in your web.config? It makes sure that the backoffice URLs are posted over https and a few other things.

     <add key="umbracoUseSSL" value="true" />
    

    Best of luck to you and have a great day!

  • David Armitage 505 posts 2073 karma points
    Nov 14, 2018 @ 07:37
    David Armitage
    0

    Yeah I tried that and this created a new issue.

    The frontend loaded but the back office didn't and said too many redirects. Even with all my re-write rules disabled.

    I found someone reporting the exact same issue in another thread

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Nov 14, 2018 @ 08:23
    Dennis Adolfi
    0

    As the error message suggests, have you tried clearing your cookies?

  • David Armitage 505 posts 2073 karma points
    Nov 14, 2018 @ 08:39
    David Armitage
    0

    Yep sorry tried all that. Thanks

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Nov 14, 2018 @ 09:18
    Dennis Adolfi
    0

    I’m sorry to hear that David. I’m all out of ideas unfortunately. I’ve never had a problem with this. I wish you the best of luck finding the solution and please share it when you do.

  • David Armitage 505 posts 2073 karma points
    Nov 14, 2018 @ 09:41
    David Armitage
    0

    Thanks for your help Dennis.

    I am sure I will find a solution. For now I have just created a second insecure url for the back office. Not ideal but it will do for now.

  • Harry Spyrou 212 posts 604 karma points
    Nov 14, 2018 @ 10:41
    Harry Spyrou
    0

    Hi David,

    Have you checked the web.config rules? I've seen some monsters there from previous projects.

    I guess you have but I couldn't help but ask.

    Harry

Please Sign in or register to post replies

Write your reply to:

Draft