Re: [AOLSERVER] nsopenssl crash

2004-05-10 Thread Torben Brosten
Scott Goodwin, FYI, Here is another 'assertion md_c[1] == md_count[1] failed:' with similar conditions that caused server to crash. (domain and ip numbers filtered) I suspect triggered from an http post from a search form in a https connection.. Torben n.n.n.n - - [10/May/2004:19:44:32 +]

Re: [AOLSERVER] nsopenssl crash

2004-05-10 Thread Scott Goodwin
Thanks. Will attempt to recreate next week. I'm currently on vacation in Florida :) /s. On May 10, 2004, at 11:53 PM, Torben Brosten wrote: Scott Goodwin, FYI, Here is another 'assertion md_c[1] == md_count[1] failed:' with similar conditions that caused server to crash. (domain and ip numbers

Re: [AOLSERVER] nsopenssl crash

2004-05-03 Thread Scott Goodwin
Torben, excellent information -- duplicating the problem is 90% of the battle and the info you've given here may be enough for me to do so. thanks, /s. On May 2, 2004, at 12:50 AM, Torben Brosten wrote: Scott, Not sure if you solved this. I came across similar error conditions, apparently the

Re: [AOLSERVER] nsopenssl crash

2004-04-23 Thread Scott Goodwin
Turn on the Trace param for nsopenssl and look in the logs. I'll bet the handshake is still failing, but because of something else. Also, send me (directly) the relevant portion of your nsd.tcl file so I can review your settings (remove any sensitive info). /s. On Apr 22, 2004, at 10:23 PM,

[AOLSERVER] nsopenssl crash

2004-04-22 Thread William Scott Jordan
It seems like I pop on this list every 3 or 4 months with an nsopenssl question. Not wanting to break with tradition, I have a situation that has me stumped. I'm trying to install aolserver and nsopenssl on Redhat 7.3 with OpenSSL 0.9.7d, which was compiled with thread support. Everything seems

Re: [AOLSERVER] nsopenssl crash

2004-04-22 Thread Scott Goodwin
Looks like problem between RH 7.3 and OpenSSL 0.9.7d. Ensure that your LD_LIBRARY_PATH is set appropriately to point to our compiled version of OpenSSL libs before starting AOLserver; you might be picking up the system's SSL libs. If that doesn't work, follow the same build procedure using earlier

Re: [AOLSERVER] nsopenssl crash

2004-04-22 Thread William Scott Jordan
Hi Scott, I'm using AOLserver 3.5.6 and nsopenssl 2.1a. I tried Andrew's recommendation of exporting the library path, but that didn't help. So I tried installing an older version of OpenSSL and recompiling everything with that, but that didn't help either. I'm still getting the same error

Re: [AOLSERVER] nsopenssl crash

2004-04-22 Thread William Scott Jordan
Okay, so I'm a moron. When I compiled OpenSSL, I hadn't included the shared tag so the shared libraries weren't being built. I've done that now, though, but I'm still having trouble. Now secure pages don't load at all. It looks like the transaction starts, but no data is sent. I've tried both