You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/11/13 14:50:11 UTC

[Bug 55774] New: ab: optionally accept tls client certificate

https://issues.apache.org/bugzilla/show_bug.cgi?id=55774

            Bug ID: 55774
           Summary: ab: optionally accept tls client certificate
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: support
          Assignee: bugs@httpd.apache.org
          Reporter: solo-apache@goeswhere.com

Created attachment 31042
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31042&action=edit
First attempt patch

Some sites are only accessible when a TLS client certificate has been provided
by the client.

ab should support passing these details through to OpenSSL, when ab is built
with OpenSSL support.

The attached patch adds support for the "-E keyfile.pem" argument, which, when
specified, gives OpenSSL access to that file such that it can be sent if
necessary.

The "-E" naming is from curl(1), which accepts many more related arguments for
convenience, but none are actually required.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55774] ab: optionally accept tls client certificate

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55774

Adrian Yanes <ad...@gluem.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Adrian Yanes <ad...@gluem.org> ---
I tested this with nginx/1.1.19 configure to accept only requests with
certificates.

Patch worked as expected when providing the .pem file

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org