I am building a Java EE web application that has a component that connects to a remote server through REST. Unfortunately this server has some problems with the SSL certificates atm which isn't getting fixed until a later date.
From what I found on google is that I should disable SNI on the JVM to temporary "fix" the issue of the handshake alert error, but I don't know how you do this on Websphere Liberty Profile. Anyone know how to do this or knows a better solution?