Hi All, We are having vendor connecting to our webservices URL using SSL protocal. They send client certificate and if that is correct we accept the connection. Now, the problem is they can't connect to our URL consistently. First time it pass and second time it fails. Thye are using .NET code to connect to our URL. They enabled TRace log and got following output when the connection failed. They claim that this same code works for other companies so the problem is in apache side. Here is the error I saw in our error_log and error we got from .NET trace log.
[error] Re-negotiation handshake failed: Not accepted by client!? >From Trace log (On .NET side) System.Net.Sockets Verbose: 0 : [2856] Data from Socket#32616384::Receive System.Net.Sockets Verbose: 0 : [2856] 00000005 : 08 8E A3 5E BE 44 44 A9-8D 35 28 33 D5 33 39 7D : ...^.DD..5(3.39} System.Net.Sockets Verbose: 0 : [2856] 00000015 : A6 0B 51 0D : ..Q. System.Net.Sockets Verbose: 0 : [2856] Exiting Socket#32616384::Receive() -> 20#20 System.Net Error: 0 : [2856] Decrypt returned SEC_I_RENEGOTIATE.