> To be honest, I don't know if "ssl" gets set in the other
> contexts. I don't
> think so. I haven't found it, but of course that doesn't mean it isn't
> there. I know it DOES get set for the client->ctx. If you
> want to look at
> it, it gets set in the ssl_hook_NewConnection function of
> ssl_engine_kernel.c. That function gets invoked from the
> new_connection
> function in http_main.c (not directly, it's one of the new_connection
> hooks). I have not found any documentation that explicitly lists the
> settings in the different contexts for mod-ssl (although give
> a pat on the
> back to Ralf, because it is extremely well documented.)
>
> Sorry, that's all I know. Hope it helps.
It did. On examining the code in more detail, it seems that your solution
is the only one that would work. It appears that "ssl" is never set on the
request_rec or conn_rec's ctx.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]