Agreed, but then you would expect some response when you do type something even if erroneous. At least with the TBB one you do get some feedback when you type into it.
It is normal for a server expecting an SSL handshake to simply terminate the connection without returning any data to the client if data is received from the client that is not an SSL handshake, because protocol dictates that no data should be sent unencrypted over these connections.
On the other hand, since port 80 is not an encrypted port and is not expecting an SSL handshake, it will happily send some unencrypted data to the client before terminating the connection.
Oliver.



Pages in this thread:
Print Thread
Oliver341