Something is there...
And it can be connected to...
But it doesn't speak HTTP/HTML
This is a basic tcpdump
from my IP:
listening on any, link-type LINUX_SLL (Linux cooked), capture size 262144 bytes
02:47:22.143689 IP [my.IP].53408 > [SERVER.IP].80: Flags [S], seq 2634383343, win 64240, options [mss 1460,sackOK,TS val 3761205060 ecr 0,nop,wscale 7], length 0
02:47:22.144801 IP [SERVER.IP].80 > [my.IP].53408: Flags [S.], seq 464623315, ack 2634383344, win 14480, options [mss 1460,sackOK,TS val 229134649 ecr 3761205060,nop,wscale 7], length 0
02:47:22.144848 IP [my.IP].53408 > [SERVER.IP].80: Flags [.], ack 1, win 502, options [nop,nop,TS val 3761205061 ecr 229134649], length 0
02:47:22.144927 IP [my.IP].53408 > [SERVER.IP].80: Flags [P.], seq 1:210, ack 1, win 502, options [nop,nop,TS val 3761205062 ecr 229134649], length 209: HTTP: GET /.well-known/acme-challenge/Test_File-1234 HTTP/1.1
02:47:22.146288 IP [SERVER.IP].80 > [my.IP].53408: Flags [.], ack 210, win 122, options [nop,nop,TS val 229134649 ecr 3761205062], length 0
02:47:32.213850 IP [SERVER.IP].80 > [my.IP].53408: Flags [R.], seq 1, ack 210, win 122, options [nop,nop,TS val 229135656 ecr 3761205062], length 0
From which we can see replies on port 80.
But none on port 443:
02:50:47.703228 IP [my.IP].52952 > [SERVER.IP].443: Flags [S], seq 2900942312, win 64240, options [mss 1460,sackOK,TS val 3761410620 ecr 0,nop,wscale 7], length 0
02:50:48.732954 IP [my.IP].52952 > [SERVER.IP].443: Flags [S], seq 2900942312, win 64240, options [mss 1460,sackOK,TS val 3761411650 ecr 0,nop,wscale 7], length 0
02:50:50.748951 IP [my.IP].52952 > [SERVER.IP].443: Flags [S], seq 2900942312, win 64240, options [mss 1460,sackOK,TS val 3761413666 ecr 0,nop,wscale 7], length 0
02:50:55.004946 IP [my.IP].52952 > [SERVER.IP].443: Flags [S], seq 2900942312, win 64240, options [mss 1460,sackOK,TS val 3761417922 ecr 0,nop,wscale 7], length 0
[as expected with a truly drop firewall rule]
Maybe some
can spot something from those...
[hawk eyes]