Print

Print


After updating a server to 5.2.0 I noticed some errors when trying to do a http TPC. Thanks to the help of @jthiltges we track this down to the fact that the files .xrdtls/ca_file.pem and .xrdtls/crl_file.pem were empty.

Doing some debugging I found that the reason for the above is that in my system this line:
https://github.com/xrootd/xrootd/blob/4ca38eb63e2172778d6e804593f0fe8cae65280e/src/XrdTls/XrdTlsTempCA.cc#L370
will always goes to the continue statement due to the fact that d_type is returned as DT_UNKNOWN, which is expected in some systems according to:
https://man7.org/linux/man-pages/man3/readdir.3.html



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1467

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1