Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I’m having trouble authenticating my ACME challenge file in Umbraco V8.
Looking at the source code here, the appropriate key now looks to be Umbraco.Core.ReservedUrls (but I might be wrong). However, I’ve tested this, to no avail (see below):
Umbraco.Core.ReservedUrls
<add key="Umbraco.Core.ReservedUrls" value="~/.well-known/,~/.well-known/acme-challenge/">
Key points:
Umbraco.Core.ReservedPaths
umbracoReservedPaths
Any help would be much appreciated!
Just an update in case anyone encounters this issue.
The ACME challenge file failed to authenticate due to the fact that the domain name (hosted by a client) pointed to multiple IP addresses.
Once that was resolved, everything worked perfectly.
As such, this wasn't an Umbraco issue.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Trouble authenticating ACME challenge file
I’m having trouble authenticating my ACME challenge file in Umbraco V8.
Looking at the source code here, the appropriate key now looks to be
Umbraco.Core.ReservedUrls
(but I might be wrong). However, I’ve tested this, to no avail (see below):Key points:
Umbraco.Core.ReservedPaths
key (since that looks like the older V7 key)umbracoReservedPaths
keyAny help would be much appreciated!
Just an update in case anyone encounters this issue.
The ACME challenge file failed to authenticate due to the fact that the domain name (hosted by a client) pointed to multiple IP addresses.
Once that was resolved, everything worked perfectly.
As such, this wasn't an Umbraco issue.
is working on a reply...