Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1356 - development/main/central/site/src/docs/products/transit/properties/hosts

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1356 - development/main/central/site/src/docs/products/transit/properties/hosts
  • Date: Mon, 03 Jan 2005 13:33:29 +0100

Author: mcconnell
Date: Mon Jan 3 13:33:29 2005
New Revision: 1356

Modified:

development/main/central/site/src/docs/products/transit/properties/hosts/index.xml
Log:
Update the example hosts file and add a little more precision on the semantic
implicitions of trusted="true".

Modified:
development/main/central/site/src/docs/products/transit/properties/hosts/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/properties/hosts/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/properties/hosts/index.xml
Mon Jan 3 13:33:29 2005
@@ -76,6 +76,11 @@
<source><![CDATA[
<hosts>

+ <host dir="local/SNAPSHOT">
+ <priority>10</priority>
+ <trusted>true</trusted>
+ </host>
+
<host href="http://www.dpml.net/repository";>
<priority>20</priority>
</host>
@@ -108,7 +113,7 @@
</tr>
<tr>
<td>dpml.transit.resourcehost.enabled</td>
- <td>false</td>
+ <td>true</td>
<td>
If true, the remote host repository will be used. If false, it
will be skipped completely.
@@ -179,10 +184,9 @@
<td>dpml.transit.resourcehost.trusted</td>
<td>false</td>
<td>
- If true, the host is trusted. Currently, this is only used by
- https:// connections. If set to "true", then the SSL certificate
- chain does not need to end with a known CA root, and self-signed
- certificates can be used.
+ If true Transit shall assume that the host connection is trusted.
+ When set to "true" in conjunction with an https:// conection,
the
+ certificate chain of the host will be accepted unconditionally.
</td>
</tr>
<!--



  • svn commit: r1356 - development/main/central/site/src/docs/products/transit/properties/hosts, mcconnell, 01/03/2005

Archive powered by MHonArc 2.6.24.

Top of Page