NethServer Version: 7.9.2009 Module: Reverse proxy or maybe docker
Hello Everyone,
So it’s about time to ask for some help troubleshooting my nethserver setup because of a weird problem that appeared a week ago.
I am using a Ubiquity AC Pro and decided to load a docker image of “Unifi Controller” (the tool to manage those ubiquity ACs) on Nethserver. This tools uses the port 8443 as it’s Secure HTTPS web interface. After loaded the image, started the container and exposed the ports, I created a reverse proxy pointing to https://192.169.0.1:8443 to access the tool.
Hi markuz and thanks for the reply (actually for the whole support inside the forums that helped me millions of times) it’s a reverse proxy 100%. By the way yesterday I removed the docker image and then the “faulty route” fixed.
I feel that the problem is not the reverse proxy rather that the “docker virtual network” I reassigned the exposed port to 18443 and problem seems to have been fixed.
But still it’s weird that neth decided to filter all traffic to port 8443 to the docker image rather than the actual server. By the way dns lookups work properly but whenever I “asked for” port 8443 I was getting a http 302 redirect and re-routed to 172.13.0.2 (docker container)