Hakan Altındağ

Results 56 comments of Hakan Altındağ

Hi everyone, I have added my input regarding reloading the ssl configuration here: https://github.com/eclipse-vertx/vert.x/issues/4452 I am curious what everyones opinion would be for the solution.

Hi team, any news on this feature? If not I might be able to contribute as I have a working solution

Well I use http4s on one of my projects and I have resolved it with a custom trustmanager and keymanager, similar to which @hamnis also demonstrated on his gist link....

I needed to drop featherbed because it doesn't work on Scala v2.13 It would be nice if Featherbed could have a working version for this Scala version so I can...

Hi @kashifali94 I am probably two years late and maybe you have already found the solution. It caught my attention that this issue is still open, so I wanted to...

Hi @Zemke There are some changes at the master branch which is in conflict with your changes. Any idea if those are resolvable?

> Interestingly many tests don't run at all when kotlin is set to version 1.1.1: > > ``` > [INFO] Running khttp.KHttpDeleteSpec > [INFO] Tests run: 0, Failures: 0, Errors:...

Hi Will, thank you for sharing it! I liked your library already some time ago when I discovered it at [Awesome Java List](https://github.com/akullpp/awesome-java#security) and also have starred it back than...

Hi @tsaarni I discovered your pull request previous week at Vertx regarding hot reloading ssl https://github.com/eclipse-vertx/vert.x/pull/4372 which seems pretty advanced! Really nice to see you now here and [your library](https://github.com/tsaarni/java-certy)...

Yeah, I indeed added the support of configuring Vert.x with a keymanager and trustmanager with the `wrap` method, well discovered 😊 I discovered that Vert.x didn't had this option compared...