mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
disable https because the server requests a client certificate
This commit is contained in:
parent
135f208cf4
commit
1b19382887
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Exchanger(threading.Thread):
|
||||||
|
|
||||||
def discovery(self):
|
def discovery(self):
|
||||||
try:
|
try:
|
||||||
connection = httplib.HTTPSConnection('blockchain.info')
|
connection = httplib.HTTPConnection('blockchain.info')
|
||||||
connection.request("GET", "/ticker")
|
connection.request("GET", "/ticker")
|
||||||
except:
|
except:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue