-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
I've been using Hudson 1.68, and I have a situation where the svn command failed
because of a trust issue. I was checking source out of a svn server over https,
and the server has a misconfigured certifiact (the hostname used in the
self-signed cert was wrong).
I have a failure in the Hudson console, but no link to a log to see what went
wrong. If I look in the HUDSON_HOME, I can dig up the error:
(builds/2007-01-08_11-17-49/log)
[workspace] $ svn co --non-interactive https://server/svn/project/trunk
svn: PROPFIND request failed on '/svn/project/trunk'
svn: PROPFIND of '/svn/project/trunk': Server certificate verification failed:
certificate issued for a different hostname, issuer is not trusted ( https://server)
ERROR: Subversion failed. exit code=1
It would be nice if this was accessible through the console. The console link
for the last failure goes to a page where the little notepad icon says not yet
determined.
Do you think it is possible to add a link to that log file I found?