On Sat, 10 Aug 2024 15:07:48 -0500
Richard Shaw <hobbes1...@gmail.com> wrote:

> I'm attempting to run a service on port 443 but no matter what I do, nmap
> reports the port is closed. Both systems are Fedora 40.
> 
> On the server:
> # firewall-cmd --add-service=https
> success
> # firewall-cmd --runtime-to-permanent
> success
> # firewall-cmd --reload
> success
> # firewall-cmd --list-services
> cockpit dhcpv6-client http https mqtt mqtt-tls postgresql ssh
> 
> On my desktop:
> $ nmap -p 443 <IP address>
> Starting Nmap 7.95 ( https://nmap.org ) at 2024-08-10 15:03 CDT
> Nmap scan report for r2d2.localdomain (<IP Address>)
> Host is up (0.00038s latency).
> 
> PORT    STATE  SERVICE
> 443/tcp closed https
> 
> Nmap done: 1 IP address (1 host up) scanned in 0.02 seconds
> 
> All other service ports that I've opened work fine, so what's up?
> -

Test you (eg. 'netstat -a -n -e -v -p') that you service list on right
interface/IP address?
-- 
Franta Hanzlik
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to