Welcome! Log In Create A New Profile

Advanced

OCSP_basic_verify() failed

January 09, 2013 04:27AM
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;

...
}
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: 176
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