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

"Browse" button no longer there under Extensions in Azure? #414

Closed
CyberBill opened this issue Apr 22, 2023 · 6 comments
Closed

"Browse" button no longer there under Extensions in Azure? #414

CyberBill opened this issue Apr 22, 2023 · 6 comments

Comments

@CyberBill
Copy link

CyberBill commented Apr 22, 2023

I've used Lets Encrypt for a long while, and typically what happens is that after installing the site extension, when I click on the "Extensions" tab under my App Service it will show a 'Browse' button on the screen so that I can configure it.

However I recently made some changes to add another App Service and another instance of Let's Encrypt, and updated a bunch of things on my sites, and that 'Browse' button is no longer there. I just see a list of extensions, which lists Let's Encrypt, but there is no way for me to access it to configure or refresh my certificate.

I believe I should be able to access Let's Encrypt by accessing https://blah.azurewebsites.net/letsencrypt/# or perhaps just /letsencrypt/ - but none of these seem to work. I'm curious if anyone would have any suggestions for debugging this?

My thinking is that an update to my site (I updated all NuGet packages, for example) changed some security setting that doesn't allow the Azure Let's Encrypt Extension to be accessible, but don't know what to look for there.

Thanks for any assistance!

@kenyvice
Copy link

After a big research i found the "link", based on your example domain, you found it there:
https://blah.scm.azurewebsites.net/letsencrypt
put .scm. between blah and azurewebsite and /letsencrypt to the end

@BillCarlson
Copy link

BRILLIANT!!! Yes, this is exactly what I was looking for, and works perfectly.

Thank you a million times over. :)

@skir
Copy link

skir commented Aug 7, 2023

There is the other way to access Let's Encrypt:

  1. Go to your app service's Advanced Tools to open Kudu portal.
  2. Select "Site Extensions" in the top menu bar.
  3. Press "Launch" button for Let's Encrypt extension.

@CyberBill
Copy link
Author

That is great! I can confirm that this method also works!

@CyberBill
Copy link
Author

I'm going to mark this as 'closed', as I realize now that I've got two workarounds, that's good enough. :)

@skir
Copy link

skir commented Oct 4, 2023

More good news on this topic: Azure team brought back the "Browse" button.
Screenshot 2023-10-04 at 17 36 58

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

4 participants