Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Re: new (?) version of the old nnml problem
Date: Fri, 20 Oct 2017 09:11:33 -0700	[thread overview]
Message-ID: <87wp3piytm.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <86376d24n7.fsf@zoho.com>

Emanuel Berg <moasen@zoho.com> writes:

> Eric Abrahamsen wrote:
>
>> Maybe confirm that POP access works from the
>> command line first?
>>
>> https://unix.stackexchange.com/questions/201818/checking-pop-mail-account-using-terminal
>
> Error according to socat, works with openssl.
>
> test-zoho () {
>     local server=pop.zoho.com
>     local port=995
>     socat - OPENSSL:${server}:${port}
>     echo "socat done"
>     openssl s_client -quiet -connect ${server}:${port}
>     echo "openssl done"
> }
>
> $ test-zoho
>
>     2017/10/20 17:54:09 socat[29967] E SSL_connect(): error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
>     socat done
>     depth=2 C = US, O = "thawte, Inc.", OU = Certification Services Division, OU = "(c) 2006 thawte, Inc. - For authorized use only", CN = thawte Primary Root CA
>     verify return:1
>     depth=1 C = US, O = "thawte, Inc.", OU = Domain Validated SSL, CN = thawte DV SSL CA - G2
>     verify return:1
>     depth=0 CN = *.zoho.com
>     verify return:1
>     +OK POP3 mx.zohomail.com v1.0 server ready <10427.1508514850321@mx.zohomail.com>
>     user XYZ
>     +OK
>     pass ABC
>     +OK
>     quit
>     +OK mx.zohomail.com Service closing transmission channel
>     openssl done

Unfortunately I don't know too much about tls, and will be of limited
help here, but my guess is there's something slightly wrong with the
pop.zoho.com certificate, something that openssl is letting slide, but
socat and gnutls aren't happy about.

I really don't know much about these issues, though, so hopefully
someone else will jump in...

Eric




  reply	other threads:[~2017-10-20 16:11 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20 14:27 Emanuel Berg
2017-10-20 14:42 ` Emanuel Berg
2017-10-20 14:51   ` Emanuel Berg
2017-10-20 15:38     ` Eric Abrahamsen
2017-10-20 15:46       ` Emanuel Berg
2017-10-20 15:48       ` Emanuel Berg
2017-10-20 16:08         ` Eric Abrahamsen
2017-10-20 17:11           ` Emanuel Berg
2017-10-20 17:36             ` Eric Abrahamsen
2017-10-20 15:57       ` Emanuel Berg
2017-10-20 16:11         ` Eric Abrahamsen [this message]
2017-10-20 17:12           ` Emanuel Berg
2017-10-20 17:45             ` Eric Abrahamsen
2017-10-20 18:40               ` Emanuel Berg
2017-10-20 21:20                 ` Eric Abrahamsen
2017-10-21  8:53                   ` Emanuel Berg
2017-10-23  5:51                   ` Emanuel Berg
2017-10-23 15:32                     ` Eric Abrahamsen
2017-10-23 18:31                       ` Emanuel Berg
2017-10-23 19:17                         ` Adam Sjøgren
2017-10-25 15:36                           ` Emanuel Berg
2017-10-25 19:02                             ` Eric Abrahamsen
2017-10-25 19:41                               ` Emanuel Berg
2017-10-25 21:22                                 ` Eric Abrahamsen
2017-10-26 17:17                                   ` Emanuel Berg
2017-10-26 22:55                                     ` Eric Abrahamsen
2017-11-06 15:49                                     ` Ted Zlatanov
2017-11-06 16:11                                     ` Robert Pluim
2017-11-06 16:20                                       ` Adam Sjøgren
2017-11-06 16:32                                         ` Robert Pluim
2017-11-07 23:53                                         ` Emanuel Berg
2017-11-08  0:28                                           ` Emanuel Berg
2017-10-23 22:33                         ` Eric Abrahamsen
2017-10-24 18:45                           ` Emanuel Berg
2017-10-20 15:44     ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wp3piytm.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).