Help! gnutls_handshake() failed: Error in the pull function

Ensuring launcher is up to date
Fetching origin
fatal: unable to access 'https://github.com/discourse/discourse_docker.git/': Failed to connect to github.com port 443: Connection timed out
error: Could not fetch origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 60 app
app
cd /pups && git pull && /pups/bin/pups --stdin
fatal: unable to access 'https://github.com/discourse/pups.git/': gnutls_handshake() failed: Error in the pull function.
9f432a8cd083d5d7edf15145987cb67fd7d4b955dc710d67881afd995ed03ada
1 Like

The error is coming from the git package. What is the OS version at host machine?

it is possible that you’re trying to use a version of git that’s too old and trying to communicate over older TLS version

1 Like