From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 08:40:49 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 662C41B7 for ; Fri, 6 Feb 2015 08:40:49 +0000 (UTC) Received: from eu1sys200aog102.obsmtp.com (eu1sys200aog102.obsmtp.com [207.126.144.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A190DC03 for ; Fri, 6 Feb 2015 08:40:47 +0000 (UTC) Received: from mail-we0-f169.google.com ([74.125.82.169]) (using TLSv1) by eu1sys200aob102.postini.com ([207.126.147.11]) with SMTP ID DSNKVNR99Pxw3CojaX68hY1mrikeLeCeyveN@postini.com; Fri, 06 Feb 2015 08:40:48 UTC Received: by mail-we0-f169.google.com with SMTP id x3so8603413wes.0 for ; Fri, 06 Feb 2015 00:40:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=xE3g17edxvHObkyLvi5e6j4oHYXpSlM0mTqM4aD36u8=; b=cZAN5D9+fipjZonLSJBJJDOoI8khX3dGUVFoZ7u0EY6gy8bYTYhoQDehxbyf+h4DEg carGvxgoStxKn+kmh72+58TJRPP6/ihbjaO04cjvIaTsQsBb2l/95+44MkpL2pY4nRGK FMmkgclw+tyTsfCeSNGdEKnjPwI7rPtPJQw1T90l7sYRcAtwOSQLtFPUsZIcWxJPnPdA 3GNtiU0w+OMZG2L4rRwYDv8PdGLdxdFjTJPdk4AyC1p+P/1DbY5HuzdupoOR/d8YYJIx UsA0OtFM1B/VPswmwGUeE3EJZtIy7+5KPkUBLJJfyx03qoC1nPWnGgTnj765EOoXcz8j hb7Q== X-Gm-Message-State: ALoCoQlYyDNSYW5DRu30zfpNbSWkHQ2PlMJAl650qwyNgnWU0U2nLIl257Wp7GiHizVODVd7ABeuslCbzRR1y/B6za8+yidmclEpPa9LEGYGnHGpZpPkIo6iCoUczaw+k9P1IdDV9HXMR03zAaTKwTPvSgj9M109Th9bAezmQBxYl4u4c0eFpIg= X-Received: by 10.180.39.72 with SMTP id n8mr831329wik.59.1423212019984; Fri, 06 Feb 2015 00:40:19 -0800 (PST) X-Received: by 10.180.39.72 with SMTP id n8mr831312wik.59.1423212019834; Fri, 06 Feb 2015 00:40:19 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (misc-users-pat-19-131.isys.bris.ac.uk. [137.222.19.131]) by mx.google.com with ESMTPSA id e4sm2287082wjw.48.2015.02.06.00.40.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Feb 2015 00:40:19 -0800 (PST) Date: Fri, 06 Feb 2015 00:40:19 -0800 (PST) X-Google-Original-Date: Fri, 6 Feb 2015 08:40:17 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t168eHBR080610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 6 Feb 2015 08:40:17 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t168eHwT080609; Fri, 6 Feb 2015 08:40:17 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201502060840.t168eHwT080609@mech-as221.men.bris.ac.uk> To: kpneal@pobox.com, mexas@bris.ac.uk Subject: Re: newsreader connecting on port 563 Reply-To: mexas@bris.ac.uk In-Reply-To: <20150205181905.GB77244@neutralgood.org> Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:40:49 -0000 >From kpneal@pobox.com Thu Feb 5 19:28:26 2015 > >On Thu, Feb 05, 2015 at 07:58:19AM -0800, Anton Shterenlikht wrote: >> >From kpneal@pobox.com Thu Feb 5 15:18:31 2015 >> > >> >You'll need to use a newsreader that supports nntp over tls. >> >> Can you suggest one? >> >> Thanks > >A quick google of "slrn tls" shows that slrn is probably able to do it if >configured that way at compile time. You'll also need to take the other >suggestion of prefixing the server hostname with "snews://" (no quotes). >So try that prefix and it might work already. Yes, it does. Shame nn does not, I'm used to it. Thanks Anton