Julien Viet

Results 1268 comments of Julien Viet

there should be one test that do: 1. connects with a valid certificate 2. update the CRL list to add this certificate 3. try to reconnecti with the valid certificate...

I would like to reconsider this feature by merging it with the `TrustOptions#getTrustManagerFactory` method, i.e include this rather in this interface and move this away from the `SSLHelper` implementation as...

@ndureiss I think we will implement it soon as this seems we need to provide a way to reload also certificates for some environments

can you provide a reprducer @fp24 ? which version is it ?

@vsrivastav can you try with a more recent version ?

can you use `lsof` command to investigate the file descriptors ?

setting idle timeout is a good way to close such connections. If you have another way to clean such connections you can set a connectionHandler on an HttpServer, keep those...