39c0acbf8d099b4bda66c885b91e4eab4467ba2a lrnassar Fri Apr 14 12:10:19 2023 -0700 Adding download-euro to the certificate check script. diff --git src/utils/qa/checkHTTPS src/utils/qa/checkHTTPS index c9cfae2..839080e 100755 --- src/utils/qa/checkHTTPS +++ src/utils/qa/checkHTTPS @@ -11,30 +11,31 @@ genome.soe.ucsc.edu \ genome-euro.ucsc.edu \ genome-asia.ucsc.edu \ genome-preview.ucsc.edu \ genome-test.soe.ucsc.edu \ genome-test.gi.ucsc.edu \ genome-store.ucsc.edu \ genome-store.soe.ucsc.edu \ cells.ucsc.edu \ cirm.ucsc.edu \ cirmdcm.soe.ucsc.edu \ hgdownload.soe.ucsc.edu \ hgdownload2.gi.ucsc.edu \ hgdownload2.soe.ucsc.edu \ hgdownload-test.gi.ucsc.edu \ +hgdownload-euro.soe.ucsc.edu \ redmine.soe.ucsc.edu \ gi.ucsc.edu \ hgwdev.gi.ucsc.edu \ hgwalpha.soe.ucsc.edu \ hgwbeta.soe.ucsc.edu \ hgwbeta.cse.ucsc.edu \ hgwbeta-public.soe.ucsc.edu \ api.genome.ucsc.edu \ apibeta.soe.ucsc.edu \ hgw0.soe.ucsc.edu \ hgw1.soe.ucsc.edu \ hgw2.soe.ucsc.edu \ redmine.soe.ucsc.edu do expiryDate=$(echo -n | openssl s_client -servername $site -connect $site:443 2>/dev/null | openssl x509 -noout -dates | grep After | sed -e "s/23:59:59\|\=\|notAfter\|GMT\|//g")