File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 106106
107107# Create the host certificate request
108108openssl genrsa -out " $XROOTD_CONFIGDIR /tls.key" 4096 >> " $BINARY_DIR /tests/$TEST_NAME /server.log"
109- openssl req -new -key " $XROOTD_CONFIGDIR /tls.key" -config " $XROOTD_CONFIGDIR /tlsca.ini" -out " $XROOTD_CONFIGDIR /tls.csr" -outform PEM -subj " /CN=$( hostname ) " 0< & - >> " $BINARY_DIR /tests/$TEST_NAME /server.log"
109+ openssl req -new -key " $XROOTD_CONFIGDIR /tls.key" -config " $XROOTD_CONFIGDIR /tlsca.ini" -out " $XROOTD_CONFIGDIR /tls.csr" -outform PEM -subj " /CN=localhost " 0< & - >> " $BINARY_DIR /tests/$TEST_NAME /server.log"
110110if [ " $? " -ne 0 ]; then
111111 echo " Failed to generate host certificate request"
112112 exit 1
@@ -194,7 +194,7 @@ while [ -z "$XROOTD_URL" ]; do
194194 exit 1
195195 fi
196196done
197- XROOTD_URL=" https://$( hostname ) :$XROOTD_URL /"
197+ XROOTD_URL=" https://localhost :$XROOTD_URL /"
198198echo " xrootd started at $XROOTD_URL "
199199
200200XROOTD_HTTPSERVER_CONFIG=" $XROOTD_CONFIGDIR /xrootd-httpserver.cfg"
You can’t perform that action at this time.
0 commit comments