Hello.
After I installed https server, I tested it additionally on two online PCs (at my friends). On server it works ok. But, situation is:
1. I have an Apache 1.3.27 (W2K) mod_ssl 2.8.11 OpenSSL 0.9.6g PHP 4.2.2 (Apache module) mod_gzip 1.3.19a DAV 1.0 as my server. And an invalid certificate (browser gives warning, and then I accept it, because I use it only for test purposes).
2. I have two test links wich leads to https server on one my test page. One link is simple html link wich leads to betwen <a> tags. The other link, uses redirect.php file. This php file is:
<?php
header ("Location: ?> - The code is OK.
And login.htm file and redirect.php file are existing in my servers htdocs folder. And Because I don't receive any PHP message, I consider that PHP works just fine. (*This IPAddress is changeable).
3. On both PCs from wich I was checking my https server, all SSL, TLS, PCT options are checked (via Tools -> Internet Options -> Advanced tab).
4. On both PCs first (simple <a> tag HTML) link to https works fine.
5. Second link works on one PC but on the other it doesn't. It gives a message - HTTP 404 Not Found - 'The page cannot be found'.
What could be the cause? Certificate?
Both PCs don't have firewall, both of them warns about invalid ceritificate (and allow option to accept) to both links.
Perhaps mod_ssl, OpenSSL or Apache misconfiguration?
Thanks for any suggestions.
After I installed https server, I tested it additionally on two online PCs (at my friends). On server it works ok. But, situation is:
1. I have an Apache 1.3.27 (W2K) mod_ssl 2.8.11 OpenSSL 0.9.6g PHP 4.2.2 (Apache module) mod_gzip 1.3.19a DAV 1.0 as my server. And an invalid certificate (browser gives warning, and then I accept it, because I use it only for test purposes).
2. I have two test links wich leads to https server on one my test page. One link is simple html link wich leads to betwen <a> tags. The other link, uses redirect.php file. This php file is:
<?php
header ("Location: ?> - The code is OK.
And login.htm file and redirect.php file are existing in my servers htdocs folder. And Because I don't receive any PHP message, I consider that PHP works just fine. (*This IPAddress is changeable).
3. On both PCs from wich I was checking my https server, all SSL, TLS, PCT options are checked (via Tools -> Internet Options -> Advanced tab).
4. On both PCs first (simple <a> tag HTML) link to https works fine.
5. Second link works on one PC but on the other it doesn't. It gives a message - HTTP 404 Not Found - 'The page cannot be found'.
What could be the cause? Certificate?
Both PCs don't have firewall, both of them warns about invalid ceritificate (and allow option to accept) to both links.
Perhaps mod_ssl, OpenSSL or Apache misconfiguration?
Thanks for any suggestions.