Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-03-03 Thread William A. Rowe Jr.
Tom, this code is shared with all the other pipe features in httpd, I believe the docs at http://httpd.apache.org/docs/current/logs.html#piped will explain why the shell was not invoked, and provides an example of how to invoke your pipe script with shell. You can use the docs commentary system

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-03-03 Thread Tom Browder
On Mon, Mar 3, 2014 at 10:38 AM, William A. Rowe Jr. wmr...@gmail.com wrote: Tom, this code is shared with all the other pipe features in httpd, I believe the docs at http://httpd.apache.org/docs/current/logs.html#piped will explain why the shell was not invoked, and provides an example of

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-03-03 Thread Tom Browder
On Mon, Mar 3, 2014 at 11:21 AM, Tom Browder tom.brow...@gmail.com wrote: On Mon, Mar 3, 2014 at 10:38 AM, William A. Rowe Jr. wmr...@gmail.com wrote: Tom, this code is shared with all the other pipe features in httpd, I I've tried each of these versions to no avail: SSLPassPhraseDialog

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Tom Browder
On Fri, Feb 28, 2014 at 8:10 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:01, schrieb Tom Browder: I got little response on the user list, so: http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslpassphrasedialog SSLPassPhraseDialog exec:/path/to/passphrase.sh is your

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Reindl Harald
Am 28.02.2014 14:01, schrieb Tom Browder: I got little response on the user list, so: I am using httpd 2.4.7 built from source (On Debian Linux 7, 32-bit). OpenSSL is a Debian package with version 1.0.1e. The pertinent part of my httpd.conf is: SSLCertificateKeyFile

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Reindl Harald
Am 28.02.2014 14:18, schrieb Tom Browder: On Fri, Feb 28, 2014 at 8:10 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:01, schrieb Tom Browder: I got little response on the user list, so: http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslpassphrasedialog

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Tom Browder
On Fri, Feb 28, 2014 at 8:22 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:18, schrieb Tom Browder: On Fri, Feb 28, 2014 at 8:10 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:01, schrieb Tom Browder: I agree, but even so shouldn't the pipe method work

Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Tom Browder
I got little response on the user list, so: I am using httpd 2.4.7 built from source (On Debian Linux 7, 32-bit). OpenSSL is a Debian package with version 1.0.1e. The pertinent part of my httpd.conf is: SSLCertificateKeyFile /path/to/key.file SSLPassPhraseDialog

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Tom Browder
On Fri, Feb 28, 2014 at 8:52 AM, Tom Browder tom.brow...@gmail.com wrote: On Fri, Feb 28, 2014 at 8:22 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:18, schrieb Tom Browder: On Fri, Feb 28, 2014 at 8:10 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:01,