If you have your project on github and are trying to integrate it with Mingle ( installed on Redhat / Centos), you are likely to encounter the following error in your logs:
Could not execute "git --git-dir="/var/mingle/data/plugin_data/mingle_git_plugin/3/ace.git" --no-pager clone --bare "https://test-mingle:*****@github.com:443/your-org/ace.git" "/var/mingle/data/plugin_data/mingle_git_plu
gin/3/ace.git"". The error was:
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://test-mingle:*****@github.com:443/your-org/ace.git/info/refs
The solution is to replace the ca-bundle.crt with the latest one available. Please find more about the same on: http://eric.lubow.org/2011/security/fixing-centos-root-certificate-authority-issues/
Comments
0 comments
Please sign in to leave a comment.