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

add https-squid #23

Open
39ff opened this issue Mar 23, 2023 · 3 comments
Open

add https-squid #23

39ff opened this issue Mar 23, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@39ff
Copy link
Owner

39ff commented Mar 23, 2023

Additional settings are required when cache_peer only allows HTTPS. (ssl option)

Example:

cache_peer proxy.example.com parent 443 0 no-digest no-netdb-exchange connect-fail-limit=2 connect-timeout=8 round-robin no-query allow-miss proxy-only name=secure login=xxxx:yyy ssl ssldomain=xxx.example.com
@39ff 39ff added the enhancement New feature or request label Mar 23, 2023
@39ff
Copy link
Owner Author

39ff commented Aug 29, 2023

No.
Some providers offer HTTPS proxies and perform certificate verification, so it is necessary to specify the correct hostname.

ssldomain=xxx.example.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@39ff and others