-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when switching to the "Encryption Settings" page #6909
Comments
Probably because you are using port 443 for another service? |
No, I'm not busy, I don't even know how to occupy it. |
Hi @fizsef, it seems that something on your device may be using that port. What do you get for the following command? |
@fizsef it seems you have the OpenWrt LuCI interface running on port 443. To change the port for AdGuard Home on OpenWrt, you can follow these steps:
Make sure the new port you choose does not conflict with other services and is not blocked by your firewall settings. If you’re using LuCI, you may also need to adjust the firewall settings to allow traffic on the new port. Navigate to Network → Firewall → Traffic Rules and add a rule for the new port. |
|
That is your DNS listening port, not the HTTPS listening port. Could you please post the rest of your yaml, redacting any private information? |
`http:
|
Try stopping AdGuard Home, setting |
I do not know whether it tries to establish that port regardless of whether it's enabled or not. I see your logic, but it's worth a try. |
Yes, that's correct. You just changed the HTTPS port removing the conflict between two services trying to use the same port. If you would like the keep AdGuard Home's HTTPS port the same, you would have to change the port LuCI uses for HTTPS. |
And where does Luci use this port? I did not configure port 443 in Luci. |
You can find it documented here. |
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, ARM64
Installation
GitHub releases or script from README
Setup
On a router, DHCP is handled by the router
AdGuard Home version
107.48
Action
In the menu, select Settings-Encryption settings
Expected result
without error
Actual result
An error appears - "Error: control/tls/validate | port 443 is not available, cannot enable HTTPS on it | 400"
Additional information and/or screenshots
The text was updated successfully, but these errors were encountered: