Print

Print


Hi @abh3 ,

After some investigation, it looks like this issue has already be addressed by you :)
Indeed, the Refresh thread of the XrdTlsContext.cc file calls the following code

// We clone the original, this will give us the latest crls (i.e. refreshed).
// We drop the lock while doing so as this may take a long time. This is
// completely safe to do because we implicitly own the implementation.
//
   ctxImpl->crlMutex.UnLock();
   XrdTlsContext *newctx = ctxImpl->owner->Clone();

The cloning will refresh the CRLs but also refresh the server certificate (the Clone() method creates a new XrdTlsContext)

So I believe this issue can be closed...


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/issues/1678/1171365036@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/1678#issuecomment-1171365036", "url": "https://github.com/xrootd/xrootd/issues/1678#issuecomment-1171365036", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

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