storm-rabbitmq
storm-rabbitmq copied to clipboard
Unable to specify Truststore and Keystore for SSL Connection
Following the guide for SSL/TLS configuration on the RabbitMQ site, requires that a Truststore Manager is given to the sslConfigure()
method. In addition to the existing ssl
configuration, it needs to accept keystore and truststore paths along with the passphrases (optionally).
I created a pull request to address this.