Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Un-diagnosable BadRequest error #23

Open
robpaveza opened this issue Oct 9, 2020 · 0 comments
Open

Un-diagnosable BadRequest error #23

robpaveza opened this issue Oct 9, 2020 · 0 comments

Comments

@robpaveza
Copy link

Hey, I want to thank you because this extension has been great for a long time! However, I recently upgraded to 1.0.5, and it broke on me. I just get the following error:

Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException: Operation returned an invalid status code 'BadRequest'
 at Microsoft.Azure.Management.WebSites.WebAppsOperations.<UpdateConfigurationWithHttpMessagesAsync>d__46.MoveNext()
 --- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.Azure.Management.WebSites.WebAppsOperationsExtensions.<UpdateConfigurationAsync>d__83.MoveNext()
 --- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.Azure.Management.WebSites.WebAppsOperationsExtensions.UpdateConfiguration(IWebAppsOperations operations, String resourceGroupName, String name, SiteConfigResource siteConfig)
 at LetsEncrypt.Azure.Core.Services.PathProvider.<EnsureVirtualDirectorySetup>d__5.MoveNext() in D:\a\1\s\LetsEncrypt.SiteExtension.Core\Services\PathProvider.cs:line 0
 --- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at LetsEncrypt.Azure.Core.Services.PathProvider.<WebRootPath>d__4.MoveNext() in D:\a\1\s\LetsEncrypt.SiteExtension.Core\Services\PathProvider.cs:line 44
 --- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at LetsEncrypt.Azure.Core.Services.PathProvider.<ChallengeDirectory>d__8.MoveNext() in D:\a\1\s\LetsEncrypt.SiteExtension.Core\Services\PathProvider.cs:line 105
 --- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
 at LetsEncrypt.SiteExtension.Controllers.HomeController.<Index>d__1.MoveNext() in D:\a\1\s\LetsEncrypt-SiteExtension\Controllers\HomeController.cs:line 114

As far as I know, nothing has changed, but the best of the "how to use the Azure LetsEncrypt extension" guides (with pictures) are perennially out of date as the Azure dashboard updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant