Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] condor_ce_host_network_check says host certificate does not matc h
- Date: Wed, 22 Mar 2023 12:17:47 +0800 (CST)
- From: "Chun-Yu Lin" <1203036@xxxxxxxxxxxxxx>
- Subject: [HTCondor-users] condor_ce_host_network_check says host certificate does not matc h
Dear all,
I try to install CE / condor custer on the virtual cluster (on our private OpenStack).
The CE is the only node reachable from outside.
Strangely, "condor_ce_host_network_check" complains the hostname doesn't match with the certificate.
Yet everything looks fine.
Below are four basic tests contradict with the errors. Anything I miss ?
# condor_ce_host_network_check
Starting analysis of host networking for HTCondor-CE
System hostname: ui.grid.nchc.org.tw
FQDN matches hostname
Host certificate (subject=C = TW, O = NCHC, OU = GRID, CN = ui.grid.nchc.org.tw) does not match HTCondor-CE hostname ui.grid.nchc.org.tw
Host network configuration not expected to work with HTCondor-CE.
# openssl x509 -in /etc/grid-security/hostcert.pem -text | grep Subject:
Subject: C = TW, O = NCHC, OU = GRID, CN = ui.grid.nchc.org.tw
# nslookup ui.grid.nchc.org.tw
Name: ui.grid.NCHC.org.tw
Address: 140.110.26.138
# nslookup 140.110.26.138
138.26.110.140.in-addr.arpa name = ui.grid.nchc.org.tw.
Many thanks,
Chun-yu