info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnutls, gmail, imap, and windows7


From: Terrence Brannon
Subject: Re: gnutls, gmail, imap, and windows7
Date: Wed, 20 Apr 2011 11:25:19 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Just following up on my issue. I found changed my gnus.el so that nnimap-stream
is tls instead of ssl. The gnutls connection is 'successful' but then connection
imap.gmail.com is not.

=== .gnus.el

(setq gnus-select-method '(nnimap "gmail"
                                  (nnimap-address "imap.gmail.com")
                                  (nnimap-server-port 993)
                                  (nnimap-stream tls)))

=== *Messages*

For information about GNU Emacs and the GNU system, type C-h C-a.
imap: Connecting to imap.gmail.com...
Opening TLS connection to `imap.gmail.com'...
Opening TLS connection with `gnutls-cli -p 993 imap.gmail.com'...done
imap: Connecting to imap.gmail.com...failed
Unable to open server nnimap+gmail, go offline? (y or n) 
Please answer y or n.  Unable to open server nnimap+gmail, go offline? (y or n) 
nnimap (gmail) open error: 'nil'.  Continue? (y or n) 
Couldn't open server on gmail
Mark set

=== Manual shell execution

c:\Programs\emacs-23.2\bin>gnutls-cli -p 993 imap.gmail.com
gnutls-cli -p 993 imap.gmail.com
Resolving 'imap.gmail.com'...
Connecting to '74.125.47.109:993'...
- Certificate type: X.509
 - Got a certificate list of 2 certificates.
 - Certificate[0] info:
  - subject `C=US,ST=California,L=Mountain View,O=Google Inc,CN=imap.gmail.com',
issuer `C=US,O=Google Inc,CN=Google Internet Authority', RSA key 1024 bits,
signed using RSA-SHA1, activated `2011-02-16 04:43:04 UTC', expires `2012-02-16
04:53:04 UTC', SHA-1 fingerprint `c969b712918818ed839d98b781411f9be51c0571'
 - Certificate[1] info:
  - subject `C=US,O=Google Inc,CN=Google Internet Authority', issuer
`C=US,O=Equifax,OU=Equifax Secure Certificate Authority', RSA key 1024 bits,
signed using RSA-SHA1, activated `2009-06-08 20:43:27 UTC', expires `2013-06-07
19:43:27 UTC', SHA-1 fingerprint `dd7a7f131ddba33d3e8670179483e6fea6987d6a'
- The hostname in the certificate matches 'imap.gmail.com'.
- Peer's certificate issuer is unknown
- Peer's certificate is NOT trusted
- Version: TLS1.0
- Key Exchange: RSA
- Cipher: ARCFOUR-128
- MAC: SHA1
- Compression: NULL
- Handshake was completed

- Simple Client Mode:

* OK Gimap ready for requests from 98.64.24.23 b25if961224anb.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]