Re: [users] Can't start httpd 2.4.9 with simplest SSL config

2014-06-04 Thread Sergey Shcherbakov
Sorry, I see now, where the ca.crt/ca.key are coming from. That was my copy/paste error in the initial email. The config I've been testing at the beginning is: Listen 443 SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5 SSLPassPhraseDialog builtin SSLSessionCache"shmcb:/usr/local/apache2/logs/ssl_s

Re: [users] Can't start httpd 2.4.9 with simplest SSL config

2014-06-04 Thread Sergey Shcherbakov
Haven't seen any mention of ca.crt/ca.key yet. Where do these come from? Alright, I see now. The ssl.crt and ssl.key are preexisting folders in the example. I don't have them created after installing the httpd. So I left the generated server.crt and server.key in the /usr/local/apache2/conf folder

Re: [users] Can't start httpd 2.4.9 with simplest SSL config

2014-06-04 Thread Balaji Katika
server.crt/server.key in your case translates to ca.crt/ca.key Btw, ssl.crt and ssl.key are the names of the folder/directory here. The author did refer to the newly copied files through step 6 in the article. Btw, I hope you have updated the names of the crt/key files accordingly before starting

Re: [users] Can't start httpd 2.4.9 with simplest SSL config

2014-06-04 Thread Sergey Shcherbakov
Hello Balaji! Thanks for your comments! The SSLPassPhraseDialog is present in my config. I've followed the steps in your article and still get the same errors as above. I don't think that your steps are much different than those specified on CentOs HowTo and httpd docs pages (except that there is

Re: [users] Can't start httpd 2.4.9 with simplest SSL config

2014-06-04 Thread Balaji Katika
HI Sergey, The issue seems to be with the certificate you've generated. Looks like you've forgotten/skipped some steps. I think you've specified some passphrase for the certificate and apache is unable to locate that. Passphrase could be specified through SSLPassPhraseDialog which is missing in yo

[users] Can't start httpd 2.4.9 with simplest SSL config

2014-06-04 Thread Sergey Shcherbakov
Hello all, I cannot start the httpd 2.4.9 (tried 2.4.x too) on CentOS 6.5 with the simplest SSL config possible. The openssl version installed on the machine is OpenSSL 1.0.1e-fips 11 Feb 2013 (I've upgraded it using 'yum update' to the latest patched version as well) I have compiled and installe