Skip to content
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

Allow HTTPS filtering with trusted self-signed certs #1890

Closed
sfionov opened this issue Jul 2, 2024 · 0 comments
Closed

Allow HTTPS filtering with trusted self-signed certs #1890

sfionov opened this issue Jul 2, 2024 · 0 comments

Comments

@sfionov
Copy link
Member

sfionov commented Jul 2, 2024

Currently AdGuard does not filter HTTPS sites with self-signed cert even if it is installed into system store.

There was another issue #1660 where we fixed issue with AG generating incorrect HTTPS certs for such sites.
We fixed it by not allowing such sites to pass verification, as on other systems.

But since some users may want such their sites to be filtered, the proper fix would be fix implementation to generate HTTPS certs for them.

Workaround

To workaround this issue, if you want your local certificate to be filtered by AdGuard:

  1. Generate CA Certificate - it should be added to system store.
  2. Generate Leaf cert for site - it should be used in local web server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants