Hello everyone,
I encounter an issue during the first certificate generation of the domain name domo.serverdegamma.fr. I want to use this domain on a reverse proxy server in apache2 on the "server 1". This server proxy is used to redirect client to a raspberry pi 4 "server 2" in the local network where the apache server is installed. The website hosted on the raspierry pi 4 can be reach only in the local network throught an URL like http://my.domain.private:8080 (with "my.domain.private" associated to an ip address in /etc/hosts in the apache2 server). The proxy virtual host on the apache2 server is the following:
"<VirtualHost *:80>
ServerName domo.serveurdegamma.fr
ProxyPass / http://my.domain.private:8080/
ProxyPassReverse / http://my.domain.private:8080/
ProxyPreserveHost On
"
My first investigations:
- I set up listening port on apache2 like this: 0.0.0.0:80 (disabling ipv6)
- The Let's debug returned the following result: Let's Debug
- I set up a root path for the proxy server like /var/myserver in case of the certbot needs a directory.
- The domain name domo.serveurdegamma.fr is redirected to the correct ip address by dynhost on OVH CLOUD.
- The proxy server is working and redirect all flow from domo.serveurdegamma.fr on the correct website hosted on the raspberry pi 4.
Do you have any idea of what kind of mistake I could have done?
Thank you by advance!
My domain is: domo.serveurdegamma.fr
I ran this command: sudo certbot
It produced this output:
"Failed authorization procedure. domo.serveurdegamma.fr (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://domo.serveurdegamma.fr/.well-known/acme-challenge/5trW4lqFRL8ne6H3cuXURFomftiMQuDD8ywo8q4cuOk [xxx.xxx.xxx.xxx]: 403
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: domo.serveurdegamma.fr
Type: unauthorized
Detail: Invalid response from
http://domo.serveurdegamma.fr/.well-known/acme-challenge/5trW4lqFRL8ne6H3cuXURFomftiMQuDD8ywo8q4cuOk
[90.92.11.102]: 403To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address."
My web server is (include version): apache/2.4.29
The operating system my web server runs on is (include version): ubuntu 18.04
My hosting provider, if applicable, is: private server
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 0.27.0