I have a web page that calls a file, default.php. The web page works fine on a
server with SELinux turned off, but not on one with enforcing turned on. The php
calls in the page are ignored. The errors in the logs are like this:
[client 10.x.x.x] PHP Warning: main(php/defaults.php): failed to
Serge Dubrouski wrote:
Your client submits certificate signed by CA which certificate you
don't have in your SSLCACertificatePath. Actually it looks like you
incorrectly configured it. You have:
SSLCACertificateFile /etc/httpd/conf/ssl.crt/root.crt
SSLCACertificatePath /etc/httpd/conf/ssl.crt
Y
ns +StdEnvVars
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
Can anyone help?
TIA,
Bill Tangren
I *did* change them
on the data files. No joy. I'm not even sure *what* I should change those
properties to, anyway.
Does anyone know how to fix this?
TIA,
Bill Tangren
-
The official User-To-User support forum of the A
re, he does not.
I'm looking at
http://us2.php.net/manual/en/ref.apache.php
which could be promising, but I'm unclear on what variable to check on.
Has anyone tried something like this, or know how I should proceed?
TIA,
Bill Tangren