1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00
pywb/tests/test_config_proxy.yaml
Ilya Kreymer bfaad224fa proxy tests: add test for https proxy, using requests and wsgiref server!
testing one https replay and static https handling
fix bug in certauth params
2014-08-18 19:58:53 -07:00

26 lines
492 B
YAML

collections:
all:
- ./sample_archive/cdx/iana.cdx
- ./sample_archive/cdx/dupes.cdx
older:
- ./sample_archive/cdx/iana.cdx
newer:
- ./sample_archive/cdx/dupes.cdx
archive_paths: ./sample_archive/warcs/
enable_http_proxy: true
proxy_options:
enable_https_proxy: true
cookie_resolver: true
use_default_coll: false
root_ca_file: ./tests/pywb_test_ca.pem
root_ca_name: pywb Test Cert
certs_dir: ./tests/pywb_test_certs