Re: [CentOS] httpd ssl problems

2013-07-11 Thread Александр Кириллов
I just configured httpd and installed mod_ssl and got my certificate from GoDaddy and put them on the server with ssl.conf pointing at them. I am getting this error: SSLCertificateFile: file '/etc/pki/tls/certs/enmu.edu.crt' does not exist or is empty Try restorecon -Rv /etc

Re: [CentOS] httpd ssl problems

2013-07-10 Thread Nemrow, Jason
-Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Larry Martell Sent: Tuesday, July 09, 2013 3:10 PM To: CentOS mailing list Subject: Re: [CentOS] httpd ssl problems On Tue, Jul 9, 2013 at 3:06 PM, Nemrow, Jason jason.nem...@enmu.edu wrote

Re: [CentOS] httpd ssl problems

2013-07-10 Thread Larry Martell
: Tuesday, July 09, 2013 3:10 PM To: CentOS mailing list Subject: Re: [CentOS] httpd ssl problems On Tue, Jul 9, 2013 at 3:06 PM, Nemrow, Jason jason.nem...@enmu.edu wrote: -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Larry Martell

Re: [CentOS] httpd ssl problems

2013-07-10 Thread James Hogarth
It's always selinux ;-) If you install the selinux utilities (policycoreutils-python) then you can use them to set up the security polices. Look in /var/log/audit/audit.log for the offending lines and then use commands like this, for example this is what I had to do to allow mysqld to run:

Re: [CentOS] httpd ssl problems

2013-07-10 Thread Larry Martell
On Wed, Jul 10, 2013 at 12:23 PM, James Hogarth james.hoga...@gmail.com wrote: It's always selinux ;-) If you install the selinux utilities (policycoreutils-python) then you can use them to set up the security polices. Look in /var/log/audit/audit.log for the offending lines and then use

Re: [CentOS] httpd ssl problems

2013-07-10 Thread James Hogarth
I got from just doing 'yum install mysql' I don't have access to that system any more to see where it got installed. Well that's very weird as selinux enabled mysql is supported right out of the box under those conditions... Unless this was the early EL5 days whilst Red Hat and co were still

Re: [CentOS] httpd ssl problems

2013-07-10 Thread Gordon Messmer
On 07/10/2013 09:51 AM, Nemrow, Jason wrote: Yep. I disabled SELinux and everything is working now for ssl and apache. I will have to look later and study up on how to make SELinux work with this setup. restorecon -R -v /etc/pki/tls It sounds like you saved the crt file somewhere else

[CentOS] httpd ssl problems

2013-07-09 Thread Nemrow, Jason
Not much of a noob, but I will try. I just configured httpd and installed mod_ssl and got my certificate from GoDaddy and put them on the server with ssl.conf pointing at them. I am getting this error: SSLCertificateFile: file '/etc/pki/tls/certs/enmu.edu.crt' does not exist or is empty

Re: [CentOS] httpd ssl problems

2013-07-09 Thread Larry Martell
On Tue, Jul 9, 2013 at 2:56 PM, Nemrow, Jason jason.nem...@enmu.edu wrote: Not much of a noob, but I will try. I just configured httpd and installed mod_ssl and got my certificate from GoDaddy and put them on the server with ssl.conf pointing at them. I am getting this error:

Re: [CentOS] httpd ssl problems

2013-07-09 Thread Nemrow, Jason
-Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Larry Martell Sent: Tuesday, July 09, 2013 3:00 PM To: CentOS mailing list Subject: Re: [CentOS] httpd ssl problems On Tue, Jul 9, 2013 at 2:56 PM, Nemrow, Jason jason.nem...@enmu.edu wrote

Re: [CentOS] httpd ssl problems

2013-07-09 Thread Larry Martell
On Tue, Jul 9, 2013 at 3:06 PM, Nemrow, Jason jason.nem...@enmu.edu wrote: -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Larry Martell Sent: Tuesday, July 09, 2013 3:00 PM To: CentOS mailing list Subject: Re: [CentOS] httpd ssl

Re: [CentOS] httpd ssl problems

2013-07-09 Thread m . roth
Nemrow, Jason wrote: Not much of a noob, but I will try. I just configured httpd and installed mod_ssl and got my certificate from GoDaddy and put them on the server with ssl.conf pointing at them. I am getting this error: SSLCertificateFile: file '/etc/pki/tls/certs/enmu.edu.crt' does not