[tor-commits] [flashproxy/master] Use https URL in exercise script.
    dcf at torproject.org 
    dcf at torproject.org
       
    Mon Jan 11 07:34:24 UTC 2016
    
    
  
commit 0543451674853c49e3b5121354235fcd858352a2
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Jan 10 23:33:55 2016 -0800
    Use https URL in exercise script.
---
 experiments/exercise/exercise.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/experiments/exercise/exercise.sh b/experiments/exercise/exercise.sh
index 1f46d96..96253c4 100755
--- a/experiments/exercise/exercise.sh
+++ b/experiments/exercise/exercise.sh
@@ -31,4 +31,4 @@ PIDS_TO_KILL+=($!)
 
 sleep 60
 
-curl --retry 5 --socks4a 127.0.0.1:9050 http://check.torproject.org/
+curl --retry 5 --socks4a 127.0.0.1:9050 https://check.torproject.org/
    
    
More information about the tor-commits
mailing list