Thanks. I also just wanted to follow-up if anyone wanted to use a singularity container.
The solution that worked for me was the following:
- Download cacert.pem from the web (https://curl.se/ca/cacert.pem) using curl or wget.
- In the sbatch script, export the path to the cacert.pem file:
export SSL_CERT_FILE=/path/to/cacert.pem