Im trying to Install WebSvn on my server but the repositories im trying to connect to have a self signed certificate so websvn is unable to connect.

Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted

Is there some sort of setting im missing in setting this up?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

i don't know websvn, but your problem is: the self-signed certificate is not trusted.

do you get this message in your browser or on the server?

when in the browser, import your self-signed as trusted to the browser cert store. when it is on the server, try to add SSLCACertificateFile to your apache config.

link|improve this answer
Yeh i get that same message when viewing the Repo in either a browser or tortiosesvn but they have the ability to accept it anyway. I dont wuite understand how i go about adding the cerfificate file to my apache config, can you help me out with this? – d1k_is Feb 9 '10 at 22:57
this blog post gives you a step-by-step guide: blog.laimbock.com/2007/08/28/… – Christian Feb 10 '10 at 7:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.