1
0

workaround the official distribution of tlslite

This commit is contained in:
ThomasV
2014-08-11 13:22:53 +02:00
parent bbfd708333
commit 1023240369
2 changed files with 7 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ def load_certificates():
x.parse(c)
except Exception as e:
util.print_error("cannot parse cert:", e)
continue
ca_list[x.getFingerprint()] = x
ca_f.close()
util.print_error("%d certificates"%len(ca_list))
@@ -325,6 +326,9 @@ class PaymentRequest:
if __name__ == "__main__":
util.set_verbosity(True)
load_certificates()
try:
uri = sys.argv[1]
except: