My application uses a mod_perl fixup handler to connect to an external service to determine user authorization via client PKI certificate.
I suggest adding the following at ssl_engine_kernel.c:1333 ssl_hook_Fixup(r); Does that make sense, or am I missing something? I can’t use FakeBasicAuth because I don’t control the external service that I’m calling. Thanks! |