This is happening in my pipeline when using the default Atlassian image, but in the cloud rather than my data centre:
git clone --depth 1 'https://bitbucket.org/repo-path.git/' /opt/thing
fatal: unable to access 'https://bitbucket.org/repo-path.git/': gnutls_handshake() failed: Handshake failedIf I switch to `alpine:3.23` (to which I add the `git` package), just to give an example, it's all good, so it indicates that the problem exists in the default image.