[tor-commits] [ooni-probe/master] Fixes to support cloudfronting and https collectors

art at torproject.org art at torproject.org
Mon Sep 19 12:14:24 UTC 2016


commit 409f8a595ec2b67f89d6fca0f621530b732cedc1
Author: Arturo Filastò <arturo at filasto.net>
Date:   Tue Jun 21 16:28:18 2016 +0200

    Fixes to support cloudfronting and https collectors
---
 ooni/backend_client.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ooni/backend_client.py b/ooni/backend_client.py
index 506aba4..1039124 100644
--- a/ooni/backend_client.py
+++ b/ooni/backend_client.py
@@ -42,6 +42,7 @@ class OONIBClient(object):
             self.backend_type = guess_backend_type(self.base_address)
         self.backend_type = self.backend_type.encode('ascii')
 
+        self._setupBaseAddress()
         self.settings = {
             'type': self.backend_type,
             'address': self.base_address,





More information about the tor-commits mailing list