2013-07-02 18:15:48,400 WARN [InitialPinger2 ] fisheye IndexingPingRequest-doRequest - Exception during FishEye Incremental Indexing of Gitrepo: com.cenqua.fisheye.config.ConfigException: Unable to clone remote repository:
https://fisheyeuser@git.server:8443/scm/test/gitrepo.git
- [fatal: unable to access 'https://fisheyeuser:XXXX@git.server:8443/scm/test/gitrepo.git/': SSL certificate problem: self signed certificate in certificate chain]
- Cloning into bare repository 'clone'...
Cause
Git client in FishEye/Crucible server perform verification on the SSL certificate and stop the process if it is unknown.
Workaround
Disable Git SSL verification in the server hosting FishEye/Crucible with the following commands:
https://fisheyeuser@git.server:8443/scm/test/gitrepo.git
- [fatal: unable to access 'https://fisheyeuser:XXXX@git.server:8443/scm/test/gitrepo.git/': SSL certificate problem: self signed certificate in certificate chain]
- Cloning into bare repository 'clone'...
Cause
Git client in FishEye/Crucible server perform verification on the SSL certificate and stop the process if it is unknown.
Workaround
Disable Git SSL verification in the server hosting FishEye/Crucible with the following commands:
git config --global http.sslVerify false
Tags:
Git