From 5e07fe08ea80a860a215fe65b8430698261c7cb7 Mon Sep 17 00:00:00 2001 From: elitest Date: Mon, 2 Mar 2015 00:19:06 -0600 Subject: Update Server.py to fix SNI handling Forgot to change ciphers->client_ciphers. --- libmproxy/proxy/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmproxy/proxy') diff --git a/libmproxy/proxy/server.py b/libmproxy/proxy/server.py index ebe91d22..cb6d3c70 100644 --- a/libmproxy/proxy/server.py +++ b/libmproxy/proxy/server.py @@ -299,7 +299,7 @@ class ConnectionHandler: cert, key, method=self.config.openssl_client_method, options=self.config.openssl_client_options, - cipher_list=self.config.ciphers, + cipher_list=self.config.client_ciphers, dhparams=self.config.certstore.dhparams, chain_file=chain_file ) -- cgit v1.2.3