Hi all, Has anyone connected to ActiveMq from Dataflow ? We currently are facing some issues related to certificates. When it tries to connect to our brokers through ssl we get PKIX path building failed. sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Currently in Dataflow I have a JVMInitializer that will download our truststore.jks file that has the root and server cert for our broker and store it into the /tmp folder on the worker. I then use the ActiveMQSslConnectionFactory and set the truststore location and password within those apis. But it still fails with the above error. I have added debugging to insure the jks file is downloaded which it is is there other things I could try or need to do ?
Thank you, Zack
