Hi folks, I’m having this error that prevents me from using amp.
This is happening from remote connections,
Any clue?
Hi folks, I’m having this error that prevents me from using amp.
This is happening from remote connections,
Any clue?
Hey @isudoajl
Please follow up with any updates. Thanks!
Thanks for your time.
The problem was this rule:
sudo iptables -t nat -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-port 8080
sudo iptables -t nat -A OUTPUT -p tcp --dport 443 -j REDIRECT --to-port 8443
Oh interesting thanks for letting us know, this is very helpful.