omega8cc / boa

Barracuda Octopus Aegir 5.4.0
https://omega8.cc/compare
394 stars 75 forks source link

Two problems in sites with "HTTP Basic Authentication" #1790

Closed Naurisr closed 2 weeks ago

Naurisr commented 3 months ago

There are two problems in sites which have "HTTP Basic Authentication" enabled in Aegir:

  1. SSL certificates does not renews while Basic Authentication is enabled. I have to disable it temporarily to be able renew certificate.
  2. Cron on these sites does not work when Wget method is used. I'm not sure, but I think it worked before upgrade to 5.2.0. Using Drush method cron works.

Is it possible to fix these issues somehow?

omega8cc commented 3 months ago

For SSL certificates to be renewed you can’t have http access control enabled unless you would also whitelist all remote IPs LE is using.

Not sure if cron should still work properly because while it’s using local requests, you can’t have any kind of proxy active like Cloudflare. It’s explained in the legacy documentation.

Sent with GitHawk