You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two problems in sites which have "HTTP Basic Authentication" enabled in Aegir:
SSL certificates does not renews while Basic Authentication is enabled. I have to disable it temporarily to be able renew certificate.
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?
The text was updated successfully, but these errors were encountered:
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.
There are two problems in sites which have "HTTP Basic Authentication" enabled in Aegir:
Is it possible to fix these issues somehow?
The text was updated successfully, but these errors were encountered: