<div>Hi All,</div>
<div> </div>
<div>I am trying to have a setup where stunnel acts as a client to a server which requires client-Authentication. </div>
<div> </div>
<div>This is the snapshot of my stunnel.conf</div>
<div> </div>
<div>
<p># Sample stunnel configuration file<br># Copyright by Michal Trojnara 2002</p>
<p>setuid = nobody<br>setgid = nobody<br>output = /etc/stunnel/out<br>cert = /etc/stunnel/rtca-client.pem<br>key = /etc/stunnel/rtca-<a href="http://client.ky">client.ky</a><br></p>
<p># Authentication stuff<br>verify = 2<br># don't forget about c_rehash CApath<br># it is located inside chroot jail:<br>#CApath = /certs<br># or simply use CAfile instead:<br>CAfile = /etc/stunnel/rtca.pem<br><br>ciphers = DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DES-CBC3-MD5:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:IDEA-CBC-SHA:IDEA-CBC-MD5:RC2-CBC-MD5:DHE-DSS-RC4-SHA:RC4-SHA:RC4-MD5:RC4-MD5:RC4-64-MD5:EXP1024-DHE-DSS-DES-CBC-SHA:EXP1024-DES-CBC-SHA:EXP1024-RC2-CBC-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:DES-CBC-MD5:EXP1024-DHE-DSS-RC4-SHA:EXP1024-RC4-SHA:EXP1024-RC4-MD5:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC2-CBC-MD5:EXP-RC4-MD5:EXP-RC4-MD5
<br># Some debugging stuff<br>debug = 7<br>output = /etc/stunnel/stunnel.log</p>
<p># Use it for client mode<br>client = yes<br></p>
<p> </p>
<p>when I try to connect to the server, I am seeing that Stunnel is sending an empty certificate..which is making my server to reject connections. </p>
<p>Can someone please help me out??</p>
<p>Thanks in Advance</p>
<p>Ravi Gowda</p>
<p> </p></div>
<div> </div>