On 16 August 2010 23:44, Miller, Kevin R wrote:
> Any idea what this data is that is being sent to me?
>
> I'd expect it to be the start of the SSL negotiation. You're trying to do
something unexpected, namely treating a SSL connection as if it wasn't one.
Unsurprisingly, this doesn't work.
- Pe
send the 7
bytes of data.
-Original Message-
From: André W
Sent: Monday, August 16, 2010 2:18 PM
To: Tomcat Users List
Subject: EXTERNAL: Re: Random file generation
Miller, Kevin R wrote:
> I am running Tomcat 6.0.26 on a Solaris 10 system. The Tomcat server is
> configu
In other words: "If I try to interpret the SSL handshake from Tomcat as if
it were a byte stream to be interpreted by my browser, the byte stream the
server happens to generate has the first two bytes 'MZ' and my browser can't
interpret it as anything other than a Windows executable."
That such an
Miller, Kevin R wrote:
I am running Tomcat 6.0.26 on a Solaris 10 system. The Tomcat server is
configured to listen to HTTPS communications on port 8443. When browsing to
the Tomcat server remotely using the following syntax everything works as
expected:
https://10.10.10.10:8443/
If however
I am running Tomcat 6.0.26 on a Solaris 10 system. The Tomcat server is
configured to listen to HTTPS communications on port 8443. When browsing to
the Tomcat server remotely using the following syntax everything works as
expected:
https://10.10.10.10:8443/
If however we accidentally leave ou