adguard nginx proxy link broke #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adguard isn't able to connect on port 3k from nginx proxy.
Seems to be something with port 80 and how I'm only using port 443. TLS over https. Don't enforce.
Not a major issue, but rather annoying if I'm not local.
Can't use it outside of home network right now anyways. Having issues with https configuration.
and with tons of other people using the DNS server.
So disabled it for everyone outside of local network until I can figure out the method I want to use for it.
I may have it enabled for a few IP's.
Possibly just wireguard in and use it all the time from locally in that position.
The network adguard is connecting to is called 'adguard_homelab'
It's not joining the right network, instead creating a new one.
Trying to change network name to specify specific network. See how it goes.
https://i.imgur.com/TtgysVy.png
idk, looks like it was in the same network, just had a weird label for it.
Just remembered the network thing out of nowhere..
This one is working:
Had to add:
to the homelab network so it would join that network instead of creating it's own. Not sure when that got changed. Need to add a git for the whole docker folder i reckon.
I can't port adguard to 80 and 443 is my current issue. Nginx is taking up those ports. So now I'm curious if I make nginx it's own macvlan if it will separate somehow. I think I may be mistaken because I'm having both containers join the same network. So they will try to take the same port? no, they should each have their own ip on the network so shouldn't be overlapping. Not sure what's going on.
just can't get the https link to work now. 443 works better than 80, but it still throws an error each new site I visit using it through firefox. Kind of annoying.
Alright, for some reason, website rcs1.xyz is showing google trust certificate. Is it cloudflare or my local dns showing this?
Everything appears right in adguard. but that would be more of an nginx issue i think, is it because nginx isn't setup properly?
na gotta be because cloudflare is doing something that looks like it being manipulated. Maybe need some further testing with nginx and open an issue there for it.
Alright, so using cloudflare, you don't quite have your full encryption only. It's your encryption through a tunnel of their encryption. So it looks like a different certificate at the end. Will i need to input this certificate on adguard to get it to work properly? I don't like that idea honestly. then cloudflare can read all my adguard data basically.
With tthat in mind when you have issues locally with encryption it may not show up bc cloudflare is forcing it to work. And then everything appears working when it gets to your server.
disabled proxy services with cloudflare, haven't had issues in awhile now. So must be closed.