I integrated mercurial eclipse plugin in my STS and tried to clone an existing mercurial repository. But, I get the following error:
error: _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
When I try to clone the same repository outside eclipse from local installation of TortoiseHg, everything works fine. I have a reference to my cacert.pem file in mercurial.ini located in C:/Users/username/
This is picked well and lets me clone from my windows explorer (outside eclipse). However, when I integrated mercurial eclipse plugin in Eclipse and try to clone from there, it gives certificate error.
Is the certificate not getting picked in Eclipse? Do I need to do anything additional other than adding reference to cacert.pem in my C:/Users/username/ mercurial.ini?
Any idea how to fix this?