[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] HTTPS check
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] HTTPS check
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Wed, 18 May 2005 22:30:26 +0200
- References: <428BA194.4090402@richter-it.net>
- User-agent: Mutt/1.5.6+20040907i
On Wed, May 18, 2005 at 10:12:04PM +0200, Torsten Richter wrote:
> I've set up a hobbit server 4.0.2 on a Debian system.
> Now I want to check if the web server is up and running.
> So I added http://servername and https://servername to the
> bb-hosts file but I get an 400 error (Bad Request) at the
> page for https.
Did you compile Hobbit with SSL support ? Try this:
$ /usr/lib/hobbit/server/bin/bbtest-net --version
bbtest-net version 4.0.3rc2
SSL library : OpenSSL 0.9.7e 25 Oct 2004
LDAP library: OpenLDAP 20130
Compile settings: MAXMSG=32768, BBDPORTNUMBER=1984
If you don't see the "SSL library : ..." line, you compiled
it without SSL support.
> We use a self created certificate for this site.
That shouldn't be a problem.
Henrik