Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mod SSL Apache starts - but doesnt prompt for password

Status
Not open for further replies.

mg911

Technical User
Jul 18, 2001
59
US
I have apache with mod ssl installed, up and running excellent. The only problem is that when i run

./apachectl startssl

I am not prompted for the password - I have looked everywhere - any help would be very appreciated - and helpful. I have tried several things -

I have checked SSLPassPhraseDialog - it says builtin

I changed my AllowOverride to Authconfig

I am stuck - please help - and thank you in advance
 
If you are expecting to be prompted for a password when you start Apache with SSL, this will only happen if you set a password on your private key.

If you run:

openssl genrsa -des3 ......

then the "-des3" option places a password on the key. If you omit it, you will not be asked for a password then you generate your key, and Apache will not ask for a password when it starts.



Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Well i realized that i had created my ssl certificate un-encrypted - and then did the genrsa -des3 ..... everything worked great

sorry for the thread

but thanks for the reply sleipnir214!

mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top