/.well-known/acme-challenge/verify in my http
wonyoungjia
PROOP

14 days ago

i keep getting "/.well-known/acme-challenge/verify" in my http logs?

I'm using sveltekit and cloudflare shows green

Solved$10 Bounty

Pinned Solution

diogoribeirodev
FREETop 5% Contributor

13 days ago

This is normal and not related to your app specifically.

Requests to /.well-known/acme-challenge/... are made by certificate automation tools (like Let’s Encrypt) or internet-wide scanners probing domains to see if an ACME challenge endpoint exists. Even if you’re not issuing certificates yourself, public services hosted on platforms like Railway get scanned constantly.

If the requests are just returning 404s and not causing load issues, you can safely ignore them. If you want cleaner logs, you can explicitly return 404 or block that path.

Nothing is “wrong” with your deployment +1 emoji.

1 Replies

Railway
BOT

13 days ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway 13 days ago


diogoribeirodev
FREETop 5% Contributor

13 days ago

This is normal and not related to your app specifically.

Requests to /.well-known/acme-challenge/... are made by certificate automation tools (like Let’s Encrypt) or internet-wide scanners probing domains to see if an ACME challenge endpoint exists. Even if you’re not issuing certificates yourself, public services hosted on platforms like Railway get scanned constantly.

If the requests are just returning 404s and not causing load issues, you can safely ignore them. If you want cleaner logs, you can explicitly return 404 or block that path.

Nothing is “wrong” with your deployment +1 emoji.


Status changed to Solved ray-chen 13 days ago


Loading...