[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mpop-users] Connecting to pop3 server fails with 'unknown protocol' error by SSL routine
Hello,
I have cross-compiled mpop to run on an Marvell XScale ARM9 platform.
with limited busybox fs
When I try to connect to the GMail POP server it mpop returns with a
unknown protocol header.
I'm lost at this point...
Does anyone have a clue what's going wrong here?
Thanks
root@...29...:/mpop/bin# mpop --serverinfo --host=pop.gmail.com
--port=995 --tls=on --tls-starttls=off --tls-certcheck=on
--tls-trust-file=/mpop/bin/trust.cer
mpop: TLS handshake failed: error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
root@...29...:/mpop/bin# mpop --serverinfo --host=pop.gmail.com
--port=995 --tls=on --tls-starttls=off --tls-certcheck=off
mpop: TLS handshake failed: error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
root@...29...:/mpop/bin#
running without TLS:
root@...29...:/mpop/bin# mpop --serverinfo --host=pop.gmail.com
--port=995 --tls=off --tls-starttls=off --tls-certcheck=off
POP3 server at pop.gmail.com (ey-in-f111.1e100.net [74.125.79.111]), port 995:
Gpop ready for requests from 77.61.204.202 5pf3201148eyh.17
POP3 capabilities:
CAPA:
Support for the CAPA command (get list of capabilities)
UIDL:
Support for the UIDL command (get unique mail identifiers)
LOGIN-DELAY 300:
minimum time between logins is 300 seconds = 5.00 minutes
EXPIRE 0:
this POP3 server will not keep mails
AUTH:
Supported authentication methods:
USER
RESP-CODES:
Server error messages in square brackets have a special meaning
This server might advertise more or other capabilities
after successful authentication.