Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

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

Peter Crowther

2007-02-13

Replies:

> 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 above
> scenario and your comments on what is causing this behavior.

Solution: Use the correct URL scheme to access the correct protocol.
Cause: User error :-).

   - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.