<div>Thanks Steffen. this indeed worked, i.e. I was able to start openSER just by splitting the flags to tls_require_client_certificate and tls_verify_client and tls_verify_server...Now will start using the tls...:)</div>
<div>Thanks..</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 12/27/06, <b class="gmail_sendername">Steffen Witt</b> &lt;<a href="mailto:witt.steffen@googlemail.com">witt.steffen@googlemail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello Ncheeku,<br><br>there are some syntax changes necessary in your config file:<br><br><a href="http://openser.org/dokuwiki/doku.php/install:1.0.x-to-1.1.x">
http://openser.org/dokuwiki/doku.php/install:1.0.x-to-1.1.x</a><br><br><br>This section reflects changes in configuration file format.<br>TLS<br><br>Note: the following text is based on current CVS+the TLS patch<br>(<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1477147&amp;group_id=139143&amp;atid=743022">
http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1477147&amp;group_id=139143&amp;atid=743022</a>)<br><br>&nbsp;&nbsp; *<br>&nbsp;&nbsp;&nbsp;&nbsp; &quot;tls_require_certificate&quot; was renamed to<br>&quot;tls_require_client_certificate&quot; to be more accurate and self
<br>explanatory<br>&nbsp;&nbsp; *<br>&nbsp;&nbsp;&nbsp;&nbsp; &quot;tls_verify&quot; was splitted into &quot;tls_verify_client&quot; and<br>&quot;tls_verify_server&quot; to set the verify policy indepdently for TLS<br>client and TLS server domains<br>
&nbsp;&nbsp; *<br>&nbsp;&nbsp;&nbsp;&nbsp; new parameter &quot;tls_client_domain_avp&quot; defines the AVP for AVP<br>based TLS client domain selection<br>&nbsp;&nbsp; *<br>&nbsp;&nbsp;&nbsp;&nbsp; parameter &quot;tls_domain&quot; was splitted into &quot;tls_client_domain&quot; and
<br>&quot;tls_server_domain&quot; to allow definition of TLS client and server<br>domains<br>&nbsp;&nbsp; *<br>&nbsp;&nbsp;&nbsp;&nbsp; &quot;tls_verify_client&quot;, &quot;tls_verify_server&quot; and<br>&quot;tls_require_client_certificate&quot; can be used inside the respective
<br>tls_xxxx_domain block to define the verify policy per TLS domain<br>&nbsp;&nbsp; *<br>&nbsp;&nbsp;&nbsp;&nbsp; &quot;tls_ciphers_list&quot; can be used inside the tls_xxxx_domain block<br>to specify the TLS method per TLS domain<br><br>For more details refer to the TLS README in tls/
<br><br><br>Hope it helps...<br><br><br>Best regards<br>Steffen<br><br><br><br><br>2006/12/27, Ncheeku Baranov &lt;<a href="mailto:opensersubscribe@gmail.com">opensersubscribe@gmail.com</a>&gt;:<br>&gt; Hi,<br>&gt;<br>&gt; I just compiled openSER with TLS support. I checked that TLS = 1 in the
<br>&gt; Makefile when I compiled openSER. Now when I try to uncomment the parameters<br>&gt; in the openser.cfg to enable the TLS support and restart openSER it does not<br>&gt; start (I am using openserctl start command to start openser). It gives an
<br>&gt; error saying ERROR:PID file /var/run/openser.pid does not exist -- OpenSER<br>&gt; start failed. I am using the following parameters in the openser.cfg file<br>&gt; for the TLS support:<br>&gt;<br>&gt; disable_tls = 0
<br>&gt; listen = tls:<a href="http://10.30.100.41:5061">10.30.100.41:5061</a><br>&gt; tls_verify = 1<br>&gt; tls_require_certificate = 0<br>&gt; tls_method = TLSv1<br>&gt; tls_certificate =<br>&gt; &quot;/usr/local/etc/openser/tls/user/user-
cert.pem&quot;<br>&gt; tls_private_key =<br>&gt; &quot;/usr/local/etc/openser/tls/user/user-privkey.pem&quot;<br>&gt; tls_ca_list =<br>&gt; &quot;usr/local/etc/openser/tls/user/user-calist.pem&quot;<br>&gt;<br>&gt; I have checked that all the paths are correct in defining the
<br>&gt; tls_certificate, tls_private_key and tls_ca_list.<br>&gt; I used the source tarball openser-1.1.0-tls_src.tar.gz for installing the<br>&gt; openser. Your help is much appreciated.<br>&gt;<br>&gt; Thanks<br>&gt; NCheeku
<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@openser.org">Users@openser.org</a><br>&gt; <a href="http://openser.org/cgi-bin/mailman/listinfo/users">
http://openser.org/cgi-bin/mailman/listinfo/users</a><br>&gt;<br>&gt;<br>&gt;<br></blockquote></div><br>