[network-manager-fortisslvpn] contrib: allow any SSL cipher
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-fortisslvpn] contrib: allow any SSL cipher
- Date: Wed, 23 Sep 2015 21:34:30 +0000 (UTC)
commit f6001a0192191daf52cd16bca626cd2886177b5d
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Mon Sep 21 15:02:55 2015 +0200
contrib: allow any SSL cipher
Fixes run against FortiOS trial.
contrib/sslproxy.pl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/contrib/sslproxy.pl b/contrib/sslproxy.pl
index 4f43227..c45bac1 100644
--- a/contrib/sslproxy.pl
+++ b/contrib/sslproxy.pl
@@ -63,6 +63,7 @@ sub serve_client
my $backend = new IO::Socket::SSL (
SSL_verify_mode => SSL_VERIFY_NONE,
+ SSL_cipher_list => 'ALL',
PeerAddr => shift,
) or die $!;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]