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

Re: Authentication problem with clients > 1.7.22

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 28 Jul 2016 10:01:59 +0200

On Wed, Jul 27, 2016 at 06:56:46PM +0200, Krzysztof Smiechowicz wrote:
> Hi All,
>
> We are having problems accessing our svn server via https with client newer
> than 1.7.22 - 1.8.16 and 1.9.3 to be specific. The problem is that the newer
> clients come up with authentication request during svn checkout which after
> entering correct password fails. The authentication comes at random moments
> during checkout. The difference we could spot so far was that 1.7.22 was
> using ra_neon and newer clients are using ra_serf for HTTPS.

My guess is that you need to increase the MaxKeepAliveRequests setting
in httpd.conf on the SVN server.

Once the MaxKeepAliveRequests limit is reached the server closes the
connection so the client opens a new one and authenticates again.

Serf-based clients send a lot more requests than Neon-based clients.
It seems the Neon-based clients do not trigger the limit in your
situations, while Serf-based clients do.

> A AROS/AROS/arch/all-pc/boot/grub2-aros/configure
> A AROS/AROS/arch/all-pc/boot/grub2-aros/conf/Makefile.common
> A AROS/AROS/arch/all-pc/boot/grub2-aros/Makefile.in
> A AROS/AROS/arch/all-pc/boot/grub2-aros/conf/Makefile.extra-dist
> A AROS/AROS/arch/all-pc/boot/grub2-aros/conf/i386-cygwin-img-ld.sc
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/boot_menu_nw.png
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/boot_menu_e.png
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/terminal_box_sw.png
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/theme.txt
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/slider_n.png
> Authentication realm: <https://svn.aros.org:443> AROS TRAC+SVN
> Password for 'guest':
>
> A AROS/AROS/arch/all-pc/boot/grub2-aros/Makefile.in
> A AROS/AROS/arch/all-pc/boot/grub2-aros/conf/Makefile.extra-dist
> A AROS/AROS/arch/all-pc/boot/grub2-aros/conf/i386-cygwin-img-ld.sc
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/boot_menu_nw.png
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/boot_menu_e.png
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/terminal_box_sw.png
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/theme.txt
> A AROS/AROS/arch/all-pc/boot/grub2-aros/themes/starfield/slider_n.png
> Authentication realm: <https://svn.aros.org:443> AROS TRAC+SVN
> Password for 'guest': *****
>
> svn: E120190: Error retrieving REPORT: An error occurred during authentication
>
> The server is running subversion 1.8.10 on Debian 8.
>
> Any help is appreciated
>
> Best regards,
> Krzysztof
Received on 2016-07-28 10:02:15 CEST

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

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