Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Crucible git test connection issue

Fei Wang March 10, 2013

I have a remote git repository.

I tested connection on Crucible,error message as below:

Error testing connection.
Error talking to repository:

error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://XXXX:XXXX@XXXXX/scm/XXXX/XXX-XXX.git/info/refs
fatal: HTTP request failed

at com.atlassian.fisheye.git.GitScmConfig.testConnection(GitScmConfig.java:158)
at com.cenqua.fisheye.RepositoryConfig.testConnection(RepositoryConfig.java:444)
at com.atlassian.fisheye.spi.admin.impl.DefaultRepositoryAdminService.testConnectionFor(DefaultRepositoryAdminService.java:538)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

Connection failed.

Use git client, i can setting "git config --global http.sslVerify false" and git clone code succeed.How can I setting to solve this issue on Crucible?

Thanks

1 answer

1 accepted

1 vote
Answer accepted
rstephens
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 11, 2013

Hi Fei,

Git keeps a "global" config file, which applies to every git instance running under a specific user account, as well as a system-wide config file. You should be able to set the SSL verification configuraiton option for git at the system level on your FishEye/Crucible server with this command:

git config --system http.sslverify "false"

You will need to run this command as root, or prefixed with sudo.

Kind Regards,
Richard Stephens

Fei Wang March 11, 2013

Richard,

thanks for your help.

Fei

rstephens
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 11, 2013

Hi Fei,

Not a problem. If the suggestion worked for you, would you mind accepting my answer?

Thanks!

-Richard

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events