Lines Matching refs:proxy
78 # clients querying the system repository, as well as providing http/https proxy
93 # cache_dir var/cache/pkg/sysrepo apache proxy cache
316 pub_info[uri] = [[prefix, cert, key, hash of the uri, proxy], ... ]
405 def _valid_proxy(proxy):
406 """Checks the given proxy string to make sure that it does not contain
410 u = urlparse(proxy)
422 [[prefix, cert, key, hash of the uri, proxy, uri type], ... ]
439 # map URIs to (pub.prefix, cert, key, hash, proxy, utype) tuples
462 # Apache can only use a single proxy, even
470 raise SysrepoException("proxy value {val} "
552 If http_proxy or http_proxy is supplied, it will override any proxy
600 # check our proxy arguments - we can use a proxy to handle
601 # incoming http or https requests, but that proxy must use http.
614 raise Exception("unsupported proxy")
662 in order for the system repository to proxy to https repositories."""
671 for (pub, cert_path, key_path, hash, proxy, utype) in \
701 for (pub, cert, key, hash, proxy, utype) in \
706 (uri, cert, key, hash, proxy, utype))
713 for (uri, cert_path, key_path, hash, proxy, utype) in \