The certificate files are both chained. Both have the Letsencrypt RSA
2048
X3 intermediate certificate at the end of the file.
The problem is:
Nginx returns this intermediate certificate twice when connecting via
https.
Regardless whether you connect via RSA client or ECDSA client.
On Tue, May 31, 2016 at 07:12:20AM -0400, mastercan wrote:
X3 intermediate certificate at the end of the file.
The problem is:
Nginx returns this intermediate certificate twice when connecting via https.
Regardless whether you connect via RSA client or ECDSA client.
Is this a bug? Or a configuration issue?
Only OpenSSL 1.0.2 and higher support separate chains for
different certificates. With older versions (including LibreSSL)
there is only one chain for all certificates, and all chained
certificates will be added to it. That is, if chains are the same
you have to leave only one of them.