vmamidi commented on PR #9177: URL: https://github.com/apache/trafficserver/pull/9177#issuecomment-1306531946
> I think this is a good find. But the OpenSSL docs isn't very specific on whether the first cert needs to be added using `SSL_CTX_use_certificate`. Since it says (https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_use_certificate.html) "The rest of the certificates needed to form the complete certificate chain can be specified using the `SSL_CTX_add_extra_chain_cert` function". Could you confirm that all certs can be added to the chain using `SSL_CTX_add_extra_chain_cert`, including the first one? I do not think SSL_CTX_add_extra_chain_cert can add the first one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
