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

2013-03-11 Thread chima s
why there is "Change Cipher Spec" renegotiation happen between Application data transfer ? Regards Chima On Mon, Mar 11, 2013 at 6:25 PM, Eric Covener wrote: > If you change the ssl config per location, there is an ssl renegotiation. > > On Mar 11, 2013 8:54 AM, "chim

[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 Mo

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

2013-03-11 Thread chima s
Hi We are using apache as reverse proxy and backend as tomact. In Apache we are terminating the SSL connection and also enabled the client authentication. We are using soapui to test the connectivity and wireshark to check the SSL handshake. Below is wireshark flow dump. I noticed 2 “Change Cip

Re: [users@httpd] SSL Mutual Authentication

2013-03-07 Thread chima s
250.188TCP6214104 > https [ACK] Seq=1941 Ack=3809 Win=66780 Len=0 While calling single URL, why there was 2 connections. This happens when we try to connect from java applications also. Thanks & Regards Chima On Thu, Mar 7, 2013 at 11:16 PM, Eric Covener wrote: > On Thu,

Re: [users@httpd] SSL Mutual Authentication

2013-03-07 Thread chima s
Hi Eric, Its single connection. Just testing with single browser and calling the default SSL home page. Regards, Chima On Thu, Mar 7, 2013 at 9:29 PM, Eric Covener wrote: > On Thu, Mar 7, 2013 at 12:54 AM, chima s wrote: > > Hi All, > > > > We have setup SSL mutual

[users@httpd] SSL Mutual Authentication

2013-03-07 Thread chima s
Hi All, We have setup SSL mutual authentication as per document and it is working fine. But while checking packet flow using tcpdump, we found server is requesting the client certificate twice. Is this normal ?.or i am missing something. Because in RFC, it is mentioned only one request. Below is

[users@httpd] SSL Mutual Authentication

2013-03-06 Thread chima s
Hi All, We have setup SSL mutual authentication as per document and it is working fine. But while checking packet flow using tcpdump, we found server is requesting the client certificate twice. Is this normal ?.or i am missing something. Because in RFC, it is mentioned only one request. Below is