Skip to content
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

will not connect to ssl enablet rabbitmq_management #17

Closed
Bjarke42 opened this issue Sep 1, 2015 · 4 comments
Closed

will not connect to ssl enablet rabbitmq_management #17

Bjarke42 opened this issue Sep 1, 2015 · 4 comments

Comments

@Bjarke42
Copy link

Bjarke42 commented Sep 1, 2015

i have tried to use it on my ssl enablet rabbitmq manager, but it does not provide any data. My assumption is that it cannot connect to rabbitmq manager using https.

@jimbydamonk
Copy link
Collaborator

I haven't had a change to play with this.
Do you have any logs or other data to help debugging ?

@davewongillies
Copy link
Contributor

Its because of this line:

RABBIT_API_URL = "http://{host}:{port}/api/"

The code needs changing/fixing to allow for https connections. At my $WORK we've just hacked it to be:

RABBIT_API_URL = "{host}:{port}/api/"

And we pass in https://some.host:15671 in the config but it'd be nicer to perhaps have an SSL true|false option or something.

@jimbydamonk
Copy link
Collaborator

So I have fixed this in the un merge develop branch. I am still testing the stuff in develop and getting everything set up (pypi, readthedocs etc) I will merge the PR in since it seems equivalent to what I put together.

@jimbydamonk
Copy link
Collaborator

#30 added support for turning on https

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants