Is there any proxy server(SSL capable) written in Java?

2006-06-22 Thread frankpeng
I was thought Tomcat can be set up as a proxy server like Apache. But actually not. Right? I have Tomcat installed. How nice to have another instance running as a proxy server? If I cannot do this, I would rather find a nother proxy server instead of Apache because I like everything in JAVA.

Re: Tomcat 5.5.17 APR/SSL Client Certificat

2006-06-20 Thread frankpeng
The authorty who issues the certificate has to be authorized(imported) in the browser. Then the certificate has to be imported into the browser. The server's host name must match the host name in its certificate. Then the client's host name must match the host name in its certifcate. Do not

Re: Tomcat's scalability

2006-06-19 Thread frankpeng
I think there is no Tomcat scalability issue. The issue is your application scalability. We have made an application which be able to install on multiple Tomcats. I think this is the scalability issue. See, if you visit http://breakevilaxis.org, then you visit http://www.ddint.org They are the

Re: Tomcat SSL, after clientAuth="false" worked, how to set up to "true"?

2006-06-19 Thread frankpeng
Yes. You are right. The procedure works. That was wrong is that I did no make the server host name and the client host name match in the certs and in the tomcat-user.xml file. Also I edited the ca.pem file a litte bit and changed it to ca.crt and imported this file into the browser's trusted r

Re: Tomcat SSL, after clientAuth="false" worked, how to set up to "true"?

2006-06-16 Thread frankpeng
Gaƫl Sorry, I am so lazy I did not change the names. I will change it next time. Yes, I am working on Windows. All of the command are translated into Windows commands and there is no error after I fixed some commands and type errors. The problem is that Microsoft Internet Explore and Netsc

Re: Tomcat SSL, how to set up with clientAuth="true".

2006-06-15 Thread frankpeng
Hi, Sorry I made a mistake with the file name: truststoreFile="d:\tomcat\conf\truststore-itcilo.jks" It should be: truststoreFile="d:\tomcat\conf\truststore-itcilo2.jks" Now both IE and Netscape have entered the SSL session but they cannot get through. I think the reason is that both IE and N

Tomcat SSL, how to set up with clientAuth="true".

2006-06-15 Thread frankpeng
Hi, List! I have set up a SSL connection for my Tomcat 5.5.17 to a database connection using SSL. In my CATALINA_OPTS, there are some parameters to define where the store files are. It is like this: -Djavax.net.ssl.keyStore= -Djavax.net.ssl.keyStorePassword= The JDBC driver works fine with t

Tomcat SSL, after clientAuth="false" worked, how to set up to "true"?

2006-06-15 Thread frankpeng
Hi, I have followed this procedure twice and all are failed at the browsers. Some one please help to work out a proceducre so that we can set up clientAuth="true" after clientAuth="false" worked. Now, in this procedure, there are 3 aliases, itcilo_ca, map-test and santiago, which I cannot underst

Tomcat SSL, how to set up clientAuthenticaton

2006-06-15 Thread frankpeng
Hi, I am setting up a client authentication for Tomcat. I followed the following procedure but failed browsers. It says the issuer not found. Also I found another complete instruction which says 2 files are needed to import into browser's machine. I am trying to name the CN and the OU to match t