You could try:
- providing proxy details (how do you currently provide those)
- and adding to the bottom of the
cryosparc_master/config.sh
file a line (curl docs)export NO_PROXY="${CRYOSPARC_MASTER_HOSTNAME},localhost,127.0.0.1"
- then restarting CryoSPARC
Does this help?