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

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

Re: nntp and ssl


From: m. kolb
Subject: Re: nntp and ssl
Date: Thu, 20 Apr 2006 16:46:20 -0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (berkeley-unix)

Antoine Junod <antoine.junod@epfl.ch> writes:

> Hello,
>
> I was using gnus to read my mails (IMAP + SSL) and news (NNTP) without
> any problem until my news provider updated the news server. NNTP is no
> longer supported and I have to use NNTP over SSL.
>
> I've tried to change my conf as follow:
>
> (setq gnus-select-method'                                       (nntp
> "news.epfl.ch"
>
>            (nntp-open-connection-function nntp-open-ssl-stream)
>
>            (nntp-port-number)
>
>            (nntp-address "news.epfl.ch"))

When we changed to require SSL and authentication, I changed my
pertinent .gnus.el like this:

(add-hook 'nntp-server-opened-hook 'nntp-send-authinfo)

(setq gnus-select-method '(nntp "nntp.msu.edu"
      (nntp-open-connection-function
       nntp-open-ssl-stream)
      (nntp-port-number "nntps")
      (nntp-address "nntp.msu.edu")))


Best of luck,

./muk

-- 
m. kolb  <muk@msu.edu>


reply via email to

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