Skip to content
Snippets Groups Projects
Commit 87896e2f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: file arg not needed

parent 04275d31
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ class _DefaultCaosDBServerConnection(CaosDBServerConnection):
_LOGGER.warn("*** Warning! ***\n"
"Insecure SSL mode, certificate will not be checked! "
"Please consider removing the `ssl_insecure` configuration option.\n"
"****************", file=sys.stderr)
"****************")
context.verify_mode = ssl.CERT_NONE
if (not context.verify_mode == ssl.CERT_NONE and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment