bpt26 / usher_wiki

docs holder for usher wiki
GNU General Public License v3.0
2 stars 8 forks source link

expired certs for mafft.cbrc.jp #9

Open gholden3 opened 1 year ago

gholden3 commented 1 year ago

Flagging the certs for "mafft.cbrc.jp" are no good. Try: openssl s_client -showcerts -servername mafft.cbrc.jp -connect mafft.cbrc.jp:443 You can see it says certs are expired. The only way to install usher via mac is to amend the ./install/installMacOS.sh script to: wget https://mafft.cbrc.jp/alignment/software/mafft-7.471-mac.zip --no-check-certificate (added the --no-check-certificate)