mod_ssl and servlets

1999-08-18 Thread Thomas Frankewitsch
hello, may be the wrong discussiion group, but only may be. After having compiled Apache for NT I tried to use ssl-connections between applets and servlets. It is possible to connect in the background from an applet via https to the servlet and get an valid response. I really wonder wether the c

Multiple Certs

1999-08-18 Thread Dan Young
Greets from Alaska, I'm running a Coblat RaQ2 with the RH Secured Server (v3.0) I have a handful of Virtual Domains hosted (IP Based) all using my certificate. I have 1 domain that has their own certificate and wants to place it on my server. When I add their Certificate and Key file in

Re: modssl vs. stunnel

1999-08-18 Thread Manuel Mollar
Michael Salmon wrote: I've recently installed stunnel and I planned to install mod-ssl but then I thought why bother when I can just use stunnel. Are there any advantages in using mod-ssl over using stunnel. /Michael __ Apache In

Re: SSL and the new Apache 1.3.7 mod_vhost_alias?

1999-08-18 Thread Ben Laurie
"Ralf S. Engelschall" wrote: > > On Tue, Aug 17, 1999, Ben Laurie wrote: > > > > > I've checked through your ideas and it seems to me that they could be > > > > made to work with Apache-SSL (and hence, probably, mod_ssl), so long as > > > > the keys don't have passphrases. > > > > > > > > The po

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

Re: [BugDB] Segmentation faults during config file reprocessing when using mod_define (PR#265)

1999-08-18 Thread modssl-bugdb
On Wed, Aug 18, 1999, [EMAIL PROTECTED] wrote: > Full_Name: Mic Kaczmarczik > Version: 2.3.11 > OS: Digital Unix 4.0b > Submission from: itchy.cc.utexas.edu (128.83.40.9) > > [...] > The updated mod_define in 2.3.11 uses static variables tDefines and > bOnceSeenADefine to cache state between rew