Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: using ssl news servers
       [not found] <3f6761be@andromeda.datanet.hu>
@ 2005-07-18 15:36 ` Anne & Lynn Wheeler
  2005-07-19 15:23   ` Anne & Lynn Wheeler
  0 siblings, 1 reply; 3+ messages in thread
From: Anne & Lynn Wheeler @ 2005-07-18 15:36 UTC (permalink / raw)



my news server reguires userid/password to connect.

if i use:

(setq gnus-select-method 
      '(nntp "news.xxxx.xxx"
;       (nntp-open-connection-function nntp-open-ssl-stream)
;       (nntp-port-number "563")
        (nntp-address "news.xxxx.xxx")
))

it reads news and for posts ... it says posting with nntp

(setq gnus-select-method 
      '(nntp "news.xxxx.xxx"
        (nntp-open-connection-function nntp-open-ssl-stream)
        (nntp-port-number "563")
        (nntp-address "news.xxxx.xxx")
))

if reads news fine ... but for posts ... it just hangs forever.

mozilla/thunderbird configured for ssl/563 reads news and posts just
fine.

-- 
Anne & Lynn Wheeler | http://www.garlic.com/~lynn/


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

* Re: using ssl news servers
  2005-07-18 15:36 ` using ssl news servers Anne & Lynn Wheeler
@ 2005-07-19 15:23   ` Anne & Lynn Wheeler
  2005-07-19 15:35     ` Anne & Lynn Wheeler
  0 siblings, 1 reply; 3+ messages in thread
From: Anne & Lynn Wheeler @ 2005-07-19 15:23 UTC (permalink / raw)


Anne & Lynn Wheeler wrote:
> mozilla/thunderbird configured for ssl/563 reads news and posts just
> fine.

watching the mozilla/thunderbird messages ...  they appear to be using
smtp to post rather than nntp

gnus does nttp postings which works (on this service) with standard
nttp/119 ... but apparently isn't supported for nntps/563.


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

* Re: using ssl news servers
  2005-07-19 15:23   ` Anne & Lynn Wheeler
@ 2005-07-19 15:35     ` Anne & Lynn Wheeler
  0 siblings, 0 replies; 3+ messages in thread
From: Anne & Lynn Wheeler @ 2005-07-19 15:35 UTC (permalink / raw)


Anne & Lynn Wheeler wrote:
 > watching the mozilla/thunderbird messages ...  they appear to be using
> smtp to post rather than nntp
> 
> gnus does nttp postings which works (on this service) with standard
> nttp/119 ... but apparently isn't supported for nntps/563.

and with a little more testing ... it appears that in some cases the
post actually gets out in nttps/563 case (with nntp-open-ssl-stream) ...
it is just that gnus/emacs hangs (forever) waiting for some sort of
completion and emacs has to be killed (and the openssl process goes into
solid compute loop ... and openssl process has to be killed).


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

end of thread, other threads:[~2005-07-19 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3f6761be@andromeda.datanet.hu>
2005-07-18 15:36 ` using ssl news servers Anne & Lynn Wheeler
2005-07-19 15:23   ` Anne & Lynn Wheeler
2005-07-19 15:35     ` Anne & Lynn Wheeler

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).