From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37222 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: secnews.netscape.com? Date: Sun, 29 Jul 2001 01:16:02 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172674 12703 80.91.224.250 (21 Oct 2002 03:57:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:57:54 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 1731 invoked from network); 28 Jul 2001 23:14:53 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 28 Jul 2001 23:14:53 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated) by dolk.extundo.com (8.11.3/8.11.3) with ESMTP id f6SNF1w12665; Sun, 29 Jul 2001 01:15:01 +0200 Original-To: Amos Gouaux In-Reply-To: (Amos Gouaux's message of "Sat, 28 Jul 2001 18:02:43 -0500") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Original-Lines: 25 Xref: main.gmane.org gmane.emacs.gnus.general:37222 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37222 Amos Gouaux writes: >sj> The SSL stuff in nntp.el seem to be written for old OpenSSL, and you >sj> have a new one. Can you simply remove the line and see if it works? >sj> I don't think nntp.el should mess with internal ssl variables unless >sj> it's required. E.g.: > >sj> --- nntp.el.~6.8.~ Sun May 6 02:15:22 2001 >sj> +++ nntp.el Wed May 9 21:28:48 2001 >sj> @@ -920,8 +920,7 @@ >sj> (open-network-stream "nntpd" buffer nntp-address nntp-port-number)) > >sj> (defun nntp-open-ssl-stream (buffer) >sj> - (let* ((ssl-program-arguments '("-connect" (concat host ":" service))) >sj> - (proc (open-ssl-stream "nntpd" buffer nntp-address nntp-port-number))) >sj> + (let ((proc (open-ssl-stream "nntpd" buffer nntp-address nntp-port-number))) >sj> (save-excursion >sj> (set-buffer buffer) >sj> (nntp-wait-for-string "^\r*20[01]") > > Looks like this hasn't been applied yet, at least looking at > gnus-CURRENT-20010728 from ftp.gnus.org. I think we got distracted > by the subsequent problem with imap-ssl (which was fixed). I've committed it -- I hope it doesn't break NNTPS for anyone.