We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a9d7d6 + ff75faa commit aa25182Copy full SHA for aa25182
1 file changed
src/DIRAC/Resources/Computing/AREXComputingElement.py
@@ -198,9 +198,6 @@ def _checkSession(self):
198
if not (self.token or self.proxy):
199
self.log.error("Proxy or token not set")
200
return S_ERROR("Proxy or token not set")
201
- if not self.proxy and self.alwaysIncludeProxy:
202
- self.log.error("Proxy required but not set")
203
- return S_ERROR("Proxy required but not set")
204
205
# If a token is set, we use it
206
if self.token:
0 commit comments