Hi, ---- On Sunday, 21 Jan 2016 23:17:23 +0800 Tomasz Buchert <[email protected]> wrote ---- > Can you tell me how it fails exactly and under which configuration?
The relevent log entry: > [WARN] shrpx.cc:1879 --fetch-ocsp-response-file: > /usr/share/nghttp2/fetch-ocsp-response not found. OCSP stapling has been > disabled. appears each time nghttpx starts. Configuration (minimal): ============= frontend=0.0.0.0,443 backend=polipo,8123 http2-proxy=yes private-key-file=/etc/certs/privkey.pem certificate-file=/etc/certs/fullchain.pem ============= I am running nghttpx in front of polipo to provide a secure proxy. Best regards, sopium

