Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] how to setup GSI for the python bindings
- Date: Fri, 25 May 2018 12:19:36 -0500
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] how to setup GSI for the python bindings
On 5/25/2018 11:18 AM, Rolf Seuster wrote:
Hello all,
Hi Rolf,
It will make it much easier for someone to help you if you provide
everything needed to enable someone else to reproduce your problem
below. You provided your Python example code already, which is great,
but could you please also provide :
1) the relevant security settings you added to your condor_config for
your GSI setup,
2) output from condor_version so we know the operating system/distro
and HTCondor version, and
3) info about how you installed the HTCondor python bindings (via the
RPM? DEB? PyPI via "pip install htcondor"?)
Thanks!
Todd
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
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
--
Todd Tannenbaum <tannenba@xxxxxxxxxxx> University of Wisconsin-Madison
Center for High Throughput Computing Department of Computer Sciences
HTCondor Technical Lead 1210 W. Dayton St. Rm #4257
Phone: (608) 263-7132 Madison, WI 53706-1685