[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: setting up tls/ssl over qpopper
- To: Ishai Parasol <ishai-iglu(at-nospam)parasol.org.il>
- Subject: Re: setting up tls/ssl over qpopper
- From: Ilya Konstantinov <linux-il(at-nospam)future.shiny.co.il>
- Date: Sat, 29 Sep 2001 15:44:55 +0200
- Cc: Linux - IL Mailing List <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <002d01c148dd$e2725300$0201a8c0@parasol>
- References: <002d01c148dd$e2725300$0201a8c0@parasol>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.3.19i
On Sat, Sep 29, 2001 at 01:57:16PM +0200, Ishai Parasol wrote:
> Hi,
>
> I used openssl Ca.pl tool to sign my own certificate and then I added it to
> the original req file (as described in the qpopper manual) but when I try to
> login with Outlook Express with ssl I get from the server log:
> "(null) at 192.168.x.x (192.168.x.x): -ERR POP EOF or I/O Error".
> All the results of my searches in the manuals and google were not connected
> to the ssl thing but without the ssl I manage to login and get my mail with
> no
> problem.
> Do you have any idea what can it be ? (my tls/ssl support in the config file
> is set to stls, uses port 110 for ssl and regular logins).
The same port both for SSL and non-SSL connections? Weird. The usual
configuration is to use port 995 for SSL-ed POP3 and 110 for regular
POP3.
Do you manage to connect to the SSL POP3 server with stunnel?
stunnel -c -r SERVER:110 -f
Then replace the port 110 with 995 and try again.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il