Hello, I have a collectd 4.3 server which uses a "network" section that 
looks like this:<br><br>    &lt;Listen &quot;10.4.15.132&quot;&gt;<br>        
SecurityLevel Encrypt<br>        AuthFile authfile<br>    
&lt;/Listen&gt;<br>
<br>This works with collectd 4.3 clients.  I am using a new client that&#39;s running a newer ubuntu distro, so collectd 4.6.3 is what&#39;s installed, and I 
can&#39;t figure out how to configure the network section.  The daemon 
complains that the &quot;Network&quot; plugin does not support the options I&#39;ve 
specified:<br>
<br>&lt;Plugin network&gt;<br>    Username theusername<br>    Password 
thepassword<br>    SecurityLevel Encrypt<br>    Server &quot;myservername&quot;<br>&lt;/Plugin&gt;<br><br>It
 appears that in 4.7, the configuration has changed so that it should be
 as follows:<br>
<br>&lt;Plugin network&gt;<br>    &lt;Server &quot;myservername&quot;&gt;<br>       
 Username &quot;theusername&quot;<br>        Password &quot;thepassword&quot;<br>        
SecurityLevel &quot;Encrypt&quot;<br>    &lt;/Server&gt;<br>
&lt;/Plugin&gt;<br><br>But this does not work either.  Is it possible 
that the encrypted networking option was removed for one or more 
versions?  Is it possible to make collectd 4.6.3 talk to a 
collectd server with encrypted communications?  The docs imply that there was no encryption support before 4.7, but this is obviously false.<br><br>
<br>