Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 19:24:28 +0800 (MYT)
From:      Dinesh Nair <dinesh@alphaque.com>
To:        freebsd-stable@freebsd.org
Cc:        will@freebsd.org
Subject:   Re: kde-2.1/freebsd 4.3beta/konqueror and openssl
Message-ID:  <Pine.BSF.4.21.0103151922420.42566-100000@prophet.alphaque.com>
In-Reply-To: <Pine.BSF.4.21.0103151423470.42566-100000@prophet.alphaque.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 15 Mar 2001, Dinesh Nair wrote:

> base problem is i cant get konqueror to make https: connections. following
> the faq at www.konqueror.org, i explicitly included --with-ssl in
> /usr/ports/x11/kdelibs2/Makefile and /usr/ports/x11/kdebase2/Makefile and
> rebuilt and reinstalled both kdelibs2 and kdebase2, in that order.

fixed this. libssl was trying to read /dev/urandom, but this was
originally set as mode 0600 with root as the owner, so it silently
died. chmod go+r /dev/urandom and https: on konqueror works like a charm.

now question is if openssl is reading /dev/urandom instead of /dev/random
or if the perms on /dev/urandom were wrong to begin with.

--dinesh


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103151922420.42566-100000>