certstream-java icon indicating copy to clipboard operation
certstream-java copied to clipboard

Java library for connecting to the CertStream network.

Results 9 certstream-java issues
Sort by recently updated
recently updated
newest added

Hello! Since 3 Febrary 2024 i cant get the domain using this project. Is the server down? The socket is performed but there is a loop always in the "boringpart"...

Hello, I noticed that this Java library stopped working. With every incoming message a null pointer was thrown. A similar issue already existed for this: https://github.com/CaliDog/certstream-java/issues/11 ![nullconstant](https://user-images.githubusercontent.com/62987795/125125204-936ffa80-e0f9-11eb-9111-184a6c7d6cb3.png) The reason for...

Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

time to time Thread is stop by that exception 2021-12-25 13:45:26.663 INFO 427595 --- [onLostChecker-1] io.calidog.certstream.BoringParts : Thread sleep interrupted, weird, exiting java.lang.InterruptedException: sleep interrupted at java.base/java.lang.Thread.sleep(Native Method) ~[na:na] at...

I am using the Java sources in Kotlin. I get the following errors on a lot of the messages: ``` java.lang.NullPointerException: Cannot invoke "String.isEmpty()" because "pojo.asDer" is null at io.calidog.certstream.CertStreamCertificate.fromPOJO(CertStreamCertificate.java:37)...

Currently CertStreamMessage app has protected members that cannot be accessed from outside. I suggest to decorate class with Lombok to expose getter and setter to be able to manipulate/filter incoming...

Hello, First of all, thanks for your effort in maintaining this repository. I've recently started to get an error on every incoming message from the server (last week I would...

intended to fix https://github.com/CaliDog/certstream-java/issues/7

I’ve been using certstream-java to receive certificate transparency logs, but recently I’ve stopped receiving any messages—without any errors being reported. Could you please confirm if the CertStream service is still...