adamant-kite-43734
10/22/2024, 6:51 PMshy-tailor-55329
10/22/2024, 7:25 PM> curl -v <http://google.com>
* Host google.com:80 was resolved.
* IPv6: (none)
* IPv4: MYIPADDRESS
* Trying MYIPADDRESS:80...
* Connected to google.com (MYIPADDRESS) port 80
> GET / HTTP/1.1
> Host: google.com
> User-Agent: curl/8.6.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Connection: close
< Location: <https://google.com/>
< Server: Caddy
< Date: Tue, 22 Oct 2024 19:24:16 GMT
< Content-Length: 0
<
* Closing connection
HTTPS
> curl -v <https://google.com>
* Host google.com:443 was resolved.
* IPv6: (none)
* IPv4: MYIPADDRESS
* Trying MYIPADDRESS:443...
* Connected to google.com (MYIPADDRESS) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS alert, internal error (592):
* OpenSSL/3.1.4: error:0A000438:SSL routines::tlsv1 alert internal error
* Closing connection
curl: (35) OpenSSL/3.1.4: error:0A000438:SSL routines::tlsv1 alert internal error
shy-tailor-55329
10/24/2024, 12:09 PMpowerful-librarian-10572
10/24/2024, 1:16 PMpowerful-librarian-10572
10/24/2024, 1:16 PMpowerful-librarian-10572
10/24/2024, 1:18 PM< Location: <https://google.com/>
< Server: Caddy
according to your first post so it seems to check outshy-tailor-55329
10/24/2024, 8:37 PM