Show More
@@ -64,7 +64,10 b' def make_tub(ip, port, secure, cert_file):' | |||
|
64 | 64 | if have_crypto: |
|
65 | 65 | tub = Tub(certFile=cert_file) |
|
66 | 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 | 71 | else: |
|
69 | 72 | tub = UnauthenticatedTub() |
|
70 | 73 |
General Comments 0
You need to be logged in to leave comments.
Login now