Ok, so 23.0 will use the same security configuration as 24.0, so updating your execute node from 23.0 to 24.0 is not the problem.
Have a look at the CollectorLog of the Condor CE collector, it should have messages indicating why it is refusing to allow the execute nodes to send ads.
You may need to change the logging level of the CE collector first. Add this line to your CE collector config
COLLECTOR_DEBUG = $(COLLECTOR_DEBUG) D_SECURITY
and then run condor_reconfig to restart the CE collector, then when you get
required authentication of <IP address> failed: AUTHENTICATE:1003:Failed to authenticate with any method...
on the execution point, look at the timestamp on the message and then look in the CE CollectorLog at that same timestamp to see why the collector is refusing.
-tj
From: Eraldo Jr <eusoueraldo@xxxxxxxxx>
Sent: Friday, May 30, 2025 9:24 AM To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx> Cc: John M Knoeller <johnkn@xxxxxxxxxxx> Subject: Re: [HTCondor-users] Execute nodes failing to authenticate to condor-ce collector Hi John,
thanks for jumping on this to help.
I came from this version
$CondorVersion: 23.0.14 2024-08-07 BuildID: 748154 PackageID: 23.0.14-1 $
$CondorPlatform: x86_64_AlmaLinux9 $
On Thu, May 29, 2025 at 1:59âPM John M Knoeller via HTCondor-users <htcondor-users@xxxxxxxxxxx> wrote:
|