I was getting this error when trying to commit changes to my repository. I could commit changes a few files at a time, but if I tried too many, the commit would fail. I thought maybe if I renewed the SSL certificate, perhaps that would help (it was going to expire in a few weeks anyway, but was currently valid). After doing this and restarting Apache, same thing. I also tried to restart the server: same thing. Then I tried to delete all of the cached certificates and credentials from Tortoise SVN and try again. This time, I can do nothing - even "svn info" reports:
svn: OPTIONS of __URL__: Server certificate changed: connection interceptd? (__BASE_REPO_URL__)
This from slik SVN command line, after providing the correct credentials.
The only useful solution I found online (untested by me) was to checkout a new working copy, but this means I would have to merge my changes in to the fresh working copy by hand, and that's not very exciting.
Any ideas?
Thanks!
EDIT: I am also unable to check out a new working copy. Same error as above.