From owner-freebsd-ports@freebsd.org Wed Apr 20 11:16:39 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E87DEB15918; Wed, 20 Apr 2016 11:16:39 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E9B6F1509; Wed, 20 Apr 2016 11:16:38 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA01520; Wed, 20 Apr 2016 14:16:35 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1asq7X-00056U-D9; Wed, 20 Apr 2016 14:16:35 +0300 To: gnome@FreeBSD.org Cc: ports From: Andriy Gapon Subject: xchat vs freenode Message-ID: Date: Wed, 20 Apr 2016 14:15:59 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 11:16:40 -0000 It seems that most of FreeNode servers now reject SSLv3. They simply reset a TCP connection after Client Hello message with that protocol. xchat appears to be hardcoded to use SSLv3, so it now has a trouble connecting to the FreeNode servers with SSL enabled. Here are some bug reports describing the problem for Linux distributions: https://bugs.launchpad.net/ubuntu/+source/xchat-gnome/+bug/1381484 https://bugzilla.redhat.com/show_bug.cgi?id=1091544 This patch seems to fix the issue for me: https://bugzilla.redhat.com/attachment.cgi?id=889894&action=diff -- Andriy Gapon