mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
proxy: remove ciphers param to support 2.6
This commit is contained in:
parent
7ab398eba5
commit
5381c00c2a
@ -258,9 +258,9 @@ class ProxyRouter(object):
|
|||||||
ssl_sock = ssl.wrap_socket(sock,
|
ssl_sock = ssl.wrap_socket(sock,
|
||||||
server_side=True,
|
server_side=True,
|
||||||
certfile=certfile,
|
certfile=certfile,
|
||||||
ciphers="ALL",
|
#ciphers="ALL",
|
||||||
suppress_ragged_eofs=False,
|
suppress_ragged_eofs=False,
|
||||||
#ssl_version=ssl.PROTOCOL_SSLv23
|
ssl_version=ssl.PROTOCOL_SSLv23
|
||||||
)
|
)
|
||||||
env['pywb.proxy_ssl_sock'] = ssl_sock
|
env['pywb.proxy_ssl_sock'] = ssl_sock
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user