Welcome! Log In Create A New Profile

Advanced

Re: OCSP, ssl_trusted_certificate, and ssl_stapling_verify

Maxim Dounin
March 05, 2014 11:32PM
Hello!

On Wed, Mar 05, 2014 at 11:49:24AM -0800, Scott Larson wrote:

> In setting up OCSP stapling on 1.5.10 I've found it behaving in a way
> which is opposite to what I perceive is documented. There it states that
> the contents of ssl_trusted_certificate are not sent to the client. However
> when I enable ssl_stapling_verify, which requires the inclusion of in this
> case the GeoTrust root certificate for the OCSP response to work, this root
> certificate is included in the response back to the client.
> Am I just interpreting the documentation incorrectly? It's not a dire
> issue, simply unexpected, and when including the root cert the SSL
> handshake increases from 4434 bytes to 5293.

The difference between ssl_trusted_certificate and
ssl_client_certificate is that latter is sent to a client in a
certificate request, in a list of distinguished names of accepted
certifcate authorities, see here:

http://tools.ietf.org/html/rfc5246#section-7.4.4

What you see is likely auto chain building as done by OpenSSL if
certificate chain isn't explicitly specified. It shouldn't happen
as long as there is at least one intermediate cert in
ssl_certificate file.

--
Maxim Dounin
http://nginx.org/

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

OCSP, ssl_trusted_certificate, and ssl_stapling_verify

Scott Larson March 05, 2014 02:50PM

Re: OCSP, ssl_trusted_certificate, and ssl_stapling_verify

Maxim Dounin March 05, 2014 11:32PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 250
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready