9e1511cc08feb956852b37864db1c54ae9490f4d jcasper Sun Nov 14 01:11:50 2021 -0800 Installing updated hg.conf files from UCSC servers diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf index 84f0f21..8080445 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -289,31 +289,35 @@ # browser.javaScriptDir=js/<your userid here> # #tell hdb.c code that this is our development server test.dev=on # No Sql Injection settings # values for level are ignore, logOnly, warn, abort noSqlInj.level=abort # values for dumpStack are on, off noSqlInj.dumpStack=on # HTTPS Certificate Check Settings are: abort warn none # currently warn is the default -httpsCertCheck=warn +httpsCertCheck=none +#httpsCertCheck=warn +# domains to whitelist, skip cert checking, space-separated list +httpsCertCheckDomainExceptions= + # Log visible tracks to error_log trackLog=on # location of CRAM reference sequences cramRef=../userdata/cramCache #showTableCache=tableList # Make a custom track with BLAT results #useBlatBigPsl=on #JKSQL_TRACE=on # #This following turns on short links for hgSession, allowing the redirect. #hgSession.shortLink=on