I host the Ubraco CMS app in Azure. Following the instructions in this blog post , I get the following error when trying to request and install a LetsEncrypt certificate using Azure Let'sEncrypt Site Extension :
System.Exception: The Lets Encrypt ACME server was probably unable to reach http://domain.com/.well-known/acme-challenge/token
I confirmed that all the settings of my application are correct, my extension was installed correctly and that there seems to be no network problems. What could be causing this problem?
, , ACME , Umbraco CMS OWIN.
OWIN "/.well-known" ACME:
https://www.jdibble.co.uk/blog/using-letsencrypt-with-umbraco
:
https://gist.github.com/dibble-james/f47b0cba3494381588482c7f185861bf
, , , Microsoft.Owin.StaticFiles. , " owin: appStartup web.config", OWIN. , :
<add key="owin:appStartup" value="UmbracoDefaultOwinStartup" />
<add key="owin:appStartup" value="Startup" />
, :
http://www.asp.net/aspnet/overview/owin-and-katana/owin-startup-class-detection
index.html , html :
<rule name="AcmeChallenge" patternSyntax="Wildcard"> <match url=".well-known/acme-challenge*" /> <action type="Rewrite" url="{R:0}/index.html" /> </rule>
Source: https://habr.com/ru/post/1650690/More articles:Why does the Idris Nat data type start with 0, not 1? - dependent-typepython csv reader does not read all lines - pythonОшибка API REST Outlook при фильтрации посетителем: "Значение не может быть пустым. Имя параметра: источник" - odataПолучить текущее местоположение пользователя google api не работает - iosNode: как я могу использовать канал и менять один файл из multipart - httpCheck if a row exists in one data frame in another data frame - pythonrevving file with generated name invocation - angularjsCannot install cudamat using setup.py. "nvcc not found", although this is in my PATH - pythonScala single line file to create MD5 hash from string - scalaHow to get the total amount with the most recent hourly / daily / weekly / annual interval in track 3? - phpAll Articles