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
So far I've been using the pypi version of pyrabbit, but we only had http endpoints.
I have an https endpoint to reach now, and I see that a PR was merged to this effect; so I pip-installed the current git revision and was able to use https.
However I had to specify the /api/ part of the path - looks like pyrabbit doesn't include this part of the path anymore. Previously I was able to create a client by specifying a server/port like this: myserver.mydomain.com:15672. This is no longer possible, but it starts working again with myserver.mydomain.com:15672/api/.
Is this an expected change?
The text was updated successfully, but these errors were encountered:
So far I've been using the pypi version of pyrabbit, but we only had http endpoints.
I have an https endpoint to reach now, and I see that a PR was merged to this effect; so I pip-installed the current git revision and was able to use https.
However I had to specify the /api/ part of the path - looks like pyrabbit doesn't include this part of the path anymore. Previously I was able to create a client by specifying a server/port like this:
myserver.mydomain.com:15672
. This is no longer possible, but it starts working again withmyserver.mydomain.com:15672/api/
.Is this an expected change?
The text was updated successfully, but these errors were encountered: