Skip to content

Commit

Permalink
use http to work around alt ssl certs for the static ip, #185
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 28, 2023
1 parent d15fa6a commit 5e10a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/config/bayes.pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
cwd: '/data/share/phet/continuous-testing/ct-browser-clients/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="Bayes Node Puppeteer" --serverURL=https://128.138.93.172/',
args: 'ct-node-client --ctID="Bayes Node Puppeteer" --serverURL=http://128.138.93.172/',
script: 'grunt',
exec_mode: 'cluster',
instances: 16,
Expand Down

0 comments on commit 5e10a48

Please sign in to comment.