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

readded https

parent 9bc83538
Branches
Tags
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", "webdav"]:
for protocol in ["xroot", "gsiftp", "webdav", "https"]:
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