Welcome! Log In Create A New Profile

Advanced

Re: OCSP_basic_verify() failed

Maxim Dounin
January 09, 2013 04:48AM
Hello!

On Wed, Jan 09, 2013 at 04:27:12AM -0500, philipp wrote:

> I tried nginx 1.3.10 with ocsp stapling... but I get this error:
>
> 2013/01/09 09:14:52 [error] 27663#0: OCSP_basic_verify() failed (SSL:
> error:27069065:OCSP routines:OCSP_basic_verify:certificate verify
> error:Verify error:unable to get local issuer certificate) while requesting
> certificate status, responder: ocsp.startssl.com
>
> my config looks lile this
>
> server {
> listen [::]:443 ssl spdy;
>
> ssl on;
> ssl_certificate /etc/ssl/private/www.hellmi.de.pem;
> ssl_certificate_key /etc/ssl/private/www.hellmi.de.key;
>
> ## OCSP Stapling
> resolver 127.0.0.1;
> ssl_stapling on;
> ssl_stapling_verify on;
>
> server_name www.hellmi.de;
>
> ...
> }

http://nginx.org/r/ssl_stapling_verify

Quote:

For verification to work, the certificate of the issuer of the
server certificate, the root certificate, and all intermediate
certificates should be configured as trusted using the
ssl_trusted_certificate directive.


--
Maxim Dounin
http://nginx.com/support.html

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

OCSP_basic_verify() failed

philipp January 09, 2013 04:27AM

Re: OCSP_basic_verify() failed

Maxim Dounin January 09, 2013 04:48AM

Re: OCSP_basic_verify() failed

philipp January 09, 2013 05:02AM

Re: OCSP_basic_verify() failed

Maxim Dounin January 11, 2013 09:50AM

Re: OCSP_basic_verify() failed

philipp January 14, 2013 03:23AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 279
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