https://bz.apache.org/bugzilla/show_bug.cgi?id=59438

--- Comment #3 from Yann Ylavic <[email protected]> ---
The issue seems to be that SSLOpenSSLConfCmd and
SSLCertificateFile/SSLCertificateKeyFile don't mix well with each other.

Could you try to use exclusively SSLOpenSSLConfCmd to configure your
certificate(s) file/key/info/dhparams?

Something like:

SSLOpenSSLConfCmd Certificate /path/to/server/cert/file
SSLOpenSSLConfCmd PrivateKey /path/to/server/cert/key
SSLOpenSSLConfCmd ServerInfoFile /path/to/server/info/file
SSLOpenSSLConfCmd DHParameters /path/to/dh/params/file (if any)

repeated for every certificate/info/dhparams you need to configure, and see if
it works?

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