-
Notifications
You must be signed in to change notification settings - Fork 8
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
when accessing via IP; click to proceed warning #4
Comments
The problem is happening because the website uses a secure connection (HTTPS), but the website certificate doesn't match the destination where is the redirection IP Address you configured. That's why you see a warning page. When you try accessing the website with a regular connection (HTTP), it works fine and shows the block page. One potential solution to make it work with HTTPS is by using a proxy with SSL bump, but I haven't tried that yet. It might help with SSL issue |
I have been trying to get this going for a 4 days now. I have HAProxy that redirect 80 to 443 and setup a nginx server but still get asked to click. There has to be a way to make this redirect work and one time i got it working on a computer but then on the mobile device it does not work |
By you mean HAProxy redirect 80 to 443 is that the nginx server running on HTTPS?, Just running the web server on HTTPS alone won't solve the issue. The problem lies in a mismatch between the domain/IP address on the SSL certificate. so for ex. when you trying open blocked site like |
Hmm so it seems like there is no workaround for this? Why even have an option to redirect to a custom page? |
Because it will work, if setup correctly. You have to trust the root CA of the block page, otherwise it will show SSL errors due to the above mentioned reasons. For now, I have pointed my AdGuard Home instance to use ControlD blockpage:
This will work, but to remove SSL Warnings, you also have to install the ROOT CA of ControlD (in this case). I have no problems with it and this is working perfectly fine, but if possible, I didn't want the ControlD branding for my AdGuard Home Instance, and show the website domain that was blocked (like this repo project shows). |
SInce AGH only allows the use of an IP for use a block page (not sure why...) I keep getting a message to click here to proceed then the custom page comes up.. Does anyone have any tricks for this?
The text was updated successfully, but these errors were encountered: