ID: 21243 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: linux PHP Version: 4.3.0 New Comment:
It's still useless. How are you running your port 443 httpd? Did you even restart it? PHP doesn't care whether it is running under SSL or not. It happens at completely different levels, so your problem has to do with configuration of your httpd-ssl server and not with PHP. Previous Comments: ------------------------------------------------------------------------ [2002-12-28 07:31:05] [EMAIL PROTECTED] compiled php with ./configure --with-apxs=/path/to/apxs --with-mysql=/path/to/mysql --with-zlib --with-xml --with-gd --with-iconv --with-gettext --with-mcrypt --with-openssl made a page info.php <?phpinfo();?> http://site.com/info.php works ok https://site.com/info.php serve a blank page. ------------------------------------------------------------------------ [2002-12-28 07:23:19] [EMAIL PROTECTED] Completely useless report - please read the bug reporting guidelines. ------------------------------------------------------------------------ [2002-12-28 07:22:09] [EMAIL PROTECTED] http://site.com/info.php = OK https://site.com/info.php = BLANK PAGE ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21243&edit=1