Hello everybody,
I'm having trouble generating LetsEncrypt certificates in a Proxmox LXC container:
Proxmox 5.1-36
LXC container: Ubuntu 16.04
i-MSCP: 1.5.1
LetsEncrypt Plugin 3.3.0
Certificate for the admin panel was generated successfully.
For the following two pages I get the error message:
Code
- The /.well-known/acme-challenge/ URL path is not reachable for the test01.domain.de domain. This can be either due to a DNS problem, or because you have an .htaccess file that rewrites the URL path to an unexpected location. In case of a rewrite rule, be sure to exclude the /.well-known/acme-challenge/ URL path by adding a rewrite condition such as RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/
test1.domain.de
- no content yet, no .htaccess
- Testfile
- test1.domain.de/.well-known/test.txt -> OK
- test1.domain.de/.well-known/acme-challenge/test.txt -> Error 404
test2.domain.de
- Nextcloud installation with .htaccess
- Entry exists: RewriteCond %{REQUEST_URI} !(.*/\.well-known/acme-challenge/.*)
Can someone give me a hint, I just can not get on.
Greetings Robert