Re: Getting garbled data when making http request on https port

2016-03-29 Thread Mark Thomas
On 29/03/2016 04:35, Amey Rokde wrote: > Christoph > > Fair enough that it is not a security leak . Can you throw some light on > what's happening internally so as to understand why we get this garbled > data to be downloaded. What you are seeing are the opening bytes of the TLS handshake. The cl

Re: Getting garbled data when making http request on https port

2016-03-28 Thread Amey Rokde
Christoph Fair enough that it is not a security leak . Can you throw some light on what's happening internally so as to understand why we get this garbled data to be downloaded. sorry for pushing Amey On Mon, Mar 28, 2016 at 10:00 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: >

Re: Getting garbled data when making http request on https port

2016-03-28 Thread Christopher Schultz
Amey, On 3/28/16 11:25 AM, Amey Rokde wrote: > May be i didn't explained my question properly. What we have is a single > web application running on https port 7070. This port is configured for > https connection only and that the reason there is single connector. What > we are seeing is if by mis

Re: Getting garbled data when making http request on https port

2016-03-28 Thread Amey Rokde
Hi Christoph May be i didn't explained my question properly. What we have is a single web application running on https port 7070. This port is configured for https connection only and that the reason there is single connector. What we are seeing is if by mistake or intentionally the user types ins

Re: Getting garbled data when making http request on https port

2016-03-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Amey, On 3/28/16 3:54 AM, Amey Rokde wrote: > Dear Community > > We are using the apache-tomcat-7.0.55 and have configured only one > SSL connector (7070). > > The SSL connection (https) )works properly and i am able to fetch > the request. But if w

Getting garbled data when making http request on https port

2016-03-28 Thread Amey Rokde
Dear Community We are using the apache-tomcat-7.0.55 and have configured only one SSL connector (7070). The SSL connection (https) )works properly and i am able to fetch the request. But if we make http request we get the garbled data to be downloaded in the browser. I tried searching over the n