pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/30521 (svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host)



The following reply was made to PR pkg/30521; it has been noted by GNATS.

From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/30521 (svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host)
Date: Wed, 22 Oct 2014 01:37:30 +0400

 It seems it's still not always working properly.  This is probably an
 upstream problem.
 
   $ svn info svn://svn.freebsd.org/base/head
   Path: head
   ...
 
 But 
 
   $ svn info https://svn0.ru.FreeBSD.org/base/head
   svn: E000065: Unable to connect to a repository at URL 'https://svn0.ru.freebsd.org/base/head'
   svn: E000065: Error running context: No route to host
 
 I do see IPv4 connection attempt.  It's successful as a TCP
 connection, but fails as HTTPS because of the certificate
 (Issuer: clusteradm, FreeBSD.org, CA, US)
 
 And, indeed, trying svn info with explicit IPv4 address
 
   $ svn info https://77.88.40.110/base/head
   Error validating server certificate for 'https://77.88.40.110:443':
   ...
 
 -uwe
 


Home | Main Index | Thread Index | Old Index