Hi friends,
I have a doubt. I installed the apache web server on my RHEL 5.5 server and have set the listening port to 443 i.e in httpd.conf i have given "Listen 443" instead of Listen 80 because someother application is running on port 80. I have created a PHP web application and it works fine when i run it like
http
://example.com:443/
The application which runs on port 80 redirects all the http requests to port 443.
So when i type
http://example.com/ (please note tat i ve not given the port number ) the url changes to i.e requests gets redirected to
https://example.com/ (i heard https corresponds to port 443). i was expecting to see the page corresponding to http
://example.com:443/
But even though the url changes from http to https i don see the page that i saw in http
://example.com:443/.
the following is the error message i get in firefox corresponding to the https url..
Secure Connection Failed
An error occurred during a connection to dev-cir.example.com.
The client has encountered bad data from the server.
(Error code: ssl_error_bad_server)
* The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
* Please contact the web site owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site. please do let me know wat i have to do to get the required page in the url startin with [
.....]
i searched in net but couldn't find the solution.. Please do help me out..
Thank you so much in advance for the help..
[edited by: bhaceg at 10:51 pm (utc) on May 25, 2010] [edited by: jdMorgan at 11:25 pm (utc) on May 25, 2010]
[edit reason] Please use example.com only. See TOS. [/edit]