Skip to content

Commit

Permalink
upgrade from curl usage from --tlsv1 to --tlsv1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Mar 31, 2016
1 parent d894a7b commit 26172f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/update-torbrowser
Expand Up @@ -604,7 +604,7 @@ tb_preparation() {
## their hidden service.

[ -n "$TBB_REMOTE_FOLDER" ] || TBB_REMOTE_FOLDER="https://dist.torproject.org/torbrowser"
[ -n "$CURL_FORCE_SSL" ] || CURL_FORCE_SSL="--tlsv1 --proto =https"
[ -n "$CURL_FORCE_SSL" ] || CURL_FORCE_SSL="--tlsv1.2 --proto =https"

## }}

Expand Down

0 comments on commit 26172f8

Please sign in to comment.