I am trying to connect to Azure cache for redis (6.0) using Java vertx framework in ssl mode and it's not getting connected. I was able to connect using Java via setting verifypeer false based on various forums. But i am not able to find the equivalent of it for Java vertx.if anyone has any pointers, pl share
We tried by removing the username by jus passing host, port, ssl= true and passwordWe are expecting a sample fir verifypeer = false in Java vertx