Good morning, hope you had a good weekend Jeff. It doesn’t seem to be the ALB, since we have other apps with similar ALB config letting in wss connections. The shell app also connects fine.
We’ve got our call with AWS support today, so we’ll see if they can get it working for us. If they can’t I think we’ll end up abandoning Open OnDemand for now and using DCV connections to the Slurm cluster with self managed SSH keys.
Had a call with Neel today. issue resolved. needed to add set_host override in the app. add this to the submit.yml.erb
batch_connect:
…
set_host: “host=$(hostname | awk ‘{print $1}’).imaging-poc.pcluster”