Skip to content
Snippets Groups Projects
Commit 9bc83538 authored by Andrea Manzi's avatar Andrea Manzi
Browse files

removed https

parent 4f81b96f
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ Description of work executed by the probe:
self.time_start()
# Check published protocols
for protocol in ["xroot", "gsiftp", "https", "webdav"]:
for protocol in ["xroot", "gsiftp", "webdav"]:
result = conn.search_s(self.base_dn, ldap.SCOPE_SUBTREE, "GlueSEAccessProtocolLocalID=%s" % protocol)
if not len(result):
return (EX_CRITICAL, "Access protocol %s not published" % protocol, None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment