Now that TLS-SNI is deprecated, is there any way for certbot to authenticate via port 443?
Unfortunately for this particular box, port 80 is blocked.
According to the certbot documentation and meetings where votes were taken, port 443 is supported for authentication…
I went with acme.sh and got this certificate issued even though port 80 is blocked... (issued via 443)
For anyone else who runs into this, I highly recommend giving acme.sh a shot.
Of course for regular hosting I use actual data centers like Rackspace or Amazon, but for this particular box it's just on an ISP connection... From Viettel Telecom in Ho Chi Minh, Vietnam.
When running nmap on port 80 it shows as filtered while all other ports I've tested just show as open.
Filtered:
Nmap cannot determine whether the port is open because packet filtering prevents its probes from reaching the port. The filtering could be from a dedicated firewall device, router rules, or host-based firewall software. These ports frustrate attackers because they provide so little information. Sometimes they respond with ICMP error messages such as type 3 code 13 (destination unreachable: communication administratively prohibited), but filters that simply drop probes without responding are far more common. This forces Nmap to retry several times just in case the probe was dropped due to network congestion rather than filtering. This slows down the scan dramatically.