IMSCP 1.3.14
Letsencrypt 2.0.5
Seafile 6.0.7
Debian Jessie 64 bit
I have a similar problem with my letsencrypt and seafile configuration:
HTML
- Saving debug log to /var/log/letsencrypt/letsencrypt.logStarting new HTTPS connection (1): acme-v01.api.letsencrypt.orgObtaining a new certificatePerforming the following challenges:http-01 challenge for cloud.***.dehttp-01 challenge for www.cloud.***.deUsing the webroot path /var/www/virtual/LetsEncrypt for all unmatched domains.Waiting for verification...Cleaning up challengesFailed authorization procedure. www.cloud.***.de (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.cloud.***.de/.well-known/acme-challenge/KBCLDbx3AqlORK6h2zR5YEmAe8Pf__AdDrkfo7oz-hY: "<!DOCTYPE html><html lang="en"><head><title>Private Seafile</title><meta http-equiv="Content-type" content="text/html; ch", cloud.***.de (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://cloud.***.de/.well-known/acme-challenge/JZ6TEnIaXGlbAJtWT-3I1PGoPqUo38_cEn_DLIflKNg: "<!DOCTYPE html><html lang="en"><head><title>Private Seafile</title><meta http-equiv="Content-type" content="text/html; ch"
Apache CONF
Code
- Alias /media /home/seafile/haiwen/seafile-server-latest/seahub/media
- RewriteEngine On
- <Location /media>
- Require all granted
- </Location>
- #
- # seafile fileserver
- #
- ProxyPass /seafhttp http://127.0.0.1:8082
- ProxyPassReverse /seafhttp http://127.0.0.1:8082
- RewriteRule ^/seafhttp - [QSA,L]
- #
- # seahub
- #
- SetEnvIf Request_URI . proxy-fcgi-pathinfo=unescape
- SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
- ProxyPass / fcgi://127.0.0.1:8000/