Hello NiFi Developers, I am currently trying to successfully configure a publishJMS processor using NiFi version 1.1.2. The error message I am facing is the following: "org.springframework.jms.JmsSecurityException: Can not initialize SSL client: no trusted certificates are set; nested exception is javax.jms.JMSSecurityException: Can not initialize SSL client: no trusted certificates are set." Then a stack trace including the following appears in the logs:
at org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:291) at org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:169) at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:497) at org.springframework.jms.core.JmsTemplate.send(JmsTemplate.java:580) at org.springframework.jms.processors.JMSPublisher.publish(JMSPublisher.java:78) at org.springframework.jms.processors.PublishJMS.rendezousWithJms(PublishJMS.java:102) at org.springframework.jms.AbstractJMSProcessor.onTrigger(AbstractJMSProcessor.java:136) at org.springframework.jms.PublishJMS.onTrigger(PublishJMS.java:55) I have both used an SSL Context Service, specifying a trust store certificate and password and not provided any SSL Context Service property, but still receive the same error message. Would you be able to provide any possible suggestions and solutions as to why this SSL JMSSecurityException is occurring? Any assistance would be greatly appreciated. Sincerely, Aaron Reed
