Results 1 to 4 of 4
Thread: WebService encryption problem
- 07-13-2009, 09:43 AM #1
Member
- Join Date
- Jul 2009
- Posts
- 2
- Rep Power
- 0
WebService encryption problem
Hi,
I'm having a tough time trying to encrypt a WebService I'm developing. I'm using NetBeans 6.5.1.
The WebService is using the Mutual Certificates security mechanism; I generated both the client and server keys/certificates and set them on both sides. When I'm accessing this WebService from an application that is deployed on the same machine, it works perfectly. But when I try to access it from an another computer, it doesn't seem to work.
I'm receiving this message(server side):
And the client side:Java Code:WSS1913: Key used to decrypt EncryptedKey cannot be null WSS1927: Error occured while decrypting EncryptedKey
I've been fighting with this for about a week now, I'd really appreciate some help. (and yes, I've google'd this before asking you ;-)Java Code:StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception javax.xml.ws.soap.SOAPFaultException: WSS1927: Error occured while decrypting EncryptedKey ...
\\edit: It's not working if I'm using development defaults for the keystore/truststoreLast edited by falnik; 07-13-2009 at 10:16 AM. Reason: New info
- 07-13-2009, 06:29 PM #2
You're not setting a key or password somewhere.
Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
- 07-14-2009, 08:31 AM #3
Member
- Join Date
- Jul 2009
- Posts
- 2
- Rep Power
- 0
Don't think so. I'm sure that I set the password and certificates/keys on both sides.
- 07-26-2009, 04:21 AM #4
Member
- Join Date
- Jul 2009
- Posts
- 1
- Rep Power
- 0
Similar Threads
-
WebService Client
By pravin2008 in forum NetBeansReplies: 3Last Post: 07-23-2008, 01:48 PM -
Encryption-Decryption Problem
By dinesh.1.sharma in forum Advanced JavaReplies: 1Last Post: 07-17-2008, 10:03 PM -
Problem related to WebService
By keshari in forum Web FrameworksReplies: 0Last Post: 05-23-2008, 07:50 AM -
encryption
By Joe2003 in forum Advanced JavaReplies: 2Last Post: 02-06-2008, 10:27 AM -
Webservice ain't working?
By marcelman in forum NetworkingReplies: 0Last Post: 08-10-2007, 02:48 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks