curl.fly.dev down?

Hi :wave:

I just noticed that the the command flyctl curl https://twitter.com no longer works

flyctl curl https://twitter.com
Region	Status	DNS	Connect	TLS	TTFB	Total

Failures:
gru	Post "https://curl.fly.dev/timings": EOF
syd	Post "https://curl.fly.dev/timings": EOF
ord	Post "https://curl.fly.dev/timings": EOF
cdg	Post "https://curl.fly.dev/timings": EOF
sin	Post "https://curl.fly.dev/timings": EOF
atl	Post "https://curl.fly.dev/timings": EOF
lax	Post "https://curl.fly.dev/timings": EOF
ams	Post "https://curl.fly.dev/timings": EOF
hkg	Post "https://curl.fly.dev/timings": EOF
iad	Post "https://curl.fly.dev/timings": EOF
nrt	Post "https://curl.fly.dev/timings": EOF
lhr	Post "https://curl.fly.dev/timings": EOF
sea	Post "https://curl.fly.dev/timings": EOF
vin	Post "https://curl.fly.dev/timings": EOF
sjc	Post "https://curl.fly.dev/timings": EOF
scl	Post "https://curl.fly.dev/timings": EOF
ewr	Post "https://curl.fly.dev/timings": EOF
yyz	Post "https://curl.fly.dev/timings": EOF
fra	Post "https://curl.fly.dev/timings": EOF
dfw	Post "https://curl.fly.dev/timings": EOF 

I’ve tried a few other urls, but none of them work.
It’s definitely not a big deal, just caught me by surprise.

curl -v https://curl.fly.dev
* Rebuilt URL to: https://curl.fly.dev/
*   Trying 2a09:8280:1:d9e7:e84d:9a9c:b20d:e4aa...
* TCP_NODELAY set
* Connected to curl.fly.dev (2a09:8280:1:d9e7:e84d:9a9c:b20d:e4aa) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/cert.pem
  CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to curl.fly.dev:443
* stopped the pause stream!
* Closing connection 0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to curl.fly.dev:443

Oh weird. I somehow forgot about that feature, we’ll see what’s up with it.

All fixed. Turns out we did need that database I deleted. :wink:

4 Likes