Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 53122 invoked from network); 14 Sep 2004 19:35:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Sep 2004 19:35:25 -0000 Received: (qmail 1220 invoked by uid 500); 14 Sep 2004 19:35:09 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 1172 invoked by uid 500); 14 Sep 2004 19:35:09 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 1153 invoked by uid 99); 14 Sep 2004 19:35:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 14 Sep 2004 12:35:07 -0700 Received: (qmail 12535 invoked by uid 50); 14 Sep 2004 19:36:54 -0000 Date: 14 Sep 2004 19:36:54 -0000 Message-ID: <20040914193654.12534.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 24331] - SSLPassPhraseDialog exec: always default port in argv X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=24331 SSLPassPhraseDialog exec: always default port in argv ------- Additional Comments From shortt@cgicafe.com 2004-09-14 19:36 ------- My comment was a bit terse. I should elaborate a bit further. The behavior I have experienced is that my script does not get called with any arguments. No hostname or port number. So if I had multiple IP's and multiple hostnames on port 443, they would not work either. I have compiled apache 2.0.50 with openssl 0.9.6m on AIX 5L. I have verified it with the following script, my work around is simply echo out the password. I have this same script in place on a server using Apache 1.3.27 with multiple virtual hosts on port 443. I only have more cases in my case statement. # ===== BEGIN = script PATH=''; export PATH; OPT=$1 # NOTE: It is best output this password without a newline. # This can be different on many operating systems. # # Solaris use: /usr/ucb/echo -n "" # AIX use: /usr/bin/echo "\c" # Linux use: /bin/echo -n "" # #kms 08/17/2004 - used for debugging. /usr/bin/echo "OPT:[$OPT]">>/usr/local/scripts/apache/opt.log; /usr/bin/echo "password\c" exit; # #case $OPT in # # hostname.santized.com) # # /usr/bin/echo "password\c" # ;; # # *) # /usr/bin/echo "USAGE: $0 servername:port" # exit # ;; #esac # ===== END = script --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org