Is it possible to deliver a chain certificate in the SSL handshake? #3319
-
For In other webserver implementation it is possible to add a separate chain file or/and append the intermediate to the server certificate. I use the OpenSSL backend. Is this a bug or simply not implemented? If not implemented do you consider to implement this feature? I think it is a very common setup and best practice for CA's. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi Jürgen, |
Beta Was this translation helpful? Give feedback.
It would be great if mongoose support sending a chain. This will improve compatibility and such a chain is very common and considered as best practice.
Importing the intermediate certificate is not a good solution, as they are rotatet more frequent than the root ca.