Hi Sven,
Sven Fischer wrote:
>Hello altogether,
>
>I have a problem when accessing our https-Server, which has a self-signed
>vertificate. I get the message:
>
>Error validating server certificate: Unknown certificate issuer, Hostname
>mismatch. Accept? (y/N):
>
>When I accept with y, everything works fine.
>
>Is it possible to make an URL-based automatic accept of this in a config
>file? I looked into the neon docs, but dit not find anything. Maybe you
>could put this into the issue tracking system as a feature request, or
>should I do this myself?
>
This goes into the server config file. First you have to define a group
a for this group you have to enter the following lines:
ssl-ignore-unknown-ca = true
ssl-ignore-host-mismatch = true
or you could access the server with the name in the certifacte and enter
the following line:
ssl-authorities-file = path_to_ca.crt
>
>Best regard,
>Sven Fischer
>
>
>
Best regards,
Patrick Mayweg
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 12:57:38 2003