> Hi Jamie,
> 
> I tested the latest svn with ssl client authentication and it works
> perfectly :)

Well, at least I know it's something I'm doing then! :)

> I guess the problem lies on the fact that the server you are using
> could not verify your client certificate as valid. Check the server
> logs and see if such an error occurs. For instant, if you are using
> a self signed certificate as the client certificate, you need to add
> that to the server's CA certificate list.

Well, it's the same client certificate that the other client uses. I've
also tried not using a client certificate at all (the server doesn't
require the client certificate for authentication). I have tried two
certificates for the server : the ca cert, and the server cert (gained
from using the 'openssl s_client -connect' command in the Axis2 docs),
neither gave any different errors.

I've tried sniffing the data sent, and from ssldump I get:
New TCP connection #1: <hostname>(54910) <-> <servername>(8443)
1    0.0023 (0.0023) C>S  TCP FIN
2    0.0028 (0.0005) S>C  TCP FIN

I get the same sort of log from wireshark, except I see 7 bytes of data
being sent back from the server:
15 03 01 00 02 02 28
When googling those numbers, it seems to be some sort of SSL error. I
can't find any information as to what it is however.

I'm stuck as to what the problem could possibly be, as it seems that the
client initiates a connection, and then just decides to terminate it?

Any ideas?

Thanks,
Jamie

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to