Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] submission problem using SOAP
- Date: Fri, 23 Mar 2018 11:18:22 -0500
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] submission problem using SOAP
On 3/23/2018 8:47 AM, Alessandro Italiano wrote:
Hi
taking a look at the code
https://github.com/htcondor/htcondor/blob/master/src/condor_daemon_core.V6/soap_core.cpp
I managed to bound the SSL port using the knob "SOAP_SSL_PORT = 8443â
which is not presente in the doc [condor-V8_6_5-Manual.pdf]
Ale
Hi Ale,
Glad to hear you figured it out, but please be aware that support for
the SOAP API is being removed in HTCondor v8.7. Since it looks like you
are using Python, I strongly recommend using HTCondor's Python API
instead. Unlike the SOAP interface, the HTCondor Python module being
actively support and developed. Plus it is easier to use. If you
installed HTCondor on your RHEL7 machine via the RPM, the HTCondor
Python module should already be installed on your machine.
Alternatively, you can install via PIP, i.e. "pip install htcondor"
For documentation, see the HTCondor Manual or even better see:
https://htcondor-python.readthedocs.io/en/latest/
regards,
Todd