Copied to clipboard

Flag this post as spam?

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


  • Steve Wilkinson 128 posts 187 karma points
    Jul 16, 2014 @ 15:43
    Steve Wilkinson
    0

    Umbraco on https

    Having noticed that some websites (www.gov.uk for example) have completely moved to https, what issues (if any) might occur when using Umbraco on https?

  • Robert Foster 440 posts 1684 karma points MVP admin c-trib
    Jul 21, 2014 @ 16:34
    Robert Foster
    0

    None whatsoever.  I've built websites that move to https when the content is sensitive (shopping cart for example) and back to http again for regular content with no problems at all using a script in the top of the master layout file to determine which one to use etc.

    - Rob. 

  • Benas Brazdziunas 34 posts 155 karma points c-trib
    Jul 22, 2014 @ 16:18
    Benas Brazdziunas
    1

    No problems at all and if you want to redirect for mhttp to https add redirection to config/URLRewrite.cfg file

    <add name="redirectToHTTP"  virtualUrl="http://your-domain/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="https://your-domain/$1" redirectMode="Permanent" redirect="Domain" ignoreCase="true" />
    
  • 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