From owner-freebsd-questions@FreeBSD.ORG Thu Apr 3 10:51:48 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8F67287 for ; Thu, 3 Apr 2014 10:51:48 +0000 (UTC) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5684BB4D for ; Thu, 3 Apr 2014 10:51:48 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 8433E160B0F; Thu, 3 Apr 2014 17:51:38 +0700 (ICT) Authentication-Results: mail.cs.ait.ac.th (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=cs.ait.ac.th DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1396522297; x=1398336698; bh=sJhpNcmeI N2M8Vjqo6PYpu0fNSbJTBBAGDPzpS1hzG0=; b=k3jCSVn2OD5D4HdEoFUmujzdJ p882IqnfdzcZHnnZ/kjMaAFIFOkwQmEEvXaOgfjDet+AL2+VxN2+FOqLH1d6VJvD 2c+W+oo6oGhaJJtZ5czKLJknx1/JZ88VaX1VJlwHI0YrxepItlAigU1hMz81pyd8 ZdyE8oLWE72rJpL5aA= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id zXQUsdHDcl9U; Thu, 3 Apr 2014 17:51:37 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id D3068160B06; Thu, 3 Apr 2014 17:51:37 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.5/8.14.5/Submit) id s33Apb6x098649; Thu, 3 Apr 2014 17:51:37 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: Olivier Nicole Subject: Re: I broke courier-imap In-Reply-To: (message from Olivier Nicole on Thu, 3 Apr 2014 16:52:03 +0700) Date: Thu, 03 Apr 2014 17:51:37 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 10:51:48 -0000 Hi again, > After upgrading courier-imap, I cannot connect anymore: every time I > try starting TLS I get the error: I got it. It seems that for some unclear reason, courietls (or is that openssl) need a file dhparam, even when I am using RSA and not Diffie-Hellman... Go figure. Bests, Olivier --