mozilla / crlite

WebPKI-level Certificate Revocation via Multi-Level Bloom Filter Cascade
http://www.cs.umd.edu/~dml/papers/crlite_oakland17.pdf
Mozilla Public License 2.0
67 stars 8 forks source link

rust-query-crlite: retry tls connections on first failure #262

Closed jschanck closed 2 years ago

jschanck commented 2 years ago

Some hosts in our verification-domains.txt file consistently reset the first TLS connection that we make. This seems to be some kind of DDoS countermeasure (it happens w/ other tools like openssl s_client). So let's try connections twice.