Copied to clipboard

Flag this post as spam?

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


  • Mike Chambers 635 posts 1252 karma points c-trib
    Jan 18, 2018 @ 13:25
    Mike Chambers
    0

    IContentFinder - PublishedContentRequest SSL issue - ?404;https://SYP-External-Website:80/cpa/ not :443 as expected?

    Created a IContentFinder to handle 404's

    Encountered 2 issues, first one is that the domain isn't the actual site domain which in this case is https://SYP-External-Website.azurewebsites.net, worked around this one with a regexp to parse the 404 url rather than match contentRequest.Uri.Host

    Second one is that even though the site is https, with the azure portal setting set for https only, and the UmbracoUseSSL set in the web.config too, seeing port :80 in that ?404;... and not 443

    Again can work around this via the regexp to match any digit.. but thought an issue was deserved due to the insecure url.

    umb 7.7.7 on azure webapps

    Issue (code snippets) raised http://issues.umbraco.org/issue/U4-10848

Please Sign in or register to post replies

Write your reply to:

Draft