Re: [Q] Using mod_ssl for e-commerce in the US

1999-10-13 Thread Dave Neuer
Server, $99 last I checked) to moderately expensive (C2Net's Stronghold, somewhere between $500 and $1000, IIRC). I'd suggest using one of those. Dave Neuer Software Engineer Futuristics Labs, Inc. www.futuristics.net -Original Message- From: David C. Snyder [EMAIL PROTECTED] To: [EMAIL

Re: Apache + mod_ssl exits cleanly on startup

1999-08-31 Thread Dave Neuer
(in the child section) and then attach to the child with gdb to see what's happening, if it is in fact dying before writing anything to the logs. Dave Neuer -Original Message- From: Graham Leggett [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tuesday, August 31, 1999 3:34 PM

Re: mod_ssl and servlets

1999-08-19 Thread Dave Neuer
Your applet itself would have to speak HTTPS. A socket connection opened from an applet does not go through the browser, it's a direct connection from the applet to some other communications endpoint. There is no tunneling in this case. Dave Neuer -Original Message- From: Thomas

Re: Permission.

1999-07-08 Thread Dave Neuer
simple fix (it seems to be just an incorrect #define in mod_ssl.h). Brian, are you using Linux? Which version? What libc? What distro? What version of modsssl? Dave Neuer -Original Message- From: Brian Schau [EMAIL PROTECTED] To: .L modssl [EMAIL PROTECTED] Date: Thursday, July 08, 1999 5

Re: ModSSL Breaks Apache

1999-05-24 Thread Dave Neuer
, how recently? One would have assumed that since RSADSI no longer distributes RSAREF, that they might not be willing to issue licenses under the RSAREF Commercial License Agreement, either. Any additional details that you can provide would be welcome. Dave Neuer -Original Message- From

Re: ModSSL Breaks Apache

1999-05-24 Thread Dave Neuer
Read section # 2 in Steve's post. Dave Neuer -Original Message- From: Adam D. McKenna [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, May 24, 1999 9:53 AM Subject: Re: ModSSL Breaks Apache From: Steve Kneizys [EMAIL PROTECTED] : 1. RSAREF is free

Re: ModSSL Breaks Apache

1999-05-21 Thread Dave Neuer
, but I wouldn't blithely discount the possibility, either. Dave Neuer __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

Re: ModSSL Breaks Apache

1999-05-21 Thread Dave Neuer
e seems to strongly suggest that all RSA is licensing you to use is *this, binary* implementation of the RSA algorithm -- nothing else. Dave Neuer __ Apache Interface to OpenSSL (mod_ssl)

Re: ModSSL Breaks Apache

1999-05-21 Thread Dave Neuer
It annoys everyone. Be sure to let the list know if it turns out that it is legal to use OpenSSL after purchasing RHSWS (as well as the source of this legal opinion). I'm sure all who subscribe to the list would be interested. Dave Neuer

Re: ModSSL Breaks Apache

1999-05-19 Thread Dave Neuer
You are using Linux w/ glibc 2.1, correct (RH 6.0, possibly)? You must change the mod_ssl.h header file to read #include db1/ndbm.h instead of #include ndbm.h. With glibc 2.1 systems, the location of ndbm.h has changed. Dave Neuer -Original Message- From: nreese [EMAIL PROTECTED

Re: configure:Error: No such module named 'ssl'

1999-05-17 Thread Dave Neuer
./configure ... --enable-module=ssl Dave Neuer -Original Message- From: Antoine Desrosiers [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, May 17, 1999 4:42 PM Subject: Re: configure:Error: No such module named 'ssl' hi again, i got a way around mod_ssl's

mod_ssl w/ BSAFE?

1999-04-28 Thread Dave Neuer
Has anyone out there tried using mod_ssl with RSA's BSAFE SSL-C? Anyone know how different the API is to SSLeay/OpenSSL? Dave Neuer Software Engineer Futuristics Labs, Inc. www.futuristics.net __ Apache Interface to OpenSSL