yola / yodeploy

Python library for deployment
4 stars 0 forks source link

Yodeploy server won't release established connection #223

Closed fr33l closed 5 years ago

fr33l commented 5 years ago

yodeploy-server listens on * on our machines, and it's often gets scanned by different scanners like http://www.internettl.org/, but it doesn't release connection after scan:

python  13458 root    5u  IPv4          836992374      0t0       TCP 10.201.6.188:webmin->104.152.52.23:51066 (ESTABLISHED)

It hangs indefinitely and won't accept any new connections, which causes deployment failures from fieldhq UI.

We should investigate what's causing this and how to drop those connection.

For now we'll block http://www.internettl.org/ IP range, since this causing a lot of issues for lots of people who got used to deploy via fieldhq button.