RE: Using SSL and SOAP

2002-06-05 Thread CKortmann
outer... -Original Message- From: Erich Izdepski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 8:24 PM To: [EMAIL PROTECTED] Subject: RE: Using SSL and SOAP I'd double-check everything, even the very obvious, like that you are using https protocol, checking other apps work wi

RE: Using SSL and SOAP

2002-06-04 Thread Erich Izdepski
e the differences come in, and the use of JSSE. Erich Izdepski Senior Software Engineer Cysive, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: RE: Using SSL and SOAP I configured Tomcat to use SSL, but

RE: Using SSL and SOAP

2002-06-04 Thread CKortmann
o in order to deploy a SSL-WebService!? -Original Message- From: Erich Izdepski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 7:17 PM To: [EMAIL PROTECTED] Subject: RE: Using SSL and SOAP If tomcat is using SSL (as configured in server.xml), then all deployed webapps can, too.

RE: Using SSL and SOAP

2002-06-04 Thread Erich Izdepski
] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 1:04 PM To: [EMAIL PROTECTED] Subject: RE: Using SSL and SOAP Hello! After some reconfiguring of keystore, Apache HTTP (1.3.20) and Tomcat (4.0.1) I got it working. My requests are being encrypted. Now there arose another problem, I can't d

RE: Using SSL and SOAP

2002-06-04 Thread CKortmann
Thanx -Original Message- From: Joe Pruitt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 5:06 PM To: '[EMAIL PROTECTED]' Subject: RE: Using SSL and SOAP This is most likely a un-trusted server certificate issue. Try adding the following to your runtime environment.

RE: Using SSL and SOAP

2002-05-29 Thread CKortmann
: Joe Pruitt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 5:06 PM To: '[EMAIL PROTECTED]' Subject: RE: Using SSL and SOAP This is most likely a un-trusted server certificate issue. Try adding the following to your runtime environment. -Djavax.net.debug=ssl If you

RE: Using SSL and SOAP

2002-05-29 Thread Joe Pruitt
Title: RE: Using SSL and SOAP This is most likely a un-trusted server certificate issue.  Try adding the following to your runtime environment.     -Djavax.net.debug=ssl If you see that it's a server cert issue, then you'll need to install the server cert into your local

Using SSL and SOAP

2002-05-29 Thread CKortmann
Hello, can someone help me? I try to do SOAP-Calls over HTTPS and I always get the following result: [SOAP-Exception: faultCode=SOAP-ENV:Client; msg=Error opening socket: null; targetException=java.lang.IllegalArgumentException: Error opening socket: null] The SOAP-Documentation says, that t