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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to