Website spamming requests to traefik if api is down
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Insights from the new test server, when the website on the old test server was still running:
```
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39224: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39226: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39228: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39230: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39232: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39234: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39236: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39238: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39240: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39242: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39244: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39246: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39248: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39250: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39252: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39254: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39256: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39258: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39260: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39262: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
faf-traefik_1 | time="2020-05-05T22:06:20Z" level=debug msg="http: TLS handshake error from 94.130.169.29:39264: strict SNI enabled - No certificate found for domain: \"api.test.faforever.com\", closing connection"
```
Causing significant load on Traefik for no reason.
Problem 1: Stop the spam if api is down
Problem 2: Use the internal dns instead of external DNS roundtrip
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.