From owner-freebsd-questions@FreeBSD.ORG Wed Oct 7 15:30:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4518E1065698 for ; Wed, 7 Oct 2009 15:30:31 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout019.mac.com (asmtpout019.mac.com [17.148.16.94]) by mx1.freebsd.org (Postfix) with ESMTP id 31B6E8FC14 for ; Wed, 7 Oct 2009 15:30:30 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from [10.152.145.197] (72-165-115-225.dia.static.qwest.net [72.165.115.225]) by asmtp019.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KR500AEDHQ9NR60@asmtp019.mac.com> for freebsd-questions@freebsd.org; Wed, 07 Oct 2009 08:30:12 -0700 (PDT) Message-id: From: Chuck Swiger To: David Southwell In-reply-to: <200910071611.35468.david@vizion2000.net> Date: Wed, 07 Oct 2009 08:30:09 -0700 References: <200910071611.35468.david@vizion2000.net> X-Mailer: Apple Mail (2.936) Cc: freebsd-questions@freebsd.org Subject: Re: Apache server imap.so ssl_once_only_init error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 15:30:31 -0000 Hi-- On Oct 7, 2009, at 8:11 AM, David Southwell wrote: > [Wed Oct 07 16:03:17 2009] [warn] RSA server certificate is a CA > certificate > (BasicConstraints: CA == TRUE !?) > [Wed Oct 07 16:03:18 2009] [warn] RSA server certificate is a CA > certificate > (BasicConstraints: CA == TRUE !?) > /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined > symbol > "ssl_onceonlyinit" At a guess, you are trying to use self-signed certificates, and you generated a CA certificate to sign them, but are trying to use that CA cert directly instead of creating a new x.509 keypair, CSR, and signing that with your CA cert or have a Verisign, enTrust, openca.org, etc. Regards, -- -Chuck