-
Notifications
You must be signed in to change notification settings - Fork 405
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
[BUG] Disable rewrite lets encrypt validation ? #1896
Comments
Hi @LiloBzH, thank you for opening this issue. Did you try to use the |
yes. the problem is that Bunkerweb analyzes the URL and as soon as it sees the string "/.well-known/acme-challenge/", it uses the /TMP/ directory. For the moment, my only track is to modify the SERVER.CONF in /ETC/NGINX/website/server.conf |
Ah, I see. The certificates are moved afterward to allow for caching. |
except that I do not want to create a certificate for this equipment via BunjerWeb. |
Oh I see, then what you're looking for is the Custom Certificate plugin and not Let's Encrypt. |
You can inspire yourself on that example: https://github.com/bunkerity/bunkerweb/blob/v1.5.12/examples/certbot-dns-cloudflare/docker-compose.yml |
What happened?
Hi
l want to valid certif on my synology
I created a reverse proxy mynas.internet.com to 192.168.1.100:80
It's work with every URL instead for certif
How to reproduce?
When a want to create a certif on synology, lets encrypt server go to :
http://mynas.internet.com/.well-known/acme-challenge/lR6RUsdfdsdqKP-rN7wzKsdqsdqsduVKDpYHszxQ
and Bunkerwek rewrite to open :
open() "/var/tmp/bunkerweb/lets-encrypt/.well-known/acme-challenge/lR6RUsdfdsdqKP-rN7wzKsdqsdqsduVKDpYHszxQ" failed (2: No such file or directory)
letsencrypt.lua rewrite every time.
Is it possible to bypass the rewrite ?
Thank's
Configuration file(s) (yaml or .env)
Relevant log output
BunkerWeb version
1.5.12
What integration are you using?
Docker
Linux distribution (if applicable)
Proxmox - LXC
Removed private data
Code of Conduct
The text was updated successfully, but these errors were encountered: