From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7127 Path: news.gmane.org!not-for-mail From: Antoine Junod Newsgroups: gmane.emacs.gnus.user Subject: Re: nntp and ssl Date: Fri, 21 Apr 2006 09:54:40 +0200 Message-ID: <1145601943_119@sicinfo3.epfl.ch> References: <1144867725_618@sicinfo3.epfl.ch> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145605247 7179 80.91.229.2 (21 Apr 2006 07:40:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Apr 2006 07:40:47 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Apr 21 09:40:46 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWqFx-0003PV-4e for gegu-info-gnus-english@m.gmane.org; Fri, 21 Apr 2006 09:40:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWqFw-0007DE-Hs for gegu-info-gnus-english@m.gmane.org; Fri, 21 Apr 2006 03:40:44 -0400 Original-Lines: 53 Original-NNTP-Posting-Host: 62.203.15.44 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!news-zh.switch.ch!switch.ch!sicinfo3.epfl.ch!sicinfo3.epfl.ch!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Authenticated-User: anjunod Original-X-Trace: sicinfo3.epfl.ch 1145601943 62.203.15.44 (21 Apr 2006 08:45:43 0200) User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77309 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7127 Archived-At: m. kolb wrote: > Antoine Junod 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