Skip to content

Commit 0159c90

Browse files
authored
Merge pull request #7970 from DIRACGridBot/cherry-pick-2-0169e53ba-integration
[sweep:integration] Support https URLs with dirac-framework-ping-service
2 parents 24e3f7d + e2bab52 commit 0159c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Interfaces/scripts/dirac_framework_ping_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
url = None
5252
if len(args) == 1:
5353
# it is a URL
54-
if args[0].startswith("dips://"):
54+
if args[0].startswith(("dips://", "https://")):
5555
url = args[0]
5656
# It is System/Service
5757
else:

0 commit comments

Comments
 (0)