summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-990555-https-proxy-for-http
Commit message (Collapse)AuthorAgeFilesLines
* Use https config on https proxies for http serversDavid Kalnischkies2021-09-131-0/+37
The settings used for unwrapping TLS connections depend on the access and hostname we connect to more than what we eventually unwrap. The bugreport mentions CaInfo, but all other https-settings should also apply (regardless of generic or hostname specific) to an https proxy, even if the connection we proxy through it is http-only. Closes: #990555