Results 1 to 4 of 4
- 07-01-2009, 12:33 AM #1
Member
- Join Date
- Jul 2009
- Posts
- 3
- Rep Power
- 0
Getting the Error : SSLException :End user tried to act as a CA in WAS
I have a web service application running in WAS 5.1 and client application running in WAS 6.1.
We use server side authentication and we have configured the trust store keystore on the client side.
But when we try to invoke the wenservice i get the error "SSLException :End user tried to act as a CA".
Kindly let me know the possibility of this error.
Thanks In advance
Shyam.
- 07-01-2009, 07:24 AM #2
This is just a guess, but it sounds like the client is running on the same server as the "Certificate Authority". The CA is supposed to be an independent third party. A simple attack would be to run a dummy CA service on the client machine to "authenticate" the client.
The obvious solution is to move the CA server to another instance of WAS, but that may not be practicable. The WAS 5.1 server might be convinced to overlook the situation...
- 07-01-2009, 07:30 PM #3
Member
- Join Date
- Jul 2009
- Posts
- 3
- Rep Power
- 0
Hi Steve,thanks for your reply.The client is running on different WAS server and Web service is running on different server.I believe the CA server is in different machine from client.
Do you have any other idea to debug the issue.
- 07-02-2009, 12:48 PM #4
Similar Threads
-
User settings
By 3speed in forum New To JavaReplies: 8Last Post: 10-31-2008, 11:53 AM -
How to get the User Name
By Java Tip in forum java.langReplies: 0Last Post: 04-04-2008, 02:43 PM -
cant take input from user
By new_1 in forum New To JavaReplies: 6Last Post: 12-25-2007, 07:38 AM -
New User
By TKI5 in forum New To JavaReplies: 0Last Post: 12-13-2007, 01:13 AM -
How to get the User Name
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:35 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks