[warn] (45)Deadlock situation detected/avoided: Failed to acquire SSL session cache lock

2007-05-08 Thread Brian Hayward
Any suggestions on the above warning? This happens quite a bit under very heavy load. We use shmcb cache (512000). Thanks, Brian Hayward __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mai

RE: SSL Session cache and IDs

2002-03-26 Thread Bray, Mike
interest. Mike Bray -Original Message- From: Bray, Mike Sent: Tuesday, March 26, 2002 8:09 AM To: '[EMAIL PROTECTED]' Subject: RE: SSL Session cache and IDs Thanks all for the replies. I have done some experimenting with a SSLCachetimeout of 15s. Even though I can send a request

RE: SSL Session cache and IDs

2002-03-25 Thread Bray, Mike
[EMAIL PROTECTED] Subject: Re: SSL Session cache and IDs On Mon, 25 Mar 2002, Mads Toftum wrote: > The defaults are nokeepalive IIRC - if that affects the session, then > shouldn't it cut the session short even after the initial request? nokeepalive doesn't really imply no sessi

Re: SSL Session cache and IDs

2002-03-25 Thread Cliff Woolley
On Mon, 25 Mar 2002, Mads Toftum wrote: > The defaults are nokeepalive IIRC - if that affects the session, then > shouldn't it cut the session short even after the initial request? nokeepalive doesn't really imply no session caching at all... that's not exactly what I meant to say. What I was t

Re: SSL Session cache and IDs

2002-03-25 Thread Mads Toftum
On Mon, Mar 25, 2002 at 02:21:12PM -0500, Cliff Woolley wrote: > > > On Mon, Mar 25, 2002 at 05:47:04PM -, Bray, Mike wrote: > > > Can anyone help by explaining how the session cache works? We have a web > > > site supported by two servers using a content switch to load balance. > > > > and

Re: SSL Session cache and IDs

2002-03-25 Thread Cliff Woolley
> On Mon, Mar 25, 2002 at 05:47:04PM -, Bray, Mike wrote: > > Can anyone help by explaining how the session cache works? We have a web > > site supported by two servers using a content switch to load balance. > > and you're absolutely sure that it is not hte client that has requested > a new

Re: SSL Session cache and IDs

2002-03-25 Thread Mads Toftum
On Mon, Mar 25, 2002 at 05:47:04PM -, Bray, Mike wrote: > Can anyone help by explaining how the session cache works? We have a web > site supported by two servers using a content switch to load balance. The > content switch goes sticky on SSL id. We are discovering that when two > people us

SSL Session cache and IDs

2002-03-25 Thread Bray, Mike
Can anyone help by explaining how the session cache works? We have a web site supported by two servers using a content switch to load balance. The content switch goes sticky on SSL id. We are discovering that when two people use SSL at the same time that towards the end of the SSL session the c

SSL Session Cache

2002-03-01 Thread Roger
I run the following command: openssl s_client -connect www.mysite.com:443 and below is the end of the output: New, TLSv1/SSLv3, Cipher is EDH-RSA-DES-CBC3-SHA Server public key is 1024 bit SSL-Session: Protocol : TLSv1 Cipher: EDH-RSA-DES-CBC3-SHA Session-ID: Session-ID

Re: EAPI hook to get SSL session cache data

1999-08-21 Thread tvaughan
"Ralf S. Engelschall" <[EMAIL PROTECTED]> writes: > What do you mean by "first time" and "subsequent calls", Tom? Do you mean > really subsequent calls in the same HTTP request processing step or calls in > different HTTP requests? At least I think that the ssl_scache_retrieve > function call sh

Re: EAPI hook to get SSL session cache data

1999-08-18 Thread Ralf S. Engelschall
On Tue, Aug 17, 1999, [EMAIL PROTECTED] wrote: > [...] > SSL_SESSION *ssl_scache_lookup(const conn_rec *c) > { > SSL *ssl; > SSL_SESSION *pSession; > > ssl = ap_ctx_get(c->client->ctx, "ssl"); > if (ssl == NULL) > return NULL; > > pSession = SSL_get_session(ssl); > i

EAPI hook to get SSL session cache data

1999-08-17 Thread tvaughan
First, this is only for my own edification. This is not (necessarily) something I want to see put into mod_ssl. But what would an EAPI hook have to look like in order to return the SSL session data? I currently have something that looks like: SSL_SESSION *ssl_scache_lookup(const conn_rec *c) {

[BugDB] SSL Session Cache write errors (PR#101)

1999-02-08 Thread bugdb-mod-ssl
Full_Name: Ilya Obshadko Version: 2.1.3 OS: FreeBSD 2.2.6 Submission from: ws-206.zhurnal.ru (195.91.166.206) I've seen a discussion of the problem here. But there is some additions. 1) I've faced this problem only when I use mod_ssl as DSO; 2) When file permissions are set incorrectly, mod_s