https://bz.apache.org/bugzilla/show_bug.cgi?id=63430
--- Comment #12 from Rainer Jung <[email protected]> --- The culprit really is r1855918. Originally in ssl_init_connection_ctx() when sslconn was not null, the function returned early without any changing anything. The new version always resets sslconn->dc. By adding some debug logging I can see, that ssl_init_connection_ctx() is run twice when doing a single curl test request. First it is called from mod_proxy via ap_proxy_ssl_engine and sets sslconn->dc from per_dir_config. But then it is called again frm hook_pre_connection and overwrites sslconn->dc from c->base_server->lookup_defaults, which has no client cert configured. Not sure how to proceed best. Yann or RĂ¼diger? Any hints? -- 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]
