From owner-freebsd-net@FreeBSD.ORG Fri Aug 22 14:55:22 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01EFA61B for ; Fri, 22 Aug 2014 14:55:22 +0000 (UTC) Received: from mail.as41113.net (mail.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id C336B3B42 for ; Fri, 22 Aug 2014 14:55:20 +0000 (UTC) Received: from [172.21.87.41] (193.98.9.212.in-addr.arpa [212.9.98.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by mail.as41113.net (Postfix) with ESMTPSA id 3hflty5tpxz1NFXw for ; Fri, 22 Aug 2014 15:47:22 +0100 (BST) Message-ID: <53F757FC.3030006@rewt.org.uk> Date: Fri, 22 Aug 2014 15:47:24 +0100 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: relayd and tls Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2014 14:55:22 -0000 Hi chaps, I'm playing with relayd on 10.0-R but it appears that when I make a tls connection to a https listener the process handling the connection consumes 100% cpu and stalls, is this a known issue? I'm not doing any pf redirection or anything - simple listener that forwards to http Cheers, Joe