You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/08/05 21:11:51 UTC

svn commit: r1694286 - /subversion/site/publish/docs/release-notes/1.9.html

Author: stsp
Date: Wed Aug  5 19:11:51 2015
New Revision: 1694286

URL: http://svn.apache.org/r1694286
Log:
* site/publish/docs/release-notes/1.9.html: Release notes for the
  new --trust-server-cert-failures option.

Modified:
    subversion/site/publish/docs/release-notes/1.9.html

Modified: subversion/site/publish/docs/release-notes/1.9.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1694286&r1=1694285&r2=1694286&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Wed Aug  5 19:11:51 2015
@@ -839,8 +839,20 @@ It is equivalent to the old <tt>--strict
      title="Link to this section">&para;</a>
 </h4>
 
-<p>### TODO
-</p>
+<p>The new <tt>--trust-server-cert-failures</tt> option is intended to be used
+by scripts which for some reason must accept SSL certificates which fail
+validation for various reasons (e.g. expired certificates).</p>
+
+<p>If at all possible, fixing a certificate problem is preferable to using
+this option.</p>
+
+<p>The <tt>--trust-server-cert-failures</tt> option only works in conjunction with
+the <tt>--no-interactive</tt> option.</p>
+
+<p>Previous versions of Subversion in non-interactive mode could only ignore
+certificates with an unknown certificate authority, but expired or otherwise
+invalid SSL certificates could not be accepted.</p>
+
 </div> <!-- svn-trust -->