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

Bug with certificates?

From: Marc Haesen <marc.haesen_at_telindus.com>
Date: 2003-03-24 16:40:21 CET

 
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
 
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

image001.gif
Received on Mon Mar 24 16:56:01 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.