4c08e95f2e342747adc45d6af6a3d70d4242c440
gperez2
  Tue Apr 1 14:47:42 2025 -0700
Removing hgdownload-euro.soe.ucsc.edu since Erich shares that is redundant to genome-euro.ucsc.edu, No RM

diff --git src/utils/qa/checkHTTPS src/utils/qa/checkHTTPS
index f8ec498318a..2dc157b1e16 100755
--- src/utils/qa/checkHTTPS
+++ src/utils/qa/checkHTTPS
@@ -10,31 +10,30 @@
 genome.ucsc.edu \
 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 \
 genomewiki.ucsc.edu \
 cells.ucsc.edu \
 cirm.ucsc.edu \
 cirmdcm.soe.ucsc.edu \
 hgdownload2.gi.ucsc.edu \
 hgdownload2.soe.ucsc.edu \
 hgdownload.soe.ucsc.edu \
 hgdownload-test.gi.ucsc.edu \
-hgdownload-euro.soe.ucsc.edu \
 redmine.soe.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")
        expiryEpoch=$(date -d"$expiryDate" +%s)