@@ -206,15 +206,20 @@ To use HTTPS:
206206
2072071 . Add a certificate according to the [ instructions above] ( #ensure-the-xrootd-service-has-a-certificate )
208208
209- 1 . Create a file named ` /etc/xrootd/config.d/11-cache-https .cfg ` with the following contents:
209+ 1 . Uncomment ` set EnableVoms = 1 ` in ` /etc/xrootd/config.d/10-osg-xrdvoms .cfg `
210210
211- # Support HTTPS access to unauthenticated cache
212- if named stash-cache
213- http.cadir /etc/grid-security/certificates
214- http.cert /etc/grid-security/xrd/xrdcert.pem
215- http.key /etc/grid-security/xrd/xrdkey.pem
216- http.secxtractor /usr/lib64/libXrdLcmaps.so
217- fi
211+ !!! note Upgrading from OSG 3.5
212+ If upgrading from OSG 3.5, you may have a file with the following contents in ` /etc/xrootd/config.d ` :
213+
214+ # Support HTTPS access to unauthenticated cache
215+ if named stash-cache
216+ http.cadir /etc/grid-security/certificates
217+ http.cert /etc/grid-security/xrd/xrdcert.pem
218+ http.key /etc/grid-security/xrd/xrdkey.pem
219+ http.secxtractor /usr/lib64/libXrdLcmaps.so
220+ fi
221+
222+ You must delete this config block or XRootD will fail to start.
218223
219224
220225Manually Setting the FQDN (optional)
@@ -314,12 +319,15 @@ STASHCACHE_DaemonVersion = "1.0.0"
314319Updating to OSG 3.6
315320-------------------
316321
317- The OSG 3.5 series is reaching end-of-life on May 1, 2022.
322+ The OSG 3.5 series has reached end-of-life on May 1, 2022.
318323Admins are strongly encouraged to move their caches to OSG 3.6.
319324
320325See [ general update instructions] ( ../../release/updating-to-osg-36.md ) .
321326
322- Unauthenticated caches (` xrootd@stash-cache ` service) do not need any configuration changes.
327+ Unauthenticated caches (` xrootd@stash-cache ` service) do not need any configuration changes,
328+ unless HTTPS access has been enabled.
329+ See the [ "enable HTTPS on the unauthenticated cache" section] ( #enable-https-on-the-unauthenticated-cache ) )
330+ for the necessary configuration changes.
323331
324332Authenticated caches (` xrootd@stash-cache-auth ` service) may need the configuration changes described in the
325333[ updating to OSG 3.6 section] ( ../xrootd/xrootd-authorization.md#updating-to-osg-36 )
0 commit comments