The following recipient did not receive this message: [EMAIL PROTECTED]
----- Original message follows -----
Received: from apache.org ([64.208.42.41]) by popmonkey.com ( IA Mail Server Version:
3.2.4. Build: 1096 ) ) ; Tue, 26 Jun 2001 06:47:21 -0700
Received: (qmail 18807 invoked by uid 500); 26 Jun 2001 13:46:40 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
Reply-To: [EMAIL PROTECTED]
list-help: <mailto:[EMAIL PROTECTED]>
list-unsubscribe: <mailto:[EMAIL PROTECTED]>
list-post: <mailto:[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 18627 invoked from network); 26 Jun 2001 13:46:32 -0000
Received: from unknown (HELO shardagate.mahindrabt.com) ([EMAIL PROTECTED])
by h31.sny.collab.net with SMTP; 26 Jun 2001 13:46:32 -0000
Received: from mahindrabt.com (mailscan.sharda.mahindrabt.com [10.5.0.97])
by shardagate.mahindrabt.com (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id
TAA13577
for <[EMAIL PROTECTED]>; Tue, 26 Jun 2001 19:16:27 +0530
X-SMTP-Sending-IP: 10.5.0.15
Received: from intranet.sharda.mahindrabt.com by mahindrabt.com ; 26 Jun 2001 19:15:09
+0100
Received: from mahindrabt.com ([10.5.4.109])
by intranet.sharda.mahindrabt.com (8.9.3/8.9.3) with ESMTP id TAA27862
for <[EMAIL PROTECTED]>; Tue, 26 Jun 2001 19:16:23 +0530
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 26 Jun 2001 19:08:24 +0530
From: Sanjay Jeurkar <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.72 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Using SSL /HTTPS in Soap
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N
Hi,
I am trying to use SSL in Soap2.2 by using Apache Tomcat 3.2.
I have configured Tomcat for SSL and it is working fine.
I want to access service like Address deployed on Apache through SSL by
using URL
https://localhost:8443/soap/servlet/rpcrouters from client using
GetAddress class.
For that i created keys by using keytool utility and Certificates for
server.
But while importing certificate from SSL certificate generated using
www.thawte.com i am getting error that Encoding type is not supported.
If anybody knows in details how to create and use keys & certificates in
this context?
Has anybody worked out example on soap using SSL?
Sanjay