1
0

SSL certificate validation

This commit is contained in:
thomasv
2013-09-30 14:01:49 +02:00
parent 9e70c7fae4
commit a6002cf71c
2 changed files with 57 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ class Network(threading.Thread):
def start_interface(self, server):
if server in self.interfaces.keys():
return
i = interface.Interface({'server':server})
i = interface.Interface({'server':server, 'path':self.config.path})
self.interfaces[server] = i
i.start(self.queue)