On Thu, May 01, 2014 at 02:37:59PM -0700, foxtrot wrote:

> However, we are unable to get
> both certificates to work at the same time.  If we load one of them first it
> works but the other will not load (fails).  We can't seem to understand why
> whichever SSL is the 2nd to be read fails.  Thoughts?  Ideas?

What do you mean by "at the same time".  Barring SNI, a single
server can have at most one private key + leaf certificate per algorithm:

    * One RSA certificate
    * One ECDSA certificate
    * One DSS certificate

Additional RSA leaf certificates cannot be loaded, you can only
load additional *chain* certificates (of issuing CAs).

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to