vert.x icon indicating copy to clipboard operation
vert.x copied to clipboard

Execute SSLHelper.validate as blocking

Open MikeEdgar opened this issue 3 years ago • 4 comments
trafficstars

Motivation:

Proposed to fix https://github.com/eclipse-vertx/vert.x/issues/4439

MikeEdgar avatar Jul 21 '22 13:07 MikeEdgar

I think the use of CountDownLatch in TCPServerBase is also going to be a problem. I'm still looking into that.

MikeEdgar avatar Jul 21 '22 16:07 MikeEdgar

@vietj, I'm curious to get your thinking on these changes. I realize there needs to be a certain amount of caution with changes to these classes/methods.

MikeEdgar avatar Aug 08 '22 13:08 MikeEdgar

it looks good overall but there are a few things that need to be addressed

vietj avatar Aug 09 '22 04:08 vietj

it looks good overall but there are a few things that need to be addressed

Thanks, let me know what's needed when you have an opportunity. No rush from my perspective.

MikeEdgar avatar Aug 09 '22 11:08 MikeEdgar

I will actually reuse this in an general improvement of the SSLHelper because there are other SSLHelper related work that should be done.

  • https://github.com/eclipse-vertx/vert.x/pull/4372
  • https://github.com/eclipse-vertx/vert.x/issues/4452
  • https://github.com/eclipse-vertx/vert.x/pull/4453

vietj avatar Aug 23 '22 07:08 vietj

@MikeEdgar please have a look at https://github.com/eclipse-vertx/vert.x/pull/4468

vietj avatar Aug 30 '22 21:08 vietj

@vietj , now that #4468 is the path forward on this, should we just close this one?

MikeEdgar avatar Sep 08 '22 20:09 MikeEdgar

yes, I'll credit you in the orignal issue.

vietj avatar Sep 09 '22 08:09 vietj