ersimon00
4 years agoNew Contributor
SSL error when connecting ReadyAPI to Git
I am trying to connect my ReadyAPI to a remote GIT Repo (which I need to connect via proxy and is hosted on the company intranet) but I receive the follwoing error message:
- com.smartbear.readyapi.integrations.vcs.git.GitException: com.eviware.soapui.plugins.vcs.VcsIntegrationException: https://xxXXXXXX/XXX/apl_tests.git: Secure connection to https://xxXXXXXX/XXX/apl_tests.git could not be stablished because of SSL problems.
- com.smartbear.readyapi.integrations.vcs.git.GitException: com.eviware.soapui.plugins.vcs.VcsIntegrationException: https://xxXXXXXX/XXX/apl_tests.git: Secure connection to https:://xxXXXXXX/XXX/apl_tests.gitcould not be stablished because of SSL problems.
Talking with our GIT Admin, he mentioned that I should find a way to add this git config within ReadyAPI :
http.sslVerify = "false" but could not find a way to do it.