From 9466b7c456b177927afe97a7e8bb6b099ebfe40c Mon Sep 17 00:00:00 2001 From: Narayan Iyengar Date: Wed, 8 Feb 2017 14:23:46 -0800 Subject: [PATCH] update config-fw to use TLS1.2 pan os 8.0 rejects TLSv1 --- vmseries-test-drive/config-fw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmseries-test-drive/config-fw.py b/vmseries-test-drive/config-fw.py index cd8f5e9..c3c9034 100644 --- a/vmseries-test-drive/config-fw.py +++ b/vmseries-test-drive/config-fw.py @@ -53,7 +53,7 @@ #Need this to by pass invalid certificate issue. Should try to fix this -gcontext = ssl.SSLContext(ssl.PROTOCOL_TLSv1) +gcontext = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2) #baseStorageAccountName = ""