HTTPS check
list Torsten Richter
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, 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. We use a self created certificate for this site. Regards Torsten - -- +---------------------------------------------------------+ | Richter IT-Consulting | | E-mail : user-c862b499d9fa@xymon.invalid | | | | Homepage: http://www.richter-it.net/ | +---------------------------------------------------------+ Download my public key from: http://www.keyserver.net:11371/pks/lookup?op=get&search=0x899093AC -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr1 (Windows 2000) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org iD8DBQFCi6GU7DlmxomQk6wRAlezAJ4z4YCWv9KL5SGl2zcIVsxZ099zSACgthQH 8XvUqdvWJjgRSWTma4qa3Rc= =MNBu -----END PGP SIGNATURE-----
list Henrik Størner
▸
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
list Torsten Richter
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Henrik, that was it. SSL support wasn't compiled in. But while running configure with --sslinclude and --ssllib I encountered another error. When running configure --help it says "--sslinclude DIRECTORY" but as parameter you took --sslinc. I don't know if this has already been fixed in v4.0.3 but I wanted to let you know. Regards Torsten
▸
Henrik Stoerner wrote: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
- -- +---------------------------------------------------------+ | Richter IT-Consulting | | E-mail : user-c862b499d9fa@xymon.invalid | | | | Homepage: http://www.richter-it.net/ | +---------------------------------------------------------+ Download my public key from: http://www.keyserver.net:11371/pks/lookup?op=get&search=0x899093AC -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr1 (Windows 2000) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org
iD8DBQFCjiK57DlmxomQk6wRAvEoAKDMnmN5hLiajy+k/xnyqQZdURgEtwCggoUX
Us9ZElatPI2wuVofYhonepo=
=8f9l
-----END PGP SIGNATURE-----
list Henrik Størner
▸
On Fri, May 20, 2005 at 07:47:38PM +0200, Torsten Richter wrote:
But while running configure with --sslinclude and --ssllib I encountered another error. When running configure --help it says "--sslinclude DIRECTORY" but as parameter you took --sslinc.
Well spotted - I've fixed that now (and for --ldapinclude as well). Thanks, Henrik