A junk file is downloaded when port number and connection scheme is mismatched in the URL

2007-02-13 Thread uday shankar Aghalaya boregowda
Hello All, I am facing a peculiar issue in my server running Apache Tomcat/5.5.9. I have a Tomcat server setup with 8080 and 8443 ports listening for http and https connections. When I access the tomcat welcome page hosted in my server as below, http://servername:8080 OR https://servername:8443

RE: A junk file is downloaded when port number and connection scheme is mismatched in the URL

2007-02-13 Thread Peter Crowther
From: uday shankar Aghalaya boregowda http://servername:8443 So. You're asking for regular HTTP over a HTTPS port. You'll see the first few bytes of the negotiation, then the protocol will stop. Use https://servername:8443 - note the s. Please let me know if there is any solution for this

Re: A junk file is downloaded when port number and connection scheme is mismatched in the URL

2007-02-13 Thread Markus Schönhaber
uday shankar Aghalaya boregowda wrote: I am facing a peculiar issue in my server running Apache Tomcat/5.5.9. I have a Tomcat server setup with 8080 and 8443 ports listening for http and https connections. When I access the tomcat welcome page hosted in my server as below,

Re: A junk file is downloaded when port number and connection scheme is mismatched in the URL

2007-02-13 Thread uday shankar Aghalaya boregowda
Hello All, Just a clarification on this again as I see some mails asking for info. I am aware, that I am trying to access the tomcat with the url, which is erroneous i.,e http://servername:8443 Is there any way I can handle this scenario and send a page not found or any other standard errors

Re: A junk file is downloaded when port number and connection scheme is mismatched in the URL

2007-02-13 Thread Markus Schönhaber
uday shankar Aghalaya boregowda wrote: Just a clarification on this again as I see some mails asking for info. I am aware, that I am trying to access the tomcat with the url, which is erroneous i.,e http://servername:8443 Is there any way I can handle this scenario and send a page not found

RE: A junk file is downloaded when port number and connection scheme is mismatched in the URL

2007-02-13 Thread Peter Crowther
From: uday shankar Aghalaya boregowda i.,e http://servername:8443 Is there any way I can handle this scenario and send a page not found or any other standard errors to the user instead of making him see the junk characters or having him to download a junk file(as in firefox) No. By

Re: A junk file is downloaded when port number and connection scheme is mismatched in the URL

2007-02-13 Thread Markus Schönhaber
Please keep the discussion on the list. Udayshankar A B. wrote: To give you a brief overview of the product we are building, it provides flexibility to the admins to configure their own port number to secure/un secure communication, of course modifying the server.xml file. (This comes with a