You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the 0.11.x CamelRabbitmqSourceConnector connector with docker-compose and connect-standalone. I have things working in TCP but I would like to get it working in SSL. The docs mentions two settings: camel.component.rabbitmq.sslProtocol & camel.component.rabbitmq.trustManager. The first parameter is simple but trustManager is a little more confusing. I have the necessary certs to establish a secure connection, but how do I set up the trustmanager parameter/use it correctly?
The text was updated successfully, but these errors were encountered:
I am using the 0.11.x CamelRabbitmqSourceConnector connector with docker-compose and connect-standalone. I have things working in TCP but I would like to get it working in SSL. The docs mentions two settings: camel.component.rabbitmq.sslProtocol & camel.component.rabbitmq.trustManager. The first parameter is simple but trustManager is a little more confusing. I have the necessary certs to establish a secure connection, but how do I set up the trustmanager parameter/use it correctly?
The text was updated successfully, but these errors were encountered: