Re: Connection fails

2009-10-12 Thread Ted Zlatanov
On 17 Sep 2009 09:49:55 -0500 reing...@emr.cs.iit.edu (Edward M. Reingold) wrote: EMR Indeed, that server is defined in my .emacs and is not EMR editable. Here is what I have in the .emacs: EMR (setq nntp-ssl-program /usr/local/ssl/bin/openssl s_client -quiet -ssl3 -connect %s:%p) EMR (setq

Re: Connection fails

2009-09-17 Thread Edward M. Reingold
TZ == Ted Zlatanov t...@lifelogs.com writes: TZ Method 2: TZ If you can't edit the server, it's probably defined in your Lisp TZ configuration as a primary or secondary, so you need to make the TZ changes there. The manual examples use Lisp code so you should be TZ able to

Re: Connection fails

2009-09-14 Thread Ted Zlatanov
On 10 Sep 2009 14:40:46 -0500 reing...@emr.cs.iit.edu (Edward M. Reingold) wrote: TZ == Ted Zlatanov t...@lifelogs.com writes: EMR (setq gnus-newsrc-alist '((nntp+news.cs.illinois.edu:cs.announce 3 EMR ((1 . 904)) nil nntp:news.cs.illinois.edu;) EMR (nntp+news.cs.illinois.edu:cs.general 3 ((1

Re: Connection fails

2009-09-10 Thread Edward M. Reingold
TZ == Ted Zlatanov t...@lifelogs.com writes: EMR (setq gnus-newsrc-alist '((nntp+news.cs.illinois.edu:cs.announce 3 EMR ((1 . 904)) nil nntp:news.cs.illinois.edu;) EMR (nntp+news.cs.illinois.edu:cs.general 3 ((1 . 5237)) nil EMR nntp:news.cs.illinois.edu;) EMR

Re: Connection fails

2009-09-09 Thread Ted Zlatanov
On 28 Aug 2009 10:58:37 -0500 reing...@emr.cs.iit.edu (Edward M. Reingold) wrote: TZ == Ted Zlatanov t...@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

Re: Connection fails

2009-08-28 Thread Ted Zlatanov
On 26 Aug 2009 11:08:40 -0500 reing...@emr.cs.iit.edu (Edward M. Reingold) wrote: TZ == Ted Zlatanov t...@lifelogs.com writes: TZ Looks to me like you need to test nntp-ssl-program: TZ nntp-ssl-program is a variable defined in `nntp.el'. Its value is TZ openssl s_client -quiet -ssl3 -connect

Re: Connection fails

2009-08-28 Thread Edward M. Reingold
TZ == Ted Zlatanov t...@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

Re: Connection fails

2009-08-28 Thread Edward M. Reingold
TZ == Ted Zlatanov t...@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

Re: Connection fails

2009-08-28 Thread notbob
On 2009-08-28, Edward M. Reingold reing...@emr.cs.iit.edu wrote: 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

Re: Connection fails

2009-08-26 Thread Edward M. Reingold
TZ == Ted Zlatanov t...@lifelogs.com writes: TZ Looks to me like you need to test nntp-ssl-program: TZ nntp-ssl-program is a variable defined in `nntp.el'. Its value is TZ openssl s_client -quiet -ssl3 -connect %s:%p Thanks! I get the following gobbly-gook that I do not

Connection fails

2009-08-20 Thread Edward M. Reingold
The following fails (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)

Re: Connection fails

2009-08-20 Thread Ted Zlatanov
On 18 Aug 2009 14:34:10 -0500 reing...@emr.cs.iit.edu (Edward M. Reingold) wrote: EMR The following fails EMR (setq gnus-secondary-select-methods EMR '((nntp news.cs.illinois.edu EMR (nntp-open-connection-function nntp-open-ssl-stream) EMR (nntp-port-number