
Hi: Thanks! I commented out the "Verify" option within the configuration file and restarted the application. I can use it POP3S & HTTPS with the Nokia & Sony-Ericsson mobiles fine now as well as Thunderbird. I will check with Outlook next. Window's mobile is complaining it can not create a SSL session however. I think it has to do with the public certificate I use in the mail host. Godaddy uses this two part public certificate and the Network Solutions is a single file. I am hoping in a new release of Stunnel, it can support a two part public certificate. Thanks again!!! Kevin
------------------------------
Message: 2 Date: Sun, 19 Oct 2008 21:17:29 -0700 (PDT) From: Algol Tradent <tradent@yahoo.com> Subject: Re: [stunnel-users] Version 4.26 and using to
secure IMAPS &
POP3 To: stunnel-users@mirt.net Message-ID: <710279.38955.qm@web62003.mail.re1.yahoo.com> Content-Type: text/plain; charset=us-ascii
Hello,
I think your problem is on your config file for the server. On your config file you have the following option
# Authentication stuff verify = 3
You probably don't want this option set. Because you are asking the client and the server to authenticate each other based on certificates... which I don;t think is the case here.
On your log file there is this line which is a good indicator of your problem.
routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate
I hope this helps