Exception while bamboo is checking for changes in svn
- by tangens
While configuring a new test plan in Atlassian bamboo, I get the following exception in the log:
Recording error: Unable to detect changes : <projectname>
Caused by: org.tmatesoft.svn.core.SVNException: svn:
Unrecognized SSL message, plaintext connection?
svn: OPTIONS request failed on <repo-path>
I tried to access the svn repository by hand and it worked (URL looks like this: https://myrepo.org/path/to/repo). The svn sits behind an apache http server.
Both the bamboo server and the svn server are running Debian 4.0.
Has anybody seen this error before and can give me a hint how to fix it?