<div dir="ltr">I&#39;ve observed this in both 3.3.x and 3.4.2 (ubuntu 12.04 x86_64)<div style><br></div><div style>-Jeff</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 26, 2013 at 2:43 PM, Balazs Scheidler <span dir="ltr">&lt;<a href="mailto:bazsi77@gmail.com" target="_blank">bazsi77@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Syslog-ng version?</p>
<p dir="ltr">IIRC there were related fixes in 3.4.</p>
<div class="gmail_quote"><div><div class="h5">On Jun 26, 2013 6:12 PM, &quot;Jeff Lange&quot; &lt;<a href="mailto:jlange6648@gmail.com" target="_blank">jlange6648@gmail.com</a>&gt; wrote:<br type="attribution"></div></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<div dir="ltr">I&#39;m attempting to setup a TCP IPv6 source declaration that uses TLS but syslog-ng is not happy with the configuration file. <div><br></div><div>The following is what I use for IPv4 and it works fine:<div>


<br></div><div><div>source s_tls</div><div>{</div><div>  syslog( ip(0.0.0.0) port(6514)</div><div>    transport( &quot;tls&quot; )</div><div>    tls (</div><div>      key_file(&quot;/srv/syslog-ng/certs/priv-key.pem&quot;)</div>


<div>      cert_file(&quot;/srv/syslog-ng/certs/id-cert.pem&quot;)</div><div>      ca_dir(&quot;/srv/syslog-ng/certs&quot;)</div><div>      cipher_suite(&quot;SHA256:!aNULL:!eNULL:!ECDH:!DSS&quot;)</div><div>    )</div><div>


   );</div><div>};</div><div><br></div></div><div>However the following is not valid:</div><div><br></div><div>source s_tls6 {<br></div><div><div>  syslog( ip(&quot;::&quot;) port(6515)</div><div>    transport( &quot;tls&quot; )</div>


<div>    tls (</div><div>      key_file(&quot;/srv/syslog-ng/certs/priv-key.pem&quot;)</div><div>      cert_file(&quot;/srv/syslog-ng/certs/id-cert.pem&quot;)</div><div>      ca_dir(&quot;/srv/syslog-ng/certs&quot;)</div>


<div>      cipher_suite(&quot;SHA256:!aNULL:!eNULL:!ECDH:!DSS&quot;)</div><div>    )</div><div>  );</div><div>};</div><div><br></div><div>I&#39;ve tried the ip with and without quotes with no luck. What am I doing wrong?</div>


<div><br></div><div>Thanks</div><div>-Jeff</div></div></div></div>
<br></div></div>______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
<br></blockquote></div>
<br>______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
<br></blockquote></div><br></div>