Nicolas Duchon
Nicolas Duchon
@SilverFire sorry, I totally forgot this issue, yes a PR would be welcome. We'll discuss the env var exact name in the PR if it's ok with you.
Hi @SilverFire Have you been testing this since it's been merged to `dev` ?
@freemo I'm fine with the discussion happening here 👍
Hi. Thank for the PR, unfortunately I'm currently blocked by #887
Hi Chris. Sorry for the answering delay, haven't had much free time lately. First, if you use HSTS, any issue with HTTPS will lead to an inaccessible site for browser...
@carukc ping
Let me rephrase, the unsigned certificate you see is **not** the result of a failed ACME challenge. When the ACME challenge fails, **no certificate get generated at all** and you'll...
Nope, this project woks for top level domains as well as subdomains. If the authorizations for your top level domain are failing, I suggest reading https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/blob/master/docs/Invalid-authorizations.md first.
Hi. You've probably already heard about `X-Real-IP`, `X-Forwarded-For` headers and the [ngx_http_realip_module](https://nginx.org/en/docs/http/ngx_http_realip_module.html) module. This is only correct way of handling `nginx-proxy`'s real IP issue that I'm aware of. I don't...
@DatAres37 after a bit more research, this appears to be a known issue with Docker : https://github.com/moby/moby/issues/15086 Sadly it seems this issue has been there for a long time and...