Error stating "SSL version range is not valid" while using Selenium

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Builds are failing during the source checkout stage with the following error:

Error occurred while running Task 'Checkout Default Repository(1)' of type com.atlassian.bamboo.plugins.vcs:task.vcs.checkout.
(java.lang.RuntimeException : com.atlassian.bamboo.repository.RepositoryException: Cannot fetch branch '(unresolved) develop' from 'XXXXXXXXX' to source directory '/media/ephemeral0/build-dir/XXX-XXX-JOB1'. com.atlassian.bamboo.plugins.git.GitCommandException: command /usr/bin/git ls-remote https://XXXX:********@bitbucket.org/XXXXX/main failed with code 128. Working directory was [/media/ephemeral0/build-dir/XXX-XXX-JOB1]., stderr: [fatal: unable to access 'https://XXX:********@bitbucket.org/juralaw/main/': SSL version range is not valid.])

Diagnosis

The EC2 instance in use detected some funky environment variables that were the result of Selenium usage.

Workaround

Double check the LD_LIBRARY_PATH environment variable is unset. If it's not unsetting this variable can clear up the above error.

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.