https://issues.apache.org/bugzilla/show_bug.cgi?id=54698

--- Comment #18 from Kaspar Brand <[email protected]> ---
(In reply to comment #17)
> below are my tests:
> 
> a) with encrypted (i.e. passphrase-protected) private key
> -> see attached log  proxy-error.log_cert-with-keypass
> -> I don't agree, apache didn't fail to start ... or did I mismix the keys
> ???

This is strange... you are using an encrypted key in the format shown in
comment 6, is that correct?

Are you sure that patch v2 applied cleanly? Specifically, in ssl_engine_init.c,
do lines 1054 ff. look like this?

        if (!inf->x509 || !inf->x_pkey || !inf->x_pkey->dec_pkey ||
            inf->enc_data) {
            sk_X509_INFO_free(sk);
            ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, s,
                         "incomplete client cert configured for SSL proxy "
                         "(missing or encrypted private key?)");

(note the line with "inf->enc_data")

-- 
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]

Reply via email to