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.
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
is working on a reply...