Hi all,
The java service bus connection is throwing an ssl error:
Caused by: com.microsoft.azure.servicebus.primitives.ServiceBusException: Error{condition=proton:io, description='javax.net.ssl.SSLHandshakeException: General SSLEngine problem', info=null}
I have tried:
Installing the microsoft CAs into the cacerts store
Installing the baltimore cert into the cacerts tool
using the oracle 8 JDK and the zulu 8 and 11 JDKs
Any suggestions on which root CA to use or how to get by the error would be appreciated