https://bz.apache.org/bugzilla/show_bug.cgi?id=57360
--- Comment #2 from Michael Herold <[email protected]> --- I only proposed 1. and 2. since I thought 3. might be complicated. However, all the tools required to do the necessary checks at configtest are in place. Currently, the certificate/key checks are done in ssl_init_server_certs which is called as post config hook (ap_hook_post_config). Probably, moving one part of this code to a check config hook (ap_hook_check_config) would solve the problem. However, the support of encrypted private keys makes this task non-trivial (at least for me). I would have to investigation further to see if this a real problem. -- 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]
