-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use ssl parameter #12
Comments
Have you tried changing the messaging URL to use
Reference: https://www.rabbitmq.com/uri-spec.html |
Where can I specify this on the command line? This is what I am trying to do -
Here is the result -
|
@bvenkysubbu Sorry, i didn't read this case clearly enough, i thought this was for the main StackStorm project. It doesn't look like that action supports the SSL flag: https://github.com/StackStorm-Exchange/stackstorm-rabbitmq/blob/master/actions/list_exchanges.py PRs are welcome! |
Will attempt to add this feature. Thanks @nmaludy |
The SSL parameter is only one part of it. The only parameter that As a workaround, if all you want to do is use the |
I am unable to find a way to pass the ssl parameter using rabbitmq integration for stackstorm. I am trying to run the following command using stackstorm.
$ rabbitmqadmin --host=mustang.rmq.cloudamqp.com --port=443 --vhost=itweicph --username=itweicph --password=some-password --ssl list exchanges
How can I pass the "--ssl" flag?
The text was updated successfully, but these errors were encountered: