minfrin opened a new pull request, #32:
URL: https://github.com/apache/subversion/pull/32

   Add the most detailed underlying crypto library error string to the error 
stack when the context fails due to an SSL failure.
   
   SSL errors are no longer reduced to "an error has occurred".
   
   This relies on the serf_ssl_error_cb_t callback as provided by serf in 
https://github.com/apache/serf/pull/9.
   
   Example:
   
   ```
   [minfrin@rocky9 subversion]$ svn info 
https://svn.example.com/svn/example/core/
   svn: E170013: Unable to connect to a repository at URL 
'https://svn.example.com/svn/example/core'
   svn: E120171: TLS: error:0308010C:digital envelope routines::unsupported
   svn: E120171: Error running context: An error occurred during SSL 
communication
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@subversion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to