1
0
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:
Ilya Kreymer 2014-08-19 03:30:08 -04:00
parent 7ab398eba5
commit 5381c00c2a

View File

@ -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