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
    Nov 23, 2012 @ 19:19
    Arie
    0

    4.11.0 install page fails if umbracoUseSSL set to "true" (404 - not found)

    After copying the new files to my 4.10 install and navigating to the web site's URL I was redirected to /install/default.aspx as expected.

    However, I encountered a 404. Turns out that the install page doesn't work if umbracoUseSLL in the web.config is set to "true".

    Changing it from

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

    to

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

    did the trick.

    Note: I don't believe I encountered this when upgrading to 4.10.0.

Please Sign in or register to post replies

Write your reply to:

Draft