m. kolb wrote:
Antoine Junod <[EMAIL PROTECTED]> 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")))

hum, it freeze with the following line:

     Loading ssl...done

Any idea?
Thanks for your help.

-AJ
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to