I have written a web service client that uses SSL client certificates to authenticate to the remote server. But since the actual web service is not yet available to me, I\'m
You can use the following URLs to test SSL client authentication:
They both use the same configuration: they accept any client certificate and upon success they display the content of various webserver variables like the certificate used and the ciphersuite selected. If the authentication fails, an error is displayed.
I hope this will be useful.