Show More
@@ -64,7 +64,10 b' def make_tub(ip, port, secure, cert_file):' | |||||
64 | if have_crypto: |
|
64 | if have_crypto: | |
65 | tub = Tub(certFile=cert_file) |
|
65 | tub = Tub(certFile=cert_file) | |
66 | else: |
|
66 | else: | |
67 | raise SecurityError("OpenSSL is not available, so we can't run in secure mode, aborting") |
|
67 | raise SecurityError(""" | |
|
68 | OpenSSL/pyOpenSSL is not available, so we can't run in secure mode. | |||
|
69 | Try running without security using 'ipcontroller -xy'. | |||
|
70 | """) | |||
68 | else: |
|
71 | else: | |
69 | tub = UnauthenticatedTub() |
|
72 | tub = UnauthenticatedTub() | |
70 |
|
73 |
General Comments 0
You need to be logged in to leave comments.
Login now