Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 1999 20:58:26 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Kris Kedzierski" <kris@activetech.net>, "FreeBSD-ISP List" <FreeBSD-ISP@FreeBSD.ORG>
Subject:   Re:  Apache-fp crypto problem
Message-ID:  <001601bebde5$0cf50fe0$8dfee0d1@westbend.net>
References:  <022001bebdd7$ff0ccd80$0ac951d1@activetech.net>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Kris Kedzierski <kris@activetech.net>
> I was just reading on Apache-fp and FreeBSD and everywhere i look there is
a
> notion of crypto problems with that.  Did anyone run into this?  If so how
> did you fix it, and is there a problem at all?
> Setup:
> Apache-fp 1.3.3
> FreeBSD 2.2.8
>
The problem with the FrontPage extensions is that Microsoft or RTR compiled
the extensions statically with a DES enabled libcrypto.  When you install
the FrontPage Extensions on to a FreeBSD system with out the DES libraries
installed, you will not be able to access the web pages from the FrontPage
client.  Because the apache server doesn't know how to decipher the DES
encrypted password in order to allow access.

The only way to correct this problem is to download and install the DES
libraries from:

US & Canada
    http://ftp.freebsd.org/pub/FreeBSD/2.2.8-RELEASE/des

International
    http://internat.freebsd.org/pub/FreeBSD/2.2.8-RELEASE/des

The files you will need are des.a* and the install.sh file, you'll need to
comment out, or remove the line for Kerberos (krb) in the install.sh file.

Or if you use CVSup add:

src-crypto
src-secure

to your cvsupfile.  Then use "make update" to update the source tree, and
finally rebuild the sources (buildworld & installworld).

Scot



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001601bebde5$0cf50fe0$8dfee0d1>