CaliDog / certstream-server

Certificate Transparency Log aggregation, parsing, and streaming service written in Elixir
https://certstream.calidog.io
MIT License
271 stars 75 forks source link

Can't use python certstream library to connect to my own certstream server #125

Open zJvco opened 1 month ago

zJvco commented 1 month ago

Hello

I've created my own certstream server, it is working fine, but I get some errors when I try to use certstream python library to my localhost:4000.

The error:

Error connecting to CertStream - [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007) - Sleeping for a few seconds and trying again...

What is happening?