all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus with SSL on Windows 7
@ 2011-03-23  9:24 Deniz Dogan
  2011-03-23 10:29 ` Deniz Dogan
  0 siblings, 1 reply; 12+ messages in thread
From: Deniz Dogan @ 2011-03-23  9:24 UTC (permalink / raw)
  To: emacs-help

I'm trying to set up Gnus on a Windows 7 system.  I've come a

This is my entire Gnus configuration:

----

(require 'gnus)
(setq gnus-select-method '(nnimap "fripost"
                                  (nnimap-address "imap.fripost.org")
                                  (nnimap-server-port 993)
                                  (nnimap-stream ssl)))

----

I've installed OpenSSL 1.0.0 for Windows and customized the variable
`tls-program' as such:

----

'(tls-program ("C:/openssl-win32/bin/openssl.exe s_client -connect
%h:%p -no_ssl2 -ign_eof"))

----

I have my authentication credentials in ~/.authinfo.

When I do M-x gnus, Emacs connects and displays a few successful
messages in the echo area but then just hangs until I C-g.

This is the content of the buffer named
*nnimap imap.fripost.org 993  *nntpd**:

----

* OK Dovecot ready.^M

----

Then after a while this comes up:

----

* BYE Disconnected for inactivity.^M
 done^M
depth=0 CN = imap.fripost.org^M
verify error:num=20:unable to get local issuer certificate^M
verify return:1^M
depth=0 CN = imap.fripost.org^M
verify error:num=27:certificate not trusted^M
verify return:1^M
depth=0 CN = imap.fripost.org^M
verify error:num=21:unable to verify the first certificate^M
verify return:1^M
read:errno=0^M

Process *nnimap* finished

----

Note that the buffer of course doesn't contain the letters "^M", I
merely translated the "C-q C-m" character to avoid any encoding issues
that may or may not occur.

So any ideas what I'm doing wrong?

-- 
Deniz Dogan



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-03-25 14:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.4.1300872306.10512.help-gnu-emacs@gnu.org>
2011-03-23 16:25 ` Gnus with SSL on Windows 7 Ted Zlatanov
2011-03-23 19:06   ` Deniz Dogan
2011-03-24  4:00     ` Eli Zaretskii
2011-03-24  9:11       ` Deniz Dogan
2011-03-24 10:16         ` Eli Zaretskii
     [not found]       ` <mailman.6.1300958055.32450.help-gnu-emacs@gnu.org>
2011-03-24 16:55         ` Ted Zlatanov
2011-03-25  9:57           ` Deniz Dogan
2011-03-25 10:16             ` Eli Zaretskii
     [not found]           ` <mailman.7.1301047092.18729.help-gnu-emacs@gnu.org>
2011-03-25 14:56             ` Ted Zlatanov
     [not found]   ` <mailman.7.1300907200.786.help-gnu-emacs@gnu.org>
2011-03-23 20:37     ` Ted Zlatanov
2011-03-23  9:24 Deniz Dogan
2011-03-23 10:29 ` Deniz Dogan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.