- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Pass phrase incorrect - apache2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 08:01 AM
10-29-2004 08:01 AM
Pass phrase incorrect - apache2
I have installed apache 2.0.50 on hp-ux 11.11. I have ssl certifcate signed by verisign and also i have self signed certifcate. I tired to use both with following configuration in ssl.conf for auto start of ssl
SSLPassPhraseDialog exec:/opt/hpws/apache/conf/parseinput
When i try to start apache with "apachectl startssl" it fails with the following error
[Fri Oct 29 15:52:27 2004] [error] Init: Pass phrase incorrect
[Fri Oct 29 15:52:27 2004] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Fri Oct 29 15:52:27 2004] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[Fri Oct 29 15:52:27 2004] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Fri Oct 29 15:52:27 2004] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
If i use the following in ssl.conf
#SSLPassPhraseDialog exec:/usr/local/bin/killappinput
SSLPassPhraseDialog builtin
then i manually enter passphrase then it works fine.
Am i missing something?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 08:16 AM
10-29-2004 08:16 AM
Re: Pass phrase incorrect - apache2
I forgot to mention one more thing. The same certs works fine on apache 1.3.27, with
SSLPassPhraseDialog exec:/opt/apache/conf/parseinput
Manual intervention is not required. Apache reads pass phrase from the file.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 01:01 AM
11-01-2004 01:01 AM
Re: Pass phrase incorrect - apache2
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 01:14 AM
11-01-2004 01:14 AM
Re: Pass phrase incorrect - apache2
env > /tmp/command.txt
check the environment in your script. see if the SHLIB_PATH variable is correctly set.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 01:42 AM
11-01-2004 01:42 AM
Re: Pass phrase incorrect - apache2
PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/graphics/common/bin:/opt/gnome/bin:/opt/mozilla:/opt/mx/bin:/usr/sbin/diag/contrib:/opt/wbem/bin:/opt/wbem/sbin:/opt/java1.4/jre/bin:/opt/java1.4/bin:/usr/local/bin:/opt/perf/bin:/opt/ignite/bin:/sbin:/home/root
COLUMNS=142
EDITOR=vi
LOGNAME=root
MAIL=/var/mail/root
ERASE=^H
USER=root
SHELL=/sbin/sh
JAVA_HOME=/opt/java1.4
HOME=/
TERM=vt100
PWD=/opt/hpws/apache/conf
TZ=EST5EDT
LINES=42
SHLIB_PATH is not set, still command line pass phrase works.
Thanks