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
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
[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
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
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
> 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
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
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
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
"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
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
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)
{
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
13 matches
Mail list logo