Re: Installing SSL

2005-06-21 Thread Matej Kafadar
Hi, try this one http://portecle.sourceforge.net/ regards, Matej Stephen Caine wrote: All, I have reviewed the man pages and java.sun.com docs for keytool. I have used keytool to import a certificate from a Certificate authority. Keytool seems to be lacking the option to

Installing SSL

2005-06-20 Thread Stephen Caine
All, I have reviewed the man pages and java.sun.com docs for keytool. I have used keytool to import a certificate from a Certificate authority. Keytool seems to be lacking the option to import an entire prexisting private/public key pair into a JKS format keystore. Specifically I have

RE: Installing SSL

2005-06-20 Thread Ikonne, Ike
: Monday, June 20, 2005 3:45 PM To: tomcat-user@jakarta.apache.org Subject: Installing SSL All, I have reviewed the man pages and java.sun.com docs for keytool. I have used keytool to import a certificate from a Certificate authority. Keytool seems to be lacking the option to import

Re: Installing SSL

2005-06-20 Thread Stephen Caine
Ike, You may use KeyTool GUI version 1.6. This has been a life-saver to me. It works with different KeyStore formats and also lets you Import Key Pairs. Google for it, it is a windows-based keytool gui. Thank you. I'll try this out. Hopefully, they have a version for OS X. Stephen

Installing SSL into tomcat

2005-01-24 Thread Mumanyi Bravismore
Sorry for my ignorance. Is there anyone who happens to have a guide on how to install SSL into tomcat. I have tried using the method that comes with tomcat documentation with no success. Thanks Regards /Bravo - To unsubscribe,

Re: Installing SSL into tomcat

2005-01-24 Thread Tim Funk
There are 2 ssl links here ... http://wiki.apache.org/jakarta-tomcat/UsefulLinks -Tim Mumanyi Bravismore wrote: Sorry for my ignorance. Is there anyone who happens to have a guide on how to install SSL into tomcat. I have tried using the method that comes with tomcat documentation with no

Re: Help! Installing SSL Certificate

2003-01-29 Thread Matt Fury
Luck, Yakov - Original Message - From: Matt Fury [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 6:45 AM Subject: Help! Installing SSL Certificate Hi All! I've recently purchased a certificate and am having problems getting the server to recognize

Help! Installing SSL Certificate

2003-01-28 Thread Matt Fury
Hi All! I've recently purchased a certificate and am having problems getting the server to recognize it. I've created the keystore using the HOW-TO docs but when I got the the HTTTS:// Tomcat does not connect. I can get Tomcat to connect using a self-generated certificate but by creating the

Re: Help! Installing SSL Certificate

2003-01-28 Thread Yakov Belov
PROTECTED] Sent: Wednesday, January 29, 2003 6:45 AM Subject: Help! Installing SSL Certificate Hi All! I've recently purchased a certificate and am having problems getting the server to recognize it. I've created the keystore using the HOW-TO docs but when I got the the HTTTS:// Tomcat does

Trouble installing SSL on Tomcat Standalone

2002-11-15 Thread Joseph Stephen Vaithara
Hi , I have configured SSL for my tomcat standalone webserver. I am using a trial VeriSign certificate. Now when I try to connect to tomcat Netscape throws the message Netscape and my host cannot communicate because they have no common encryption algorithms Any pointers as to where the

RE: Trouble installing SSL on Tomcat Standalone

2002-11-15 Thread Johan Bryssling
is called an abstraction leakage. -Original Message- From: Joseph Stephen Vaithara [mailto:Josephsv;infosys.com] Sent: den 15 november 2002 10:34 To: [EMAIL PROTECTED] Subject: Trouble installing SSL on Tomcat Standalone Hi , I have configured SSL for my tomcat standalone webserver. I am

RE: Trouble installing SSL on Tomcat Standalone

2002-11-15 Thread Joseph Stephen Vaithara
-Original Message- From: Johan Bryssling [mailto:johan.bryssling;assembla.se] Sent: Friday, November 15, 2002 6:25 PM To: Tomcat Users List Subject: RE: Trouble installing SSL on Tomcat Standalone Hi! I have the same problem, but have not yet solved it. (I know what the problem means

installing SSL

2002-09-17 Thread Monte . Gardner
I'm trying to get my Tomcat version 3.2 to work with SSL. So far I've done the following 1. downloaded the JSSE, unpacked the jars 2. placed the 3 JSSE jars in the $JAVA_HOME/lib/ext directoryy 3. placed the 3 JSSE jars in the $TOMCAT_HOME/lib directory 4. defined a JSSE_HOME variable to point