-
I have netty server that uses bogus certificate. Below is the code that I used,
```
SslContext sslContext = SslContextBuilder.forServer(certStream, keyStream)..protocols("TLSv1.1”).build();
Ssl…
-
The issue [463](https://github.com/websocket-client/websocket-client/issues/463) referenced that version 0.49.0 seemed to break callback arguments. Version 0.51.0 was released with a reverse of [442](…
-
Hi, Trying to get this phishing catcher set up but keep running into this error. I have followed the set up and have installed certstream, entropy and tqdm.
Every time I try running './catch_phishi…
-
**Describe the bug**
When using the TemporarySecureMimeContext, I always get `Unhandled Exception: MimeKit.Cryptography.DigitalSignatureVerifyException: Failed to verify digital signature: non-empty …
-
When I installing phishing_catcher, I got the following error:
`Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/entropy/`
I tr…
-
Hello,
First, we ( @AssuranceMaladieSec ) would like to thank you for open sourcing Certstream client, server AND maintaining a Certstream server instance. We have been able to build on top of them…
-
Hi,
Would it be possible to add the ability to set a default user agent and the ability for a user to configure a custom user agent? This would help CT log operators know the software that research…
-
Hey there! I really love this project and the possibilities it does offer. Sadly recently it did somehow break. When I use the following as a test code:
```java
public static void main(String[] args…
-
```
certstream.listen_for_events(print_callback, "wss://certstream.calidog.io")
```
-
Hello,
Thanks for this amazing tool ! Just wanted to let you know that the Dockerfile does not build on `master`.
I think there are two issues:
* `html` directory has been renamed to `frontend` i…