gamerayers

Members
  • Posts

    6
  • Joined

  • Last visited

gamerayers's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Yep all fixed. Thanks for the help. And agreed, super weird.
  2. OK, so that is super interesting. I was able to do all of that, and as soon as I erased the plugin configuration it was clear nothing was running on port 80 anymore. Time to try to reset the nginx to use port 80. Fingers crossed.
  3. I did in a docker, trying to add a sidecar, but I removed that since it wasn't working. I think I attempted to do the cert early on, but then realized that I needed to change the name to be the name of my domain on tailscale and I wasn't ready to do that. Would it be advisable to delete the plugin and try again? or do you think that it would leave me in the same situation with port 80 taken?
  4. SuperMicro-tailscale-diag-20240301-223355.zip
  5. I installed the tailscale plugin and when I restart it appears that nginx won't start now due to something on port 80. If I turned off the tailscale plugin, it seems to work fine. I switched to port 81, but the redirect from port 80 to 443 then doesn't work correctly. I'm curious if there is a good way to fix this. Has anybody else run into this? It appears to be exclusive to the tailscale plugin causing the issues. FYI, the nginx won't start on port 80 for the management terminal. I already have it set to https, so it should be using 443, but the http port for redirect to https is port 80. When I do a: lsof -i :80 | grep LISTEN I get tailscale 1045 root 34u IPv6 481363296 0t0 TCP [x:x:x::x:x]:http (LISTEN) tailscale 1045 root 35u IPv4 481382452 0t0 TCP x.x.x.x:http (LISTEN) Basically showing that it is tailscale that has that port opened and why nginx can't open it for management-redirect.
  6. I installed the tailscale plugin and when I restart it appears that nginx won't start now due to something on port 80. If I turned off the tailscale plugin, it seems to work fine. I switched to port 81, but the redirect from port 80 to 443 then doesn't work correctly. I'm curious if there is a good way to fix this. Has anybody else run into this? It appears to be exclusive to the tailscale plugin causing the issues.