I have a Proxy server setup for multiple Ubunut hosts to access apt repositories using tiny proxy.
I am trying to add a RabbitMQ host to get it's update from the same proxy but get the following error when running apt update
:
Err:6 https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu bionic InRelease
Invalid response from proxy: HTTP/1.0 403 Filtered Server: tinyproxy/1.8.4 Content-Type: text/html Connection: close [IP: 1.2.3.4 8888]
The tiny proxy has a white list of domains it can access including packagecloud.io
.
Why is it not working?