I'm running with the current experimental versions:

ii  libneon27-gnutls                     0.28.2-3    
ii  libgnutls26                          2.4.1-1      
ii  libneon27-gnutls                     0.28.2-3

but that still doesn't work.

I'm trying to access a https URL that requires a client certificate,
but (according to strace) it is never read; and if read the neon 
debug messages correctly, this is the cause for the re-handshake.

I have my ~/.subversion/servers file configured for this host, so
that the client certificate should be used.


  $ svn ls https://<URL>
  ah_create, for WWW-Authenticate
  Running pre_send hooks
  compress: Initialization.
  Sending request headers:
  OPTIONS <PATH> HTTP/1.1
  Host: <SERVER>
  User-Agent: SVN/1.5.1 (r32289) neon/0.28.2
  Keep-Alive:
  Connection: TE, Keep-Alive
  TE: trailers
  DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
  DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
  DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
  Accept-Encoding: gzip

  Sending request-line and headers:
  Doing DNS lookup on <SERVER>...
  Connecting to <IP>
  Request sent; retry is 0.
  Aborted request (-1): Could not read status line
  sess: Closing connection.
  sess: Connection closed.
  Request ends, status 0 class 0xx, error line:
  Could not read status line: SSL error: Rehandshake was requested by the peer.
  Running destroy hooks.
  Request ends.
  svn: OPTIONS von »<URL>«: Could not read status line: SSL error: Rehandshake 
was requested by the peer. (<URL>)
  sess: Destroying session.
  sess: Destroying session.


The hack of Krystian Bacławski works, though.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to