https://bz.apache.org/bugzilla/show_bug.cgi?id=63256
--- Comment #18 from Yann Ylavic <[email protected]> --- Created attachment 36488 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36488&action=edit mod_proxy to reset SSL dir config on connection reuse I think that the issue is the scope of sslconn->dc, when it's based off r->per_dir_config it's also destroyed with the request, so we need to reset it on connection reuse in mod_proxy. Does this patch work for you Martin? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
