Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Holger Sparr <holger.sparr@gmx.net>
To: info-gnus-english@gnu.org
Subject: imap and openssl on Windows
Date: Thu, 30 Sep 2010 15:49:52 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100930T174102-647@post.gmane.org> (raw)

Hi,

I have problems to read my mail:

.gnus.el

(setq gnus-secondary-select-methods '((nnimap "xxx"
                                      (nnimap-address "imap.server.de")
                                      (nnimap-server-port 993)
                                      (nnimap-authenticator login)
                                      (nnimap-stream ssl)))

There will be no server response to the imap command send.

*imap-log*

| * OK The Microsoft Exchange IMAP4 service is ready.
| 1 NOOP
| * BYE Connection is closed. 13
| done
| depth=2 C = DE, O = DFN-Verein, OU = DFN-PKI, CN = DFN-Verein PCA Global - G01
| verify error:num=20:unable to get local issuer certificate
| verify return:0
| read:errno=0
| 2 CAPABILITY

In contrast, connecting to the server via command line with cmdproxy.exe I get:

cmdproxy.exe "openssl s_client -connect imap.server.de:993"

| * OK The Microsoft Exchange IMAP4 service is ready.
| . noop
| . OK NOOP completed.
| . logout
| * BYE Microsoft Exchange Server 2007 IMAP4 server signing off.
| . OK LOGOUT completed.
| read:errno=0

I tried several settings for imap-client-eol and several addtitional flags for
openssl through imap-ssl-program.

Do you have any ideas?

Thanks in advance.

Holger Sparr

             reply	other threads:[~2010-09-30 15:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30 15:49 Holger Sparr [this message]
     [not found] <mailman.0.1285862152.4174.info-gnus-english@gnu.org>
2010-09-30 17:57 ` Lars Magne Ingebrigtsen

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=loom.20100930T174102-647@post.gmane.org \
    --to=holger.sparr@gmx.net \
    --cc=info-gnus-english@gnu.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).