Hi guys
A quick question regarding Vertx Web module.
I would like to create Mutual TLS (Vertx server validating Client certificate as well as Client validating Server certificate) between my Vert.x Microservice and Clients.
Is there a simple configuration option for Vert.x HTTP server to do that or would I need to implement AuthProvider ?
Greg