December 16, 20241 yr Hi, I am trying to set up tailscale for freshrss in unraid. I get these errors after successfully authorizing the tailnet. I used the default tailscale settings for the container. I guess this is a port issue. When I tried changing the port and serve port in the container, I get the same message (same port failure). I haven't had this issue setting up tailscale for my other containers. nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] still could not bind() nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use
January 23, 20251 yr Just got the same error, I solved by changing the nginx ssl listen post to 8443. Don't know if it will be long term fix. Seems the issue is that tailscale and nginx try both to use 443 port and that's in conflict.
January 25, 20251 yr On 1/23/2025 at 9:25 PM, naxwak said: Just got the same error, I solved by changing the nginx ssl listen post to 8443. Don't know if it will be long term fix. Seems the issue is that tailscale and nginx try both to use 443 port and that's in conflict. This is caused because FreshRSS uses port 80 and 443 by default and since if you are using Tailscale Serve also uses port 443 this is what causes the error. You would experience the same issue when using for example the Tailscale Sidecar method. However to solve this issue I would recommend that you simply comment these lines from your FreshRSS nginx config (.../freshrss/nginx/site-confs/default.conf) : After that Tailscale and the container will both work as usual with the benefit that you can use Serve. Hope that helps.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.