Re: SOAP and HTTPS

2004-09-15 Thread Scott Nichol
--- Original Message - From: "Daniel Herbison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 15, 2004 10:56 AM Subject: RE: SOAP and HTTPS > I guess my question is how to use the keytool generated certificate file > with perl, php, etc... >

RE: SOAP and HTTPS

2004-09-15 Thread Daniel Herbison
Title: RE: SOAP and HTTPS I guess my question is how to use the keytool generated certificate file with perl, php, etc... Does HTTPS_CERT_FILE contain the keystore file or a certificate extraction from it?  Do I put the key that is reported by keytool -list in a separate file for use by

Re: SOAP and HTTPS

2004-09-15 Thread Scott Nichol
y mail from specific mail lists. - Original Message - From: "Daniel Herbison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 15, 2004 8:10 AM Subject: RE: SOAP and HTTPS > I'm unsure on how to configure things. I got the public/private

RE: SOAP and HTTPS

2004-09-15 Thread Daniel Herbison
Title: RE: SOAP and HTTPS I'm unsure on how to configure things.  I got the public/private key thing working in java but it seemed straight forward.  In java I just let the jvm know where the key store was and it seemed to magically know what to do.  I can't find anything on the w

Re: SOAP and HTTPS

2004-09-14 Thread Scott Nichol
What is the nature of your problem? Are you running SSL code and getting errors (in which case, what are the errors), or are you unsure of how to configure things? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists

Re: soap and httpS [Virus Checked]

2002-02-05 Thread Steve_Salkin
Here's a short take: Apache-SOAP SSL Faq which sounds like its only about setting up the server, also has instructions on setting up the client. S- Bert Buckley <[EMAIL PROTECTED]> on 02/05/2002 0

RE: Soap and HTTPS

2001-12-10 Thread Jeremy Levy
I was able to get HTTPS over SOAP working relatively painlessly.. you seem to be halfway there... http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html that should get you the rest of the way... all you have to do is add some code to you soap method call... and set up the keys (which I

RE: Soap and HTTPS

2001-12-07 Thread Rino Srivastava
Try the following: java org.apache.soap.server.ServiceManagerClient https://localhost:8443/soap/servlet/rpcrouter list Cheer! Rino -Original Message- From: Andrew Stephen McGough [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 11:29 AM To: [EMAIL PROTECTED] Subject: Soap and

RE: Soap and HTTPS

2001-12-07 Thread Wilkins, Craig
Andrew, The java org.apache.soap.server.ServiceManagerClient is not SSL enabled. You can either edit the source code and make it SSL enabled for this or use the SOAP Admin JSP to deploy services. If you choose to edit the source, then follow the same steps as if you are modifying your client to