Workers url does not load

What is the name of the domain?

https://white-voice-49d4.moment-31f.workers.dev

What is the error number?

Host white-voice-49d4.moment-31f.workers.dev:443 was resolved. IPv6: 2606:4700:3033::ac43:a96a, 2606:4700:3037::6815:4f56 IPv4: 172.67.169.106, 104.21.79.86 Trying [2606:4700:3033::ac43:a96a]:443… Trying 172.67.169.106:443… Connected to white-voice-49d4.moment-31f.workers.dev (2606:4700:3033::ac43:a96a) 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 connection curl: (35) Recv failure: Connection reset by peer

What is the issue you’re encountering

https://white-voice-49d4.moment-31f.workers.dev/ is the worker and the worker name is white-voice-49d4 . I wrote the worker code on local and everything seems to work. I deployed the worker and cloudflare did give me a URL back and I can see the worker on the dashboard. But If I try using URL which cloudflare gave to reach the worker, it keep load infinitely.

What are the steps to reproduce the issue?

Tried doing curl but failed

curl -v https://white-voice-49d4.moment-31f.workers.dev/

Host white-voice-49d4.moment-31f.workers.dev:443 was resolved.
IPv6: 2606:4700:3033::ac43:a96a, 2606:4700:3037::6815:4f56
IPv4: 172.67.169.106, 104.21.79.86
Trying [2606:4700:3033::ac43:a96a]:443…
Trying 172.67.169.106:443…
Connected to white-voice-49d4.moment-31f.workers.dev (2606:4700:3033::ac43:a96a) 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 connection
curl: (35) Recv failure: Connection reset by peer

Your worker URL at https://white-voice-49d4.moment-31f.workers.dev/ works fine for me. I get a Route not found response.

Is it possible you were just hitting it too early right after publish?

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.