[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Bug with certificates?

From: solo turn <soloturn99_at_yahoo.com>
Date: 2003-03-24 18:21:14 CET

if giving a warning, there should be some sense in the warning ....

$ svn up
Error validating server certificate: Unknown certificate issuer.
Accept? (y/N): y
Error validating server certificate: Unknown certificate issuer.
Accept? (y/N): y

issues:
- msg 1 time if wc is up to date, otherwise 2 times
- does not say any details of the certificate
  

--- Marc Haesen <marc.haesen@telindus.com> wrote:
>
> Sorry, a mistake in this mail
>
> It is in the routine server_ssl_file_first_credentials of the file
> libsvn_client/auth.c
>
> Marc
>
>
> -----Original Message-----
> From: Marc Haesen
> Sent: Monday, March 24, 2003 04:40 PM
> To: 'dev@subversion.tigris.org'
> Subject: Bug with certificates?
>
> When I do an update of the svn sources using the url
> https://svn.collab.net
> <https://svn.collab.net/> it is always asking if I want to accept
> the
> certificate, although I have added the option ssl-ignore-unknown-ca
> in the
> servers config file.
>
> After stepping through the code, I saw that the credentials
> structure that
> is built in the routine server_ssl_file_credentials (auth.c) is not
> returned.
> After adding the line
> *(svn_auth_cred_server_ssl_t **)credentials=cred;
> at the end of this routine, everything looks ok.
>
> Is this indeed a bug in the software or should I add something
> extra in the
> config?
>
> Marc
>
>
>

> ATTACHMENT part 2 image/gif name=image001.gif
>
---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 24 18:21:53 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.