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

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

Open
Naurisr opened this issue May 23, 2024 · 1 comment
Open

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

Naurisr opened this issue May 23, 2024 · 1 comment

Comments

@Naurisr
Copy link

Naurisr commented May 23, 2024

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
Copy link
Owner

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

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

No branches or pull requests

2 participants