Index

Why does my program give a http/https timeout?

When running software, which tries to connect to the internet, on one of the cluster nodes you might encounter time-out errors.
By default we do not allow cluster nodes to access the internet.
However, you can circumvent this by setting a proxy:
export http_proxy=http://proxy:80
export https_proxy=http://proxy:80