On Wed, May 4, 2011 at 17:50, Hardy Griech <nt...@mardys.de> wrote:
> Sorry, my fault.  I focused on ssl_proxy_enable() which is not called in my
> case.  ssl_engine_disable() does the job.
>
> So my problem is hopefully solved.
>
> Disadvantage of this solution is, that mod_ssl and mod_gnutls cannot be
> loaded simultaneously.

I think you can work around this by chaining the optional functions.

In your pre_config hook, look up and store the mod_ssl functions, then
register your own. Your functions do their thing when it's mod_gnutls
handling the connection and delegate to their mod_ssl counterparts
otherwise.

Reply via email to