From 6ec34929c2179a6906730846cfef0be36b07bbdc Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 28 Jun 2023 10:41:48 -0600 Subject: [PATCH] use http to work around alt ssl certs for the static ip, https://github.com/phetsims/aqua/issues/185 --- js/config/sparky.pm2.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/config/sparky.pm2.config.js b/js/config/sparky.pm2.config.js index 53b74f6..a5409e2 100644 --- a/js/config/sparky.pm2.config.js +++ b/js/config/sparky.pm2.config.js @@ -44,7 +44,7 @@ module.exports = { cwd: '/data/share/phet/continuous-testing/ct-node-client/aqua', // This is the static IP for sparky, but it gets around the DNS, which was causing trouble in https://github.com/phetsims/aqua/issues/185#issuecomment-1604337447 - args: 'ct-node-client --ctID="Sparky Node Puppeteer" --serverURL=https://128.138.93.172/', + args: 'ct-node-client --ctID="Sparky Node Puppeteer" --serverURL=http://128.138.93.172/', script: 'grunt', exec_mode: 'cluster', instances: 75,