ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control 
operation failed: svn: E230001: Unable to connect to a repository at URL 
'https://url' svn: E230001: Server SSL certificate verification failed: 
certificate issued for a different hostname, issuer is not trusted . 
Process command: C:\Program Files\TortoiseSVN\bin\svn.exe log https://url 
-r "{2015-12-02T09:55:53Z}:{2015-12-02T09:55:58Z}" --verbose --xml 
--username user--password ******** --no-auth-cache --non-interactive at 
ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute(ProcessInfo
 
processInfo) at 
ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetModifications(IIntegrationResult
 
from, IIntegrationResult to) at 
ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModificationsWithLogging(ISourceControl
 
sc, IIntegrationResult from, IIntegrationResult to) at 
ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl
 
sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild) 
at 
ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult
 
from, IIntegrationResult to) at 
ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest 
request)

I tried the following solution. 

can you try to run svn checkout once manually to your URL https://yoururl/trunk 
C:\ant-1.8.1\Test_Checkout using command line and accept certificate.Or as 

@AndrewSpear says below

Rather than checking out manually run svn list https://your.repository.url from 
Terminal (Mac) / Command Line (Win) to get the option to accept the 
certificate permanently

svn will ask you for confirmation. accept it permanently.

it ask for the confirmation and everything went smoothly. but still I'm 
getting the same error.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to