Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] how to setup GSI for the python bindings
- Date: Fri, 25 May 2018 09:18:16 -0700
- From: Rolf Seuster <seuster@xxxxxxx>
- Subject: [HTCondor-users] how to setup GSI for the python bindings
Hello all,
we have recently added GSI authentication (via a self signed certificate
chain) to our
condor cluster.
E.g. condor_q works fine for us. But this python sniplet fails:
import htcondor
import classad
condor_host = 'XX.YY.ZZ.XY'
coll = htcondor.Collector(condor_host)
condor_s = htcondor.Schedd()
job_list = condor_s.query()
print (job_list)
In the logfiles we see error messages about authentication problems.
What are we missing in the python sniplet ?
Thanks, Rolf