~ % curl -v http://192.168.43.1/* Trying 192.168.43.1:80...* Connected to 192.168.43.1 (192.168.43.1) port 80> GET / HTTP/1.1> Host: 192.168.43.1> User-Agent: curl/8.7.1> Accept: */*>* Request completely sent off< HTTP/1.1 301 Moved Permanently< Location: https://192.168.43.1/< Content-Length: 0< Date: Sun, 03 Nov 2024 10:54:48 GMT< Server: OPNsense<* Connection #0 to host 192.168.43.1 left intact
~ % curl -v https://192.168.43.1/* Trying 192.168.43.1:443...* Connected to 192.168.43.1 (192.168.43.1) port 443* ALPN: curl offers h2,http/1.1* (304) (OUT), TLS handshake, Client hello (1):* CAfile: /etc/ssl/cert.pem* CApath: none* Recv failure: Connection reset by peer* LibreSSL/3.3.6: error:02FFF036:system library:func(4095):Connection reset by peer* Closing connectioncurl: (35) Recv failure: Connection reset by peer
~ % curl -v http://192.168.43.1/* Trying 192.168.43.1:80...* Connected to 192.168.43.1 (192.168.43.1) port 80> GET / HTTP/1.1> Host: 192.168.43.1> User-Agent: curl/8.7.1> Accept: */*>* Request completely sent off* Recv failure: Connection reset by peer* Closing connectioncurl: (56) Recv failure: Connection reset by peer