#!/bin/tcsh # curl on chuck liddell seems to be too old to understand our new certificates. # I got a slightly newer version of curl using yum, but that didn't help. # I'm not sure of the problem, but chuck-liddel still has an older version of curl than dice. # # Update to the above, dice stopped with the same sort of error. Chuck-liddell is an all new # machine and the version of curl now works so we've switched back. #ssh dice curl -uAutomation:qx82JKpppd https://secure.trade-ideas.com/stats/build_cpp.php > AlertConfigAuto.C #ssh chuck-liddell curl -uAutomation:qx82JKpppd https://secure.trade-ideas.com/stats/build_json.php > AlertConfig.json # Several machines were having trouble. # dnf update ca-certificates did not help. # So I bypassed the HTTPS entirely. curl -uAutomation:qx82JKpppd http://comic-con:9443/stats/build_json.php > AlertConfig.json