As an exercise to see if I made simple typos, I compared my httpd.conf
against a known working httpd.conf and saw no difference. I also had another
set of eyes look it over. Nothing noticed, I can post if need be.

I'm left thinking there is something incorrect in the method in which I
built mod_ssl. I used the info and instructions from;

http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL

I did this for two reasons, one RTFM is good. Two, I've built so many
Apache/PHP sets I was afraid overconfidence would cause me to miss something
if I didn't go step by step. I used method B, the "flexible APACI-only way".

mod_ssl was built with a simple;

./configure \
"--with-apache=../apache_1.3.12-ssl" \
"--with-ssl=../openssl-0.9.6" \
"--with-mm=../mm-1.1.3" \
"--enable-rule=SSL_SDBM" \
"--enable-shared=ssl" \
"--disable-rule=SSL_COMPAT" \
"--prefix=/usr/local/apache" \

I'm looking to see what I can test on the CL to verify my openssl install is
correct.

DAve

on 6/1/01 8:57 AM, DAve Goodrich at [EMAIL PROTECTED] wrote:

> Troubleshooting I can sink my teeth into.....
> 
> on 5/31/01 2:12 PM, Mads Toftum at [EMAIL PROTECTED] wrote:
> 
>> On Thu, May 31, 2001 at 10:56:04AM -0700, DAve Goodrich wrote:
>>> Current update on this problem;
>>> 
>>> I've been sniffing the TCP stream while logging in with Netscape/PC and
>>> Netscape/Mac. Interestingly the Mac version appears to load three objects
>>> (images) and then wait for 18 seconds. Then load another three objects and
>>> again wait 18 seconds. Etc etc etc.....
>> 
>> Hmmm - what is your SSLSessionCache set to?
> 
> <IfModule mod_ssl.c>
> SSLPassPhraseDialog  builtin
> SSLSessionCache         dbm:/tmp/ssl_scache
> SSLSessionCacheTimeout  300
> SSLMutex  file:/tmp/ssl_mutex
> SSLRandomSeed startup file:/dev/urandom 512
> #SSLRandomSeed startup builtin
> SSLRandomSeed connect file:/dev/urandom 512
> #SSLRandomSeed connect builtin
> SSLLog      /usr/local/apache/logs/ssl_engine_log
> SSLLogLevel trace
> #SSLLogLevel info
> </IfModule>
> 
> 
> 
>> And when looking at your Apache
>> logs, does it show session cache hits or misses?
> 
> This is my only mention of "Session" in the logs. From "ssl_engine_log";
> 
> [31/May/2001 09:20:58 02358] [trace] Inter-Process Session Cache:
> request=SET status=OK
> id=36ED0D71FB6E54389AAFD21BC519884910C3F958A165E431C19B9EAFB550C671
> timeout=299s (session caching)
> 
> 
>> In Netscape under
>> "Security/Passwords/Netscape will ask for this Password:"
>> what is it set to?
> 
> Choice #1 "The first time your certificate is needed"
> 
> Interestingly Marcel Erkens let me hit against his ssl server (I came from
> 216.122.43.219 if you want to check your logs) and Netscape worked
> perfectly. This confirms it is something in the setup or configuration of my
> machines.
> 
> Still digging....
> 
> DAve

--
Dave Goodrich
Director of Interface Development
Reality Based Learning Company
9521 NE Willows Road, Suite 100
Redmond, WA 98052 
Toll Free 1-877-869-6603 ext. 237
Fax (425) 558-5655 
[EMAIL PROTECTED] 
http://www.rblc.com


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to