Re: SSL without a unique IP address

1999-06-16 Thread Anonymous
Dave, your findings *are* right. You can let your costumer go to vservers.com and let give them a try. After all he will find out that something would not work as expected or they misunderstood something. Dave schrieb: > > Hi all, > > I want to verify what I understand regarding running SSL

Re: mod_ssl 2.3.3 probs...

1999-06-16 Thread Keith Chayer
Keith Chayer wrote: > Phil Tracy wrote: > > > Try starting with a fresh Apache src tree. You've probably used this src tree > > through at least a couple of older versions of mod_ssl. I think an earlier > > version of mod_ssl put some things in a different place than the current > > version exp

Re: Wrong behaviour with Netscape (2nd try)

1999-06-16 Thread Anonymous
Tim wrote: > > > Many things which were screwy in the SSL session cache went away when I > started using mm and the shared-memory cache. Of course, I'm not 100% > certain that I'm using it (mm) right yet. > That would be a solution as well, but mm only works on Linux for me and our Webservers

Re: mod_ssl 2.3.3 probs...

1999-06-16 Thread Anonymous
Phil Tracy wrote: > Try starting with a fresh Apache src tree. You've probably used this src tree > through at least a couple of older versions of mod_ssl. I think an earlier > version of mod_ssl put some things in a different place than the current > version expects to find them. However, the

Re: [BugDB] Seg Fault on SSL startup (PR#189)

1999-06-16 Thread Anonymous
I am using MM I have seen this error with and w/o MM. I installed mod_ssl with: ./configure --with-apache=../apache_1.3.6 --enable-rule=SSL_SDBM What am I doing wrong? s --On Wed, Jun 16, 1999 4:32 PM +0200 "Ralf S. Engelschall" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 16, 1999, Scott R. Ever

SSL without a unique IP address

1999-06-16 Thread Anonymous
Hi all, I want to verify what I understand regarding running SSL on a "HTTP 1.1" host. From what I have learned in this mailing list, and from my own experience, it is entirely IMPOSSIBLE to have SSL run on a virtual host which does not have an IP address different from another virtual host. Thi

Re: Wrong behaviour with Netscape (2nd try)

1999-06-16 Thread Anonymous
Holger Reif wrote: > > Another variation of the "put images under http" proposal. > Just puzt them into a separate directory that don't have > client certs presentation as requirement. Thus you don't > end up with possible "broken keys" (indicating no security) > or with undisplayed images ('caus

Re: No common encryption algorithims

1999-06-16 Thread Anonymous
After a bit more investigation, I found that I could start up s_server and the Netscape client could negotiate a common cipher, but with Apache built with the exact same openssl installation it could not. For example, running s_server with : s_server -accept 81 -debug -state When I connect to

Re: HELP WANTED: The OpenSA Project

1999-06-16 Thread Anonymous
Daniel Reichenbach wrote: > > Hy there, > > actually i`m building up a project called "The OpenSA Project". What is > OpenSA ? > Well, the goal of the project is to provide ready-to-use versions of all > those famous unix servers like apache (with all it`s modules like mod_ssl, > php3, etc.), bi

RE: [BugDB] Seg Fault on SSL startup (PR#189)

1999-06-16 Thread Anonymous
> any fixes for the Segfault problem? > it happens also on Slackware 3.6 and 4.0 which use glibc 2.07 > [GOMEZ Henri] Take a look a RPM built by Magnus Stenman for RH6.0. It incorpore pathes for glibc 2.1 which use include/db1. Also it use now mm lib. PS: If you build

Re: [BugDB] Seg Fault on SSL startup (PR#189)

1999-06-16 Thread Anonymous
On Wed, Jun 16, 1999, Scott R. Every wrote: > any fixes for the Segfault problem? > it happens also on Slackware 3.6 and 4.0 which use glibc 2.07 When it's related to the session cache, either use the shared memory variant with the help of EAPI/MM or use --enable-rule=SSL_SDBM to enable the buil

Re: Wrong behaviour with Netscape (2nd try)

1999-06-16 Thread Anonymous
On Wed, Jun 16, 1999, Holger Reif wrote: > [...] > Ralf, is there an easy way to display (or to dump) the actual > content of the session cache for debugging purposes? (Perhaps > even a feature to dump and reload like bind does with > zone files...) No, currently there isn't such a feature. Al

Re: mod_ssl 2.3.3 probs...

1999-06-16 Thread Anonymous
Try starting with a fresh Apache src tree. You've probably used this src tree through at least a couple of older versions of mod_ssl. I think an earlier version of mod_ssl put some things in a different place than the current version expects to find them. However, the current version of mod_ssl

Re: [BugDB] Seg Fault on SSL startup (PR#189)

1999-06-16 Thread Anonymous
any fixes for the Segfault problem? it happens also on Slackware 3.6 and 4.0 which use glibc 2.07 s --On Wed, Jun 16, 1999 9:44 AM +0100 Dick Porter <[EMAIL PROTECTED]> wrote: > On Tue, Jun 15, 1999 at 10:08:34PM +0200, [EMAIL PROTECTED] wrote: >> Full_Name: Carrie Coy >> Version: 2.2.8-1.3.6

Re: Mod_ssl under rh6

1999-06-16 Thread Anonymous
Not sure wether it help that you to post twice. Especially if this question was already answered! Check the mail archives which have nice search features and enjoy: http://www.mail-archive.com/modssl-users@modssl.org/msg02596.html Richard schrieb: > > I'm having trouble compiling mod_ssl on

Re: Wrong behaviour with Netscape (2nd try)

1999-06-16 Thread Anonymous
Another variation of the "put images under http" proposal. Just puzt them into a separate directory that don't have client certs presentation as requirement. Thus you don't end up with possible "broken keys" (indicating no security) or with undisplayed images ('cause they are unsecured). Regardi

Re: mod_ssl-2.3.1-1.3.6

1999-06-16 Thread Anonymous
On Tue, Jun 15, 1999, Hans Werner Strube wrote: > When httpd with SSL is "gracefully" restarted by the apachectl script (with > variable HTTPD extended by -D SSL), it says "graceful: httpmd gracefully > restarted" but httpd is not running any more. > The ErrorLog and SSLLog files contain: > [erro

Re: [BugDB] Seg Fault on SSL startup (PR#189)

1999-06-16 Thread Anonymous
[EMAIL PROTECTED] wrote: > > Full_Name: Carrie Coy > Version: 2.2.8-1.3.6 > OS: RedHat6.0/2.2.5-15 > Submission from: (NULL) (159.105.102.18) > > software versions: > apache 1.3.6 > mod_ssl 2.2.8-1.3.6 > openssl 0.9.2b > mod_perl 1.16 > > gdbm (via RPM) 1.7.3.-19. note: I discovered/usr/inclu

mod_ssl-2.3.1-1.3.6

1999-06-16 Thread Anonymous
When httpd with SSL is "gracefully" restarted by the apachectl script (with variable HTTPD extended by -D SSL), it says "graceful: httpmd gracefully restarted" but httpd is not running any more. The ErrorLog and SSLLog files contain: [error] mod_ssl: Init: (myserver:443) Ops, no RSA or DSA server

Mod_ssl under rh6

1999-06-16 Thread Richard
I'm having trouble compiling mod_ssl on a rh 6 box. I trying to install: apache 1.3.6 mod_ssl 2.3.3-1.3.6 open sll 0.9.3a php 3.0.9 Everything seems to be fine, up until I try to do a "make" in my apache directory. Then I get this error: ===> src/modules/ssl gcc -c -I../../os/unix -I../../in

mod_ssl 2.3.3 probs...

1999-06-16 Thread Richard
I'm having trouble compiling mod_ssl on a rh 6 box. I trying to install: apache 1.3.6 mod_ssl 2.3.3-1.3.6 open sll 0.9.3a php 3.0.9 Everything seems to be fine, up until I try to do a "make" in my apache directory. Then I get this error: ===> src/modules/ssl gcc -c -I../../os/unix -I../../in

HELP WANTED: The OpenSA Project

1999-06-16 Thread Anonymous
Hy there, actually i`m building up a project called "The OpenSA Project". What is OpenSA ? Well, the goal of the project is to provide ready-to-use versions of all those famous unix servers like apache (with all it`s modules like mod_ssl, php3, etc.), bind, sendmail, etc. Currently i`m searching

LDAP cert status check

1999-06-16 Thread Anonymous
I made some small changes in that procedure of the patch I sent, for LDAP client cert status check: /* * Giacob: ldap cert status check */ void ldap_check_hook(request_rec *r, X509 *xs, SSLSrvConfigRec *sc, conn_rec *conn) { RESPONSE_FILE *response = NULL; STRTBL *table; X509_NAME

Re: [BugDB] Seg Fault on SSL startup (PR#189)

1999-06-16 Thread Anonymous
On Tue, Jun 15, 1999 at 10:08:34PM +0200, [EMAIL PROTECTED] wrote: > Full_Name: Carrie Coy > Version: 2.2.8-1.3.6 > OS: RedHat6.0/2.2.5-15 ie glibc2.1 > Submission from: (NULL) (159.105.102.18) > > > gdbm (via RPM) 1.7.3.-19. note: I discovered/usr/include/ndbm.h > was missing during instal