Re: [users@httpd] Re: Apache Reverse Proxy with SSL mutul Auth

2013-03-11 Thread Eric Covener
> Confusing part is why there is "Change Cipher Spec" renegotiation > happen between Application data transfer ? Your client doesn't know when Apache will renegotiate, and is blasting the request data. Apache soaks it up so you actually have a chance to read the renegotiation request (browsers do

Re: [users@httpd] Re: Apache Reverse Proxy with SSL mutul Auth

2013-03-11 Thread chima s
Hi Eric, In location tag, i have configured /abc/xyz and i am calling just https://hostname/abc/xyz?wsdl and internally its not calling any other URL. but wireshark dump says second "Change Cipher Spec" happens in between Application data transfer (2905 and 3001). Confusing part is why there is

Re: [users@httpd] Re: Apache Reverse Proxy with SSL mutul Auth

2013-03-11 Thread Eric Covener
If you change the ssl config per location, there is an ssl renegotiation. On Mar 11, 2013 8:54 AM, "chima s" wrote: > Hi All, > > I found 2 “Change Cipher Spec”, only when i am using the "Location" > tag. I am using "Location" tag as i don't want SSL Mutual > authentication for all the URLs. > >

[users@httpd] Re: Apache Reverse Proxy with SSL mutul Auth

2013-03-11 Thread chima s
Hi All, I found 2 “Change Cipher Spec”, only when i am using the "Location" tag. I am using "Location" tag as i don't want SSL Mutual authentication for all the URLs. Why i am getting 2 “Change Cipher Spec” when i am using "Location" tag. Regards Chima On Mon, Mar 11, 2013 at 2:45 PM, chima s