Closed 0xroot-bf closed 4 years ago
I did a bit more of research on this, and apparently is something not caused by CertStreamMonitor, but by the certstream-python
wrapper.
I'm just curious if anyone else have experienced this issue. I know there are plenty tickets opened in the certstream-python
repository, but I've attempted many things, including to install previous version of certstream (1.9) and upgrade websockets to 0.49, which didn't work. As for certstream 1.9 and websockets 0.48 i still experienced similar issue.
Hi @0xroot we observed this many times too, as I remember, the WebSocket behind CDN is regularly closed (RST). What we do, and it works better since that, we operate a CertStream-Server (https://github.com/CaliDog/CertStream-Server) docker instance near the CertStreamMonitor one. Hope it helps.
Hey @t4d thanks a lot for the suggestion, I will look into it!
Hey there, I thought it may be of your interest, but this issue has been resolved now @t4d :
https://github.com/CaliDog/certstream-python/issues/27
Cheers
Nice! thank you for the information!
Hey there,
I'm opening this ticket as I've observed someone had a similar issue in the past but the ticket was already closed.
I've decided to run your utility through a tmux session, and to my surprise I can't get ride off these these WSS errors:
It happens every minute or two, usually takes longer if I'm not running the tool through
tmux
.My installation was through pip3, after cloning the repo, and the
conf
file I'm using is the following one:I've attempted to run this as root, just to see if this could ring a bell, but still got the same issue.
Ultimately I've built my script on top of CertStream, and observed the same issue with the WSS connection. I'm running out of ideas, have you experienced this in the past?
Thanks,
Best