Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
sudo certbot certonly -d homemiva.sytes.net --standalone --dry-run
It produced this output:
Could not bind TCP port 80 because it is already in use by another process on
this system (such as a web server). Please stop the program in question and then
try again.
My web server is (include version):
LAMP - Debian12 - Apche2 - Mariabd - PHP8.2
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
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):
Hello.
The problem I am facing is the following.
I have a LAMP web server on a debian machine with IP 192.168.1.100 and it is in production on port 80 without problem.
Now on another different machine I have installed another LAMP web server for another different application and the IP of that machine is 192.168.1.110, but in this case I am using port 8080 so that it does not conflict with the other server.
Everything is behind a router, and for name resolution, on both servers I use NO-IP.
I'm trying to generate the SSL certificates for this second server and I'm getting errors.
Domain: xxxxxxx.xxx.net
Type: unauthorized
Detail: 79.152.183.68: Invalid response from http://xxxxxxx.xxx.net/.well-known/acme-challenge/GbtnW3kjR9PvPq1ORg_L8Mm4_DzMxGh4VZoPJv0RiBY: 404
From my LAn I enter both servers, but the second one through the IP, and not the domain
It is as if entering from the WLAN trying to enter server 19.168.1.100 and or 192.168.1.110
Greetings