Problem with SSL / JSSE in Tomcat using a PKCS12_truststore_ - a curly one

2005-06-29 Thread Nigel Smith
ore, I'm doing the following: connector.setAttribute("truststoreFile", "c:\tomcatEmbedded\truststore.p12"); connector.setAttribute("truststorePass", "secret"); connector.setAttribute("truststoreType", "PKCS12"); The problem I have here i

RE: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-23 Thread Shapira, Yoav
av Shapira Millennium Research Informatics >-Original Message- >From: Rob Scala [mailto:[EMAIL PROTECTED] >Sent: Saturday, August 21, 2004 12:02 PM >To: Tomcat Users List >Subject: Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1 > >I discovered my problem. >

Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-21 Thread Rob Scala
I discovered my problem. The tomcat rpm for fedora core 2 was built with gcj, and it doesn't work with another jdk. I'll remove it and try to install from jpackage.org or apache.jakarta.org. Thank you very much for your help. On Sat, 2004-08-21 at 10:54, Rob Scala wrote: > This is interesting.

Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-21 Thread Rob Scala
This is interesting. Here's what I got: Standalone java.version: 1.4.1_02 Tomcat java.version: 3.4.0 3.4 is also the version of gcc on my machine. It seems like there are two versions of java, but there is only one executable on my machine called "java" (version 1.4.1_02). I wonder if the 3.4

Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-21 Thread QM
On Fri, Aug 20, 2004 at 10:36:22PM -0400, Rob Scala wrote: : When running a stand-alone program, it works fine, but within tomcat I : get an exception: "Protocol handler not found: https". : : I note that Security.getProviders() returns different provider lists. : With the stand-alone program, it

Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-20 Thread Rob Scala
Greetings, I am new to the list and I hope this is an appropriate question. I am running tomcat-4.1.27 and j2sdk-1.4.1 on fedora (both from rpms), and having trouble creating a client https URL. When running a stand-alone program, it works fine, but within tomcat I get an exception: "Protocol ha

RE: Debugging JSSE

2003-11-17 Thread Phillip Qin
Hi, I had removed myself from tomcat-user list so I have to email you personally. When you start tomcat, add an option to JAVA_OPT to enable jsse debugging. It is stated in j2sdk documentation under security then jsse. I used it months ago. But I removed it after my connections were tested OK. So

Re: Debugging JSSE

2003-11-11 Thread Bill Barker
To debug Tomcat, change the logging-level for 'org.apache.tomcat.util.net' to DEBUG. To debug JSSE, include the option '-Djavax.net.debug=ssl' on the command line. "Michael Jeffrey Tucker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi

Debugging JSSE

2003-11-11 Thread Michael Jeffrey Tucker
#x27;t know where to look to find the JSSE output. I have looked at the tomcat log files, and the catalina_log shows "The incoming request has been awaited" and "The incoming request has been assigned", but there is nothing in my access log or anything at all related to SSL or JS

tomcat 4.1 + JSSE + Security Manager (redux)

2003-10-17 Thread Chris Bontempi
rt it with Security Manager enabled ("catalina.sh start -security"), it exits after a couple of seconds with a ClassNotFoundException, and the following error: Can't find any SSL implementation ...in the log file. JSSE is installed, and the configuration works fine without the Securi

FW: SSL Cipher Suite Config in Tomcat JSSE

2003-09-17 Thread McClure, Timothy J(IndSys, GE Interlogix)
Sorry for repost, I need to copy myself in order to receive response. Tim -Original Message- From: McClure, Timothy J(IndSys, GE Interlogix) Sent: Wednesday, September 17, 2003 10:37 AM To: 'Tomcat Users List' Subject: RE: SSL Cipher Suite Config in Tomcat JSSE Bill,

RE: SSL Cipher Suite Config in Tomcat JSSE

2003-09-17 Thread McClure, Timothy J(IndSys, GE Interlogix)
PM To: [EMAIL PROTECTED] Subject: Re: SSL Cipher Suite Config in Tomcat JSSE Tomcat 5 supports configuring the cipher suite (by specifying ciphers="" on the Connector). I don't believe that this has been ported to Tomcat 4. "McClure, Timothy J(IndSys, GE Interlogix

Re: SSL Cipher Suite Config in Tomcat JSSE

2003-09-16 Thread Bill Barker
Tomcat 5 supports configuring the cipher suite (by specifying ciphers="" on the Connector). I don't believe that this has been ported to Tomcat 4. "McClure, Timothy J(IndSys, GE Interlogix)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I am trying to configure Tomcat to only su

SSL Cipher Suite Config in Tomcat JSSE

2003-09-16 Thread McClure, Timothy J(IndSys, GE Interlogix)
I am trying to configure Tomcat to only support cipher suite SSL_RSA_WITH_3DES_EDE_CBC_SHA as we have a requirement to only use Triple DES encryption. How does one do this? Tim McClure - To unsubscribe, e-mail: [EMAIL PROTECTE

SSL with IBM SDK and IBM JSSE

2003-02-13 Thread John Campbell
ector: I have replaced the actual keystore password with above. Since the IBM SDK 1.4.0 uses the IBM JSSE the following is in my java.security file: security.provider.1=com.ibm.jsse.IBMJSSEProvider security.provider.2=com.ibm.crypto.provider.I

Re: tomcat/ jsse problem, truncated post messages

2002-11-19 Thread Thomas Fromm
> I have no problem sending and receiving SOAP message > 16MB+ > with TC v.4.1.12 used both HTTP and HTTPS fine. The 16MB+ > includes an image file in BASE64 as well. :-) > > I have not tested greater than 16MB+, because it(Base64 stuff) > takes longer time time than encrypting and decrypting the

Re: tomcat/ jsse problem, truncated post messages

2002-11-19 Thread Pae Choi
the message encipherment with Keys. Pae - Original Message - From: "Thomas Fromm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 5:42 AM Subject: tomcat/ jsse problem, truncated post messages > > Hi, > > i try to send a messa

tomcat/ jsse problem, truncated post messages

2002-11-19 Thread Thomas Fromm
Hi, i try to send a message link this one: http://tfromm.com/4A3_POST_RNIF20_SIGN.txt over https using jsse. the problem is, that the message is truncated after ~16k. this not happens when i use plain http. i tried different jdk versions, also different tomcats (3.2.1 and 4.x )and i tried the

Re: Tomcat SSL & IBM JSSE

2002-10-15 Thread Panos Skondras
Hi again I manage to find ibmjsse.jar (I had to download the wsdk 100MB nice???) and put it int the java_home/jre/lib/ext directory i also left there the suns jsse jcert.jar,jnet,jar ,jsse.jar i change the java.security file and put the provider security.provider.1=sun.security.provider.Sun

Tomcat SSL & IBM JSSE

2002-10-15 Thread Panos Skondras
Hi all I am trying to run tomcat 4.0.4 on aix 4.3.3 on ssl mode I don't have the ibmjsse files because i can't find them anywhere is this a problem (Anyone one knows where is it ?) I am using sunn jsse i have put them in java_home/jre/lib/ext dir and also point the JSSE_HOME of

Tomcat, JSSE, JAXM SOAP Problem

2002-10-01 Thread Cooperstock, Dan
m via https (i.e. with secure encryption). So, as specified in couple of Java Web Services / SOAP books I bought, I installed JSSE, and added the following code to my app (before I call any web services): System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.i

Re: Tomcat, JSSE, JAXM SOAP Problem

2002-09-30 Thread Robert L Sowders
"Cooperstock, Dan" <[EMAIL PROTECTED]> 09/30/2002 02:06 PM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:Tomcat, JSSE, JAXM SOAP Problem >It seems like a lot

Tomcat, JSSE, JAXM SOAP Problem

2002-09-30 Thread Cooperstock, Dan
s / SOAP books I bought, I installed JSSE, and > added the following code to my app (before I call any web services): > > System.setProperty("java.protocol.handler.pkgs", > "com.sun.net.ssl.internal.www.protocol"); > Security.addProvider(new com.sun.net.ssl.int

Re: Install JSSE?

2002-09-17 Thread Giorgio Ponza
I tried both the configurations (i mean JDK 1.3.1_03 + JSSE and JDK 1.4.0 alone) and both work. If u follow exactly the ssl_howto, i dont think u can have problems. Remember you need to change the port 8443 to 443 if u want your server be visible in the net with the SSL enabled. If u need help

Re: JVM crashes when using JSSE

2002-08-28 Thread micael
Is everyone getting all the repeats on this list that I am? At 01:40 PM 8/27/2002 -0700, you wrote: >Subject: Re: JVM crashes when using JSSE >From: "Tim Koop" <[EMAIL PROTECTED]> > === >In case you're curious, I tried it with Sun's Java SDK

Re: JVM crashes when using JSSE

2002-08-28 Thread Jakarta Tomcat Newsgroup (@Basebeans.com)
Subject: Re: JVM crashes when using JSSE From: "Tim Koop" <[EMAIL PROTECTED]> === In case you're curious, I tried it with Sun's Java SDK 1.4.1 and all works fine. Tim Koop www.timkoop.com - Original Message - From: "Tim Koop" <[EMAIL PROTECTED

Re: JVM crashes when using JSSE

2002-08-27 Thread Tim Koop
In case you're curious, I tried it with Sun's Java SDK 1.4.1 and all works fine. Tim Koop www.timkoop.com - Original Message - From: "Tim Koop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 23, 2002 4:08 PM Subject: JVM crashes w

RE: tomcat jsse help!

2002-08-12 Thread Durham David Cntr 805CSS/SCBE
You have to tell tomcat to use that keystore. I'm not sure how to do that, check the manual. > -Original Message- > From: Truong Hieu C > Sent: Monday, August 12, 2002 11:08 AM > To: Tomcat Users List > Subject: Re: tomcat jsse help! > > > Thanks

Re: tomcat jsse help!

2002-08-12 Thread Truong,Hoang C.
tomcatCerts > > > -Original Message- > > From: Truong Hieu C > > Sent: Monday, August 12, 2002 10:43 AM > > To: Tomcat Users List > > Subject: tomcat jsse help! > > > > > > Hi All, > > I wanted to turn on https support for tomcat. So I ran this c

RE: tomcat jsse help!

2002-08-12 Thread Durham David Cntr 805CSS/SCBE
create your own keystore: keytool -genkey -alias tomcat -keyalg RSA -keystore tomcatCerts > -Original Message- > From: Truong Hieu C > Sent: Monday, August 12, 2002 10:43 AM > To: Tomcat Users List > Subject: tomcat jsse help! > > > Hi All, > I wanted t

tomcat jsse help!

2002-08-12 Thread Truong,Hoang C.
Hi All, I wanted to turn on https support for tomcat. So I ran this command: %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA I believe I mistypes keystore password. Now, If I startup tomcat, I got this error message: java.io.IOException: Keystore was tampered with, or password was inc

JSSE/mod_ssl or wrong mailing list

2002-08-09 Thread AMRAN121
very useful info for me. Also does anyone know which is better to use the mod_ssl or JSSE ORIGINAL MESSAGE HI I have just followed the Tomcat SSL HOWTO and I am able to get my https://localhost:443/ page. I then right-click on my mouse to get up the page properties; Protocol

JSSE vs MOD_SSL

2002-06-04 Thread Johnny
Hi Tomcat Users, I found out the mod_ssl is disabled after I integrated tomcat 4.0.3 with apache 1.3.20. So I wondering is it possible to run mod_ssl + tomcat + apache in the same time, instead of using JSSE? Regards Johnny. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]&g

JDK1.4 & JSSE

2002-05-23 Thread carlos1 . rivera
Is there a version of tomcat that uses the current jdk1.4 JSSE implementation? Thank You ___ Carlos Javier Rivera Vazquez GE Network Solutions 1990 West Nasa Blvd. Melbourne, Florida 32904 Phone: 321-435-5383 mailto:[EMAIL PROTECTED] http://www.gepower.com

Extension Mechanism Architecture & JSSE

2002-05-02 Thread Richard Wooding
Hi all, I'm still struggling to use HTTPS as a client (from classes within) a web application on: Redhat Linux 7.2 IBM JDK 1.3.1 Tomcat 4 JSSE 1.0.2 I think the fact that it uses the Extension Mechanism at URL: http://java.sun.com/j2se/1.3/docs/guide/extensions/spec.html has a beari

web application using implementation Sun's JSSE

2002-05-02 Thread Richard Wooding
Hi all, I have following configuration: 1. Local Web server: * A web application written using JSP 1.2 * IBM Java SDK 1.3 (for Linux) * Tomcat 4 * Sun's JSSE 1.0.2 (as an SSL Implementation) 2. Remote Web Server * Black box with a servlet which accepts requests via HTTPS The loca

Re: JSSE

2002-02-10 Thread masanori hashimoto
ARIGATOH!!(Thank you). I lacked proper understanding. >http://java.sun.com/products/jsse > >Please note that JSSE comes bundled with Java 1.4, so there is no need >for a separate download if you are using 1.4. > > > >> >>Where can JSSE be downloaded? >&g

Re: JSSE

2002-02-09 Thread Pascal Forget
http://java.sun.com/products/jsse Please note that JSSE comes bundled with Java 1.4, so there is no need for a separate download if you are using 1.4. > >Where can JSSE be downloaded? > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailt

JSSE

2002-02-08 Thread masanori hashimoto
Hello! Where can JSSE be downloaded? -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Tomcat +JSSE problem

2002-02-06 Thread Alex Perez
Hello! I'm having a nightmare trying to get Tomcat v:3.3 working properly with JSSE. So far, this is what I've done: -- [System]: Win2K Server + Apache + Tomcat 3.3 + jdk1.3.1 + JSSE1.0.2 Install

Re: Fwd: Re: Tomcat 4.0.2-b2 + JSSE + Security Manager

2002-01-24 Thread Renato
va.security.PrivilegedActionException > > <> > > > > Looking at the docs, it looks like it couldn't find the JSSE libraries. I > > even forced the jsse.jar, jcert.jar and jnet.jar on the global classpath > > when starting Catalina but I still can'

Tomcat 4.0.2-b2 + JSSE + Security Manager

2002-01-22 Thread Renato
Hi all, I'm installing Tomcat 4.0.2B2. Everything is fine except for the following: - I try to run a servlet that uses JSSE. If I start Catalina without the '- security' it works fine, if I start with the '-security' it generates the error: java.net.SocketExceptio

Re: error using jsse: cannot recover key

2002-01-18 Thread Duncan Smith
wrote: > Hello, > > i have generated the RSA key by using keytool & then as per the > configuration i have done the setting in the server.xml file. > I am using jsse for SSL. when i start my server then it gives me > java.io.IOException:Cannot recover key > > Please res

error using jsse: cannot recover key

2002-01-16 Thread Mehul S Dave
Hello, i have generated the RSA key by using keytool & then as per the configuration i have done the setting in the server.xml file. I am using jsse for SSL. when i start my server then it gives me java.io.IOException:Cannot recover key Please resolve the problem Thanks M

Timeout problem with Tomcat when used with JSSE and Apache?

2002-01-04 Thread Jim
I am getting an unexpected error when using Tomcat with JSSE and Apache. Initially, servlets run fine, but after approximately 1 hour, an error message box appears and the server exits. The message box disappears quickly, but it indicates an "unexpected java.exe" error. This problem o

Re: JSSE 1.0.2

2001-12-31 Thread Duncan Smith
Sorry. I was configuring JRE right, but I was configuring the wrong JRE. I'm new to java and didn't know that JRE came with the JDK, so I installed it seperatly. Many thanks for your help Duncan -- To unsubscribe: For additional commands:

Re: JSSE 1.0.2

2001-12-24 Thread Pae Choi
That's just one of three different ways we can set the system property which should be just a part of the JSSE learning curve. Pae > You probably also need to start Tomcat with extra startup options: > > TOMCAT_OPTS="- > Djava.protocol.handler.pkgs=com.sun.net.ssl

Re: JSSE 1.0.2

2001-12-24 Thread Renato
You probably also need to start Tomcat with extra startup options: TOMCAT_OPTS="- Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol " On Mon, 24 Dec 2001 06:35:32 -0800, "Pae Choi" <[EMAIL PROTECTED]> escreveu : > Have you tried any of three sa

Re: JSSE 1.0.2

2001-12-24 Thread Pae Choi
Have you tried any of three samples that come with JSSE? If not, try run those samples to see if your JSSE is well configured and ready to use. This will be your starting point to trace your problem. Once you have verified it, it will help you as well as other folks to have better understing of

Re: JSSE 1.0.2

2001-12-24 Thread Duncan Smith
make sure you > have jre\lib\ext with permissions. > > Renato - Brazil > > On Fri, 21 Dec 2001 17:16:49 +, Duncan Smith <[EMAIL PROTECTED]> > escreveu : > > > Hello. > > I've just downloaded JSSE 1.0.2 and put the three .jar files in > > j

Re: JSSE 1.0.2

2001-12-21 Thread Renato
, Duncan Smith <[EMAIL PROTECTED]> escreveu : > Hello. > I've just downloaded JSSE 1.0.2 and put the three .jar files in > jre\lib\ext directory. > > I've uncommented the example SSl connector in server.xml, but when I > restart, I get this error in the stdout.

JSSE 1.0.2

2001-12-21 Thread Duncan Smith
Hello. I've just downloaded JSSE 1.0.2 and put the three .jar files in jre\lib\ext directory. I've uncommented the example SSl connector in server.xml, but when I restart, I get this error in the stdout.log: Exception during startup processing java.lang.reflect.InvocationTarge

RE: Location of JSSE .jar files in Tomcat 3.3?

2001-11-26 Thread Larry Isaacs
With the JSSE jars in "lib/common", what is left in $JAVA_HOME/jre/lib/ext? One impact of moving just the JSSE jars to "lib/common" is that the jars that remain in "jre/lib/ext" can no longer see the classes in the JSSE jars. I'm not sure if some other ja

Re: Location of JSSE .jar files in Tomcat 3.3?

2001-11-26 Thread Greg Bailey
I tried placing the JSSE jar files (all 3 of them) into $TOMCAT_HOME/lib/common, and that didn't work either. Basically, I have a SOAP application (bean) that attempts to open an SSL connection using "https" in the URL. The following error occ

RE: Location of JSSE .jar files in Tomcat 3.3?

2001-11-20 Thread Larry Isaacs
Tomcat 3.3 has more levels of classloaders that Tomcat 3.2.3, which is likely why this issue appears. Class visibility between classloaders may not allow the JSSE jars to function in lib/apps. They may need to be in the same classloader as some other jar. I haven't yet played using JSSE e

Location of JSSE .jar files in Tomcat 3.3?

2001-11-20 Thread Greg Bailey
Hi, I'm in the process of attempting to update our web environment from Tomcat 3.2.3 to Tomcat 3.3, and one of our applications (a SOAP one) failed to find JSSE classes. The 3 files jcert.jar, jnet.jar, and jsse.jar are all located in /var/tomcat/lib/apps, since they would potentially be s

Re: Apache + mod_ssl === Tomcat + JSSE

2001-09-05 Thread Ricardo
illo Domenech Programació - Servei d'Informàtica Universitat Jaume I - Original Message - From: "Eirik Yksnøy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 12:23 PM Subject: RE: Apache + mod_ssl === Tomcat + JSSE try to import

RE: Apache + mod_ssl === Tomcat + JSSE

2001-09-05 Thread Eirik Yksnøy
try to import the certificates into your kaystore file with keytool -import -trustcacerts ++ -Original Message- From: Ricardo [mailto:[EMAIL PROTECTED]] Sent: 5. september 2001 12:02 To: [EMAIL PROTECTED] Subject: Apache + mod_ssl === Tomcat + JSSE Hi, I have created a CA

Apache + mod_ssl === Tomcat + JSSE

2001-09-05 Thread Ricardo
Hi, I have created a CA with openssl and I generate client and server certificates. I install this certificates in Apache (directories /ssl.cert and /ssl.key) and it works, but how can i do the same in tomcat (keytool) to use this certificates... My question is how can import certificate and key t

JSSE SSL with tomcat

2001-08-30 Thread Mehul S Dave
Hello everyone, Well i had configured my site with SSL functionality. I had set the parameters in Server.xml files perfect . one of it is : parameter = clientAuth value=true which means it expects the personal Certificate fom the client . I had tested & i got a personal certi on my Browser b

RE: Jsse / SSL / Tomcat

2001-08-22 Thread Curtis Dougherty
Ah HA...use jdk1.3.1 - 1.3 does NOT have the TLS algorithym -Original Message- From: zze-messager FTM balr002 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 8:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Jsse / SSL / Tomcat i use jdk1.2.2 (ibm) -Message

RE: Jsse / SSL / Tomcat

2001-08-22 Thread Curtis Dougherty
do you have your JAVA_HOME environment variable set? did you try running the keytool program from where it's installed? did you read the note that said DO NOT INSTALL JSSE into Tomcat? (you really shouldn't - if you did...erase it) The alias varibale is described in the JSSE d

Re: Jsse / SSL / Tomcat

2001-08-22 Thread Jonathan Eric Miller
rom: "zze-messager FTM balr002" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 8:31 AM Subject: RE: Jsse / SSL / Tomcat > i use jdk1.2.2 (ibm) > > -Message d'origine- > De : Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] &

RE: Jsse / SSL / Tomcat

2001-08-22 Thread zze-messager FTM balr002
i use jdk1.2.2 (ibm) -Message d'origine- De : Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 22 août 2001 15:29 À : [EMAIL PROTECTED] Objet : Re: Jsse / SSL / Tomcat - Original Message - From: "zze-messager FTM balr002" <[EMAIL PROTE

Re: Jsse / SSL / Tomcat

2001-08-22 Thread Jonathan Eric Miller
- Original Message - From: "zze-messager FTM balr002" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 2:42 AM Subject: Jsse / SSL / Tomcat > Hello, > > I need to use HTTPS > > 1. I've installed jsse.jar, jnet.jar an

HTTP/SSl/JSSE

2001-08-22 Thread zze-messager FTM balr002
Hello, I need to use HTTPS 1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext and in $TOMCAT/lib. 2. I need now to create a server certificate : I've tried the command line : keytool -genkey -alias tomcat -keyalg RSA -> i'm asked for the password : ch

Jsse / SSL / Tomcat

2001-08-22 Thread zze-messager FTM balr002
Hello, I need to use HTTPS 1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext and in $TOMCAT/lib. 2. I need now to create a server certificate : I've tried the command line : keytool -genkey -alias tomcat -keyalg RSA -> i'm asked for the password : ch

Re: jsse??

2001-07-14 Thread Adam Fowler
Hi, By default tomcat is not built with JSSE. If you want to use SSL use need JSSE. To do this download the source and JSSE jars from Sun and follow ssl-howto. Adam. On Friday 13 July 2001 13:33, you wrote: > Hi there, > How can I config to build Tomcat 3.2.2 without the JSSE? >

jsse??

2001-07-13 Thread YueMa
Hi there, How can I config to build Tomcat 3.2.2 without the JSSE? Thanks! Yue

About JSSE sample "URLReader"

2001-05-15 Thread Kevin Pang
To: Wed Jan 08 00:59:59 GMT+01:00 2020] Issuer: OU=Class 1 Public Primary Certification Authority, O="VeriSign, Inc.", C=US SerialNumber: [325033cf 50d156f3 5c81ad65 5c4fc825 ] ] too long, abbreviated here I searched the sun's JSSE forum, I'm surpris

Fwd: JSSE

2001-03-28 Thread Robin Green
Wrong mail list. Forwarding to tomcat-user. Please, no replies to cocoon-users or me. --- forwarded --- [EMAIL PROTECTED] wrote: >my config: >OS: WinNt4.0 SP6 >Apache Server 1.3.19 >jakarta-Tomcat 3.2.1 > >Problem: >i want to install JSSE >so i followed the instruct

RE: Tomcat 3.2.1 Standalone, JSSE 1.0.2 and Socket ERROR

2001-02-01 Thread Tobias Ødell - Wapportal.se
in Sanchez [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 11:27 AM To: [EMAIL PROTECTED] Subject: Tomcat 3.2.1 Standalone, JSSE 1.0.2 and Socket ERROR I am trying to use Tomcat 3.2.1 standalone compiled with SSL support and Jsse 1.0.2 I hava configured Tomcat to use port 443 with SSL

Tomcat 3.2.1 Standalone, JSSE 1.0.2 and Socket ERROR

2001-01-05 Thread Valentin Sanchez
I am trying to use Tomcat 3.2.1 standalone compiled with SSL support and Jsse 1.0.2 I hava configured Tomcat to use port 443 with SSL and it works fine using a browser. If I use "http://myserver/mypage.html" it do not use ssl If I use "https://myserver/mypage.html" it uses

Re: Do I need JSSE ?

2000-12-06 Thread Trevor Little
If you plan on using Tomcat standalone with ssl you must get JSSE and use the jars in there. You must also use tomcat 3.2. However, if you could also use apache in front of tomcat in which case you don't need JSSE. But if you went that route you would need open ssl etc. I found it easi

Do I need JSSE ?

2000-12-06 Thread amit
s SSL implementation ? 3) Is it needed to use JSSE (Java Secure Socket Extension) for above ? TIA ! Regards, -Amit E-Mail : [EMAIL PROTECTED] Sansui Software Pvt. Ltd.,Pune