From owner-freebsd-ports@freebsd.org Wed Aug 24 13:38:34 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 90DB9BC453A for ; Wed, 24 Aug 2016 13:38:34 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5479E18CE for ; Wed, 24 Aug 2016 13:38:34 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-185-17-205-177.dynamic.mnet-online.de [185.17.205.177]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 2D62953127C for ; Wed, 24 Aug 2016 15:38:31 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 2D62953127C Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1472045911; bh=u5NM0OIccYTUL2R3E6lIY9i525sMj5Q76FXiS1kYy6Y=; h=Subject:To:References:From:Date:In-Reply-To; b=ph1tDIIfwBlZl+kgQTc1xwYhK/bAvbuBHByNrvSwizX+x2Q1vs/l7uyHxK0akHpug qhct76y/7pV0xKGDwRy8vY8PghJxJf++wK9D1fvl/XLWVp9PhXCSWuCj5vUjlbHF30 GaB9veWkSsuXSgxa4DLED7+FOE6DspZqTb3sS78s= Received: from [192.168.0.151] (aftr-185-17-205-177.dynamic.mnet-online.de [185.17.205.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 9FA24533413 for ; Wed, 24 Aug 2016 15:38:30 +0200 (CEST) Subject: Re: problem with net-mgmt/icinga2 upgrading from 2.4.10 to 2.5.1 (r420729) To: freebsd-ports@freebsd.org References: <20160824130312.Horde.aNkO2TDZxNItpxbrQ7XGgv1@turing.b2n.org> <20160824143624.Horde.NT5BqEyKUiBNepU_sfAxcJs@turing.b2n.org> <20160824130153.GY18643@e-new.0x20.net> <20160824131205.GZ18643@e-new.0x20.net> From: Matthias Fechner Message-ID: Date: Wed, 24 Aug 2016 15:38:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160824131205.GZ18643@e-new.0x20.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 13:38:34 -0000 Dear all, Am 24.08.2016 um 15:12 schrieb Lars Engels: > I do not have *ssl from ports installed, so Icinga 2 uses the SSL > version from base. That's why it works for me. I face the exact same problem. I think SSL is required if you want to talk to icinga installation on other hosts? I personally require SSL from ports as the base SSL cannot do alpn. But as the old 2.4.10 version worked fine with SSL port from ports, there must be a change upstream that breaks compatibility with OpenSSL 1.0.2h? Gru=C3=9F Matthias --=20 "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook