Exception while bamboo is checking for changes in svn

Posted by tangens on Super User See other posts from Super User or by tangens
Published on 2010-05-27T17:28:00Z Indexed on 2010/05/27 17:33 UTC
Read the original article Hit count: 402

Filed under:
|
|
|
|

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?

© Super User or respective owner

Related posts about debian

Related posts about apache