<div>Hi all,</div>
<div>I'm trying to test openset TLS feature with windows messenger.</div>
<div>&nbsp;</div>
<div>I setup openser on Debian Linux and modified the openser.cfg and openssl.cnf as required by the TLS faq and docs at <a href="http://openser.org">openser.org</a>. </div>
<div>&nbsp;</div>
<div>When I try to sign in using windows messenger I got the following message from OpenSer: &quot;tls-accept: Error in SSL:&quot; At the same time windows messenger gives the following error messenger; &quot;There was a problem verifying the certificate from the server .....&quot; 
</div>
<div>&nbsp;</div>
<div>Here is an excerpt from my openser.cfg -</div>
<div>&nbsp;</div>
<div>disable_tls = 0</div>
<div>listen = tls:<a href="http://192.168.0.128:5061">192.168.0.128:5061</a></div>
<div>tls_verify = 0</div>
<div>tls_require_certificate = 0</div>
<div>tls_method = TLSv1 ( I also tried SSLv23 )</div>
<div>tls_certificate = &quot;/usr/local/etc/openser/tls/sipsrv_rootCA/sipsrv01/cert.pem&quot;</div>
<div>
<div>tls_private_key = &quot;/usr/local/etc/openser/tls/sipsrv_rootCA/sipsrv01/privkey.pem&quot;</div></div>
<div>
<div>tls_ca_list = &quot;/usr/local/etc/openser/tls/sipsrv_rootCA/sipsrv01/calist.pem&quot;</div>
<div>&nbsp;</div>
<div>and&nbsp;an excerpt from my openssl.cnf</div>
<div>&nbsp;</div>
<div>dir = &quot;/usr/local/etc/openser/tls/sipsrv_rootCA/demoCA&quot;</div>
<div>certs = $dir/certs</div>
<div>crl_dir = $dir/crl</div>
<div>database = $dir/index.txt</div>
<div>new_certs_dir = $dir/newcerts</div>
<div>certificate = $dir/cacert.pem</div>
<div>serial = $dir/serial</div>
<div>crl = $dir/crl.pem</div>
<div>&nbsp;</div>
<div>I also used the existing certificates that come with openser-tls package. It resulted the same. </div>
<div>&nbsp;</div>
<div>Any suggestion or guidance is appreciated, thanks.</div>
<div>&nbsp;</div>
<div>-Cagri Koksal</div>
<div>&nbsp;</div></div>