From owner-freebsd-questions@FreeBSD.ORG Fri Dec 1 11:40:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0F3E16A412 for ; Fri, 1 Dec 2006 11:40:04 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from recife.ipad.com.br (recife.ipadnet.com.br [200.249.204.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388BE43C9D for ; Fri, 1 Dec 2006 11:39:49 +0000 (GMT) (envelope-from mario.lobo@ipad.com.br) Received: from lobo.ipad.com.br ([192.168.64.1]) (authenticated bits=0) by recife.ipad.com.br (8.12.8/8.12.8) with ESMTP id kB1C8o6D007846 for ; Fri, 1 Dec 2006 09:08:50 -0300 From: Mario Lobo Organization: IPAD To: freebsd-questions@freebsd.org Date: Fri, 1 Dec 2006 11:45:27 +0000 User-Agent: KMail/1.9.4 References: <200611271741.26430.mario.lobo@ipad.com.br> <200611271215.30465.lane@joeandlane.com> <200611281047.41816.mario.lobo@ipad.com.br> In-Reply-To: <200611281047.41816.mario.lobo@ipad.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612011145.28480.mario.lobo@ipad.com.br> Subject: Re: Problem with https in konqueror - SOLVED 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: Fri, 01 Dec 2006 11:40:04 -0000 To recap, I did a portupgrade -aRrf and one of the consequences was ssl stopped working. I struggled through this one to get it working again. It was hard but I learned a very important lesson: [ to READ UPDATING thoroughly !!! ] <-- this can't be stressed enough Lane sugested this: > > rebuild and reinstall /usr/ports/x11/kdelibs3 and it should work. > It didn't. It has to be done but its not enough. In UPDATING I came across: ------------------------------------------ Just like KDE 3.4, KDE 3.5 does not play nice with openssl-0.9.8. In particular it breaks kwallet, some of the SSL handling in konqueror and SSL/TLS support in kmail/kontact. If you're using the openssl ports rather than the base-system openssl, make sure to use security/openssl-stable. You can put WITH_OPENSSL_STABLE=yes into /etc/make.conf to automatically make ports depend on that rather than on security/openssl. ------------------------------------------ and so I did, in the following order: 1) make & make (re)install security/openssl-stable 2) added WITH_OPENSSL_STABLE=yes into /etc/make.conf 3) make & make (re)install x11/kdelibs (so it can be re-linked with openssl-stable) 4) make & make (re)install x11/kdebase (so it can be re-linked with openssl-stable) If only kdelibs is rebuild, the ciphers WILL NOT show on the security configuration. Everything is back to normal now. Thanks to all that replied -- //| //| // |// | // // | // // |||||||| ---------------------- mario.lobo@ipad.com.br http://www.ipad.com.br (FreeBSD since 2.2.8 - 100% Rwindows-free)