valeriansaliou / vigil

🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.).
https://crates.io/crates/vigil-server
Mozilla Public License 2.0
1.72k stars 128 forks source link

Unexpected stops encountered every day #117

Closed AleSocks closed 1 year ago

AleSocks commented 2 years ago

Error details

thread 'actix-rt:worker:1' panicked at 'calledResult::unwrap()on anErrvalue: InvalidUriParts(InvalidUri(SchemeMissing))', /cargo/registry/src/github.com-1ecc6299db9ec823/actix-web-3.3.3/src/middleware/normalize.rs:161:46 note: run withRUST_BACKTRACE=1environment variable to display a backtrace

valeriansaliou commented 2 years ago

What’s your stack? Do you run a reverse proxy to Vigil? Is Vigil exposed directly on the public Internet? Maybe an open port to the Internet?

To me it looks like someone is sending invalid HTTP requests with invalid formatting.