I have this working when using http but not when I use rabbitmq in ssl_only mode. With https I get error: 111 Connection refused.
This does work
curl -i -u guest:guest https://localhost:15671/api/vhosts --insecure
But https in api.py instead of http and port 15671 instead of 15672 in .rab.auth gives me the 111 error.
This does work
curl -i -u guest:guest https://localhost:15671/api/vhosts --insecure
But https in api.py instead of http and port 15671 instead of 15672 in .rab.auth gives me the 111 error.
Comment