Skip to content

Commit

Permalink
update config-fw to use TLS1.2
Browse files Browse the repository at this point in the history
pan os 8.0 rejects TLSv1
  • Loading branch information
Narayan Iyengar authored Feb 8, 2017
1 parent 9bbb9f7 commit 9466b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmseries-test-drive/config-fw.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 9466b7c

Please sign in to comment.