bitcoin-core / bitcoincore.org

Bitcoin Core project website
https://bitcoincore.org/
MIT License
593 stars 463 forks source link

bitcoincore.org server with IP 107.191.99.5 down #992

Closed m4rtinkoenig closed 8 months ago

m4rtinkoenig commented 8 months ago

Is there an existing issue for this?

Current behaviour

time curl https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0.tar.gz -vv
*   Trying 107.191.99.5:443...
* connect to 107.191.99.5 port 443 failed: Operation timed out
*   Trying 198.251.83.116:443...
* Connected to bitcoincore.org (198.251.83.116) port 443 (#0)
* ALPN: offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384
* ALPN: server accepted http/1.1
* Server certificate:
*  subject: CN=bitcoincore.org
*  start date: Oct  1 09:57:04 2023 GMT
*  expire date: Dec 30 09:57:03 2023 GMT
*  subjectAltName: host "bitcoincore.org" matched cert's "bitcoincore.org"
*  issuer: C=US; O=Let's Encrypt; CN=R3
*  SSL certificate verify ok.
* using HTTP/1.1
> GET /bin/bitcoin-core-25.0/bitcoin-25.0.tar.gz HTTP/1.1
> Host: bitcoincore.org
> User-Agent: curl/8.1.2
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx/1.18.0
< Date: Tue, 10 Oct 2023 08:01:55 GMT
< Content-Type: application/octet-stream
< Content-Length: 12413133
< Last-Modified: Fri, 26 May 2023 09:55:12 GMT
< Connection: keep-alive
< ETag: "64708200-bd68cd"
< Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
< Accept-Ranges: bytes
<
* Failure writing output to destination
* Closing connection 0
curl https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0.tar.gz -vv  0.02s user 0.01s system 0% cpu 1:16.58 total

Expected behaviour

107.191.99.5 should work

Steps to reproduce

curl https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0.tar.gz -vv

Relevant log output

*   Trying 107.191.99.5:443...
* connect to 107.191.99.5 port 443 failed: Operation timed out

How did you obtain Bitcoin Core

Pre-built binaries

What version of Bitcoin Core are you using?

25.0

Operating system and version

macOS 13.5

katesalazar commented 8 months ago

u r supposed to append "--output file" then

$ file file file: gzip compressed data, from Unix, original size modulo 2^32 44697600 $ ls -l -rw-r--r-- 1 uni corn 12413133 Oct 10 16:28 file

can close this

TheBlueMatt commented 8 months ago

The server was down, it is working again.

glozow commented 8 months ago

For me it wasn't working earlier today, but is working now. Closing - @m4rtinkoenig please ping if it's still not working.