Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jasgud

Members
  • Joined

  • Last visited

  1. you don't have port 80 configured to respond. You need to enable the default port 80 response so that letsencrypt can connect to it to verify.
  2. this looks like exactly what happened to me. httpval fixes it all.
  3. I'm thinking comment out your 301 to https and allow the validator to hit http.
  4. applying this "fix" forces us to port forward http (tcp 80) through our router to access the nginx service so it can be evaluated by letsencrypt. Make sure you have http and https available externally.
  5. You're having some kind of access error to the http session from external servers. You need to forward on your router publicip(publicdomain):80 - unraid:85 so they can test that you own http as well as https.
  6. If your getting the line below then the code wasn't applied correctly. Try putting it in quotes like "HTTPVAL" and "true". I did apply mine through extra parameters and it worked just fine, didn't even think about adding custom variables. Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
  7. Your issue is the same one I was having. its because letsencrypt disabled a service. under your container, hit advanced options add the below code into your extra parameters. restart/start the service. Note that this means http (tcp 80) will need to be forwarded as well as https (tcp 443) for validation. -e "HTTPVAL"="true"
  8. Thanks for that. For anyone struggling with this, under extra parameters enter in the below paramater -e "HTTPVAL"="true"
  9. Any suggestion as to how we can deal with the TLS-SNI-01 security flaw detailed below. They seem to have disabled their renew and request system on it. https://community.letsencrypt.org/t/solution-client-with-the-currently-selected-authenticator-does-not-support-any-combination-of-challenges-that-will-satisfy-the-ca/49983

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.