[Bug 221950] www/nghttp2 OCSP Stapling error when checking certificates

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 31 03:37:21 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221950

            Bug ID: 221950
           Summary: www/nghttp2 OCSP Stapling error when checking
                    certificates
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: robbelics at gmail.com
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

When running nghttpx as a front end proxy and OCSP Stapling is attempted, an
error "ocsp query command for /../../cert.pem failed: error=0, rstatus=100,
status=1" This happens because a Python script,
/usr/local/share/nghttpx/fetch-ocsp-response, is executed to check ssl
certificates.

The problem: the script is missing the #!/usr/bin/env on the first line of the
file. 

The fix: I do not know how to create a portable version but inserting
'#!/usr/bin/env python2.7' on the first line removed the erros and OCSP
stapling is working for me now.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list