On Tue, Jul 26, 2011 at 20:45, Ivan Zhakov <ivan_at_visualsvn.com> wrote:
> On Tue, Jul 26, 2011 at 20:25, Ivan Zhakov <ivan_at_visualsvn.com> wrote:
>> On Tue, Jul 26, 2011 at 13:37, Becker, Thomas <Thomas.Becker_at_torex.com> wrote:
>>> Yes, yyyy actually starts with svn. The URL looks like this: https://<server>:8443/svn/<repository_name>
>>>
>>> Regards,
>>> Thomas
>>>
>> Could you please try to add explicit ServerName configuration
>> directive to "%VISUALSVN_SERVER%\conf\httpd-custom.conf" file and
>> restart the server:
>> ServerName xxxx:8443
>>
> I was able to reproduce the issue in my environment. It seems to be
> bug in ra_serf/serf code: it sets SNI hostname to 'hostname:port',
> while valid value is 'hostname' (without port).
>
> So currently there're two workaround possible:
> 1. Use neon as http-library on client
> 2. Use default HTTPS port (443) on server
>
Fixed in r1151177 and nominated for backport to 1.7.x.
Thanks for bug report!
--
Ivan Zhakov
Received on 2011-07-26 19:22:55 CEST