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

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

Re: Connection fails


From: Edward M. Reingold
Subject: Re: Connection fails
Date: 28 Aug 2009 17:01:58 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

>>>>> "TZ" == Ted Zlatanov <tzz@lifelogs.com> writes:

    TZ> It looks like the connection works.  The last line is a NNTP data
    TZ> line.  Now try the same command from inside Gnus, see the
    TZ> nntp-open-connection function.  I don't have access to this server so
    TZ> I can't check what's blocking you, you'll have to do a bit of
    TZ> debugging.  Basically use (debug "step X") statements in the code to
    TZ> see where it blocks.

Perhaps the problem is in my .emacs settings; the passwords are set
correctly. I know, because I can read the groups in Thunderbird.  I am still
baffled.  News reading from the primary site (news.acm.uiuc.edu) works
perfectly; it's the secondary one that fails:

(setq nntp-ssl-program "/usr/local/ssl/bin/openssl s_client -quiet -ssl3 
-connect %s:%p")
(setq gnus-select-method '(nntp "news.acm.uiuc.edu"))
(setq nntp-authinfo-user "reingold")
(setq nntp-authinfo-password "XXXXXXXX")
(setq gnus-secondary-select-methods
      '((nntp "news.cs.illinois.edu"
              (nntp-open-connection-function nntp-open-ssl-stream)
              (nntp-port-number 563)
              (nntp-address "news.cs.illinois.edu")
              (nntp-authinfo-user "reingold")
              (nntp-authinfo-password "XXXXXXXXXXXXXXXX"))))

(setq gnus-signature-file nil)
(setq gnus-nntp-service nil)
(setq gnus-your-organization "Illinois Institute of Technology")
(setq gnus-default-article-saver 'gnus-summary-save-in-folder)
(setq gnus-auto-select-first nil)
(setq gnus-auto-center-subject t)
(setq gnus-mail-reply-method 'gnus-mail-reply-using-mhe)
(setq gnus-mail-other-window-method 'gnus-mail-other-window-using-mhe)
(setq nntp-maximum-request 1)
(setq gnus-subject-lines-height 5)
(setq gnus-auto-select-lines 40)
(setq gnus-Startup-hook '(lambda nil (switch-to-buffer "*Newsgroup*")))
(setq gnus-subscribe-newsgroup-method
      (function
       (lambda (newsgroup)
         (gnus-subscribe-newsgroup newsgroup)
         (gnus-kill-newsgroup newsgroup))))
-- 

Professor Edward M. Reingold                Email: reingold@iit.edu
Department of Computer Science              Voice: (312) 567-3309
Illinois Institute of Technology            Fax:   (312) 567-5067
Stuart Building, 228F
10 West 31st Street
Chicago, IL  60616-3729  U.S.A.


reply via email to

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