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.
$ nmap -Pn multimedia-share.freeboxos.fr
Starting Nmap 7.80 ( https://nmap.org ) at 2023-03-22 20:35 UTC
Nmap scan report for multimedia-share.freeboxos.fr (88.163.226.68)
Host is up (0.016s latency).
Other addresses for multimedia-share.freeboxos.fr (not scanned): 2a01:e0a:8f8:9110::1
rDNS record for 88.163.226.68: tss37-3_migr-88-163-226-68.fbx.proxad.net
All 1000 scanned ports on multimedia-share.freeboxos.fr (88.163.226.68) are filtered
Nmap done: 1 IP address (1 host up) scanned in 22.01 seconds
my apache server is on a pc at home, I don't use a host.
the rule is well activated in the firewall with all the authorizations.
I redirect all incoming traffic to my pc with the DMZ of my freebox
@Bruce5051 I have not received any certificate @rg305 yes I have access logs, what should I do before sending you the logs ? test the port 80 with the site you get signal for example ?
I just tried with my mobile data and it doesn't work, my site only works locally. This must be due to the configuration of my freebox.
Do you know how to set it up?
I see no connectivity to the domain name with IPv4 or IPv6.
Via IPv4 nmap -4 -Pn
>nmap -4 -Pn multimedia-share.freeboxos.fr
Starting Nmap 7.93 ( https://nmap.org ) at 2023-03-22 21:06 UTC
Nmap scan report for multimedia-share.freeboxos.fr (88.163.226.68)
Host is up.
Other addresses for multimedia-share.freeboxos.fr (not scanned): 2a01:e0a:8f8:9110::1
rDNS record for 88.163.226.68: tss37-3_migr-88-163-226-68.fbx.proxad.net
All 1000 scanned ports on multimedia-share.freeboxos.fr (88.163.226.68) are in ignored states.
Not shown: 1000 filtered tcp ports (no-response)
Nmap done: 1 IP address (1 host up) scanned in 411.52 seconds
And via IPv6 nmap -6 -Pn
nmap -6 -Pn multimedia-share.freeboxos.fr
Starting Nmap 7.93 ( https://nmap.org ) at 2023-03-22 21:06 UTC
Nmap scan report for multimedia-share.freeboxos.fr (2a01:e0a:8f8:9110::1)
Host is up.
Other addresses for multimedia-share.freeboxos.fr (not scanned): 88.163.226.68
All 1000 scanned ports on multimedia-share.freeboxos.fr (2a01:e0a:8f8:9110::1) are in ignored states.
Not shown: 1000 filtered tcp ports (no-response)
Nmap done: 1 IP address (1 host up) scanned in 412.08 seconds
Does your ISP allow you to host websites over port 80? Some don't.
Either way when the http (TCP port 80) request reaches your home IP address it goes through your router, which then has to forward the external TCP port 80 request (http) to your machine (on whatever port your web server is running it's http service on). Once that works your website will work as http and you can then use http validation for your certificate request.