IIS - Tomcat - SSL - Please Help

2004-06-28 Thread Apahce Tomact
I have an SSL certificate already installed on IIS and would like my web pages to be displayed in HTTPS mode using Tomcat. What steps must I take to do this? Thank you very much in advance. Regards, Rama - Do you Yahoo!? Yahoo! Mail Address

RE: ssl please help!

2002-03-06 Thread Ofur-Bjarni
- From: Chris Campbell [mailto:[EMAIL PROTECTED]] Sent: 6. mars 2002 04:12 To: 'Tomcat Users List' Subject: RE: ssl please help! > Hello, > is it possible to use ssl without having a > certificate?(.keystore thingy) > The problem is that the web application I'm makin

RE: ssl please help!

2002-03-05 Thread Chris Campbell
> Hello, > is it possible to use ssl without having a > certificate?(.keystore thingy) > The problem is that the web application I'm making will be > distributed, so > it won't always be running on the same server name and > therefor browsers > will always point out the fact that the name on t

ssl please help!

2002-03-05 Thread Ofur-Bjarni
Hello, is it possible to use ssl without having a certificate?(.keystore thingy) The problem is that the web application I'm making will be distributed, so it won't always be running on the same server name and therefor browsers will always point out the fact that the name on the certificate does

RE: Apache + Tomcat + SSL : Please help me on this

2002-02-28 Thread Anton Brazhnyk
Hi, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 28, 2002 5:37 AM > To: [EMAIL PROTECTED] > Subject: Apache + Tomcat + SSL : Please help me on this > > > Hi All, > > I have a problem in configu

Apache + Tomcat + SSL : Please help me on this

2002-02-27 Thread zaid
Hi All, I have a problem in configuring SSL. I basically have two questions. 1. I'm trying to configure Apache to use Tomcat as a servlet container. My Apche server is 1.3.14-3 and i'm using Tomcat 4.02 and mod_webapp.so to integrate using WebAppConnection. I basically followed the steps given

Re: Still Can't set-up Tomcat for ssl. Please help.

2001-04-04 Thread Alex Colic
>To: Tomcat-User <[EMAIL PROTECTED]> >From: Kevin Sangeelee <[EMAIL PROTECTED]> >Subject: Re: Can't set-up Tomcat for ssl. Please help. >Message-ID: <[EMAIL PROTECTED]> > >If you're running Tomcat standalone, try changing the port value to 443 >rather than

Re: Can't set-up Tomcat for ssl. Please help.

2001-04-03 Thread Kevin Sangeelee
If you're running Tomcat standalone, try changing the port value to 443 rather than 8443 (and make sure any firewalls are configured to allow this protocol) (or of course append :8443 to your https request). Kevin On Tue, 3 Apr 2001, Alex Colic wrote: > I have been trying to set up tomcat to ru

Can't set-up Tomcat for ssl. Please help.

2001-04-03 Thread Alex Colic
Help, I have been trying to set up tomcat to run ssl direct. I have done the following: 1: I added the following to server.xml 2: edited the java.security file 3: added jcer.jar, jnet.jar and jss3.jar to jre/lib/ext and tomcat/lib 4: created a key via keytool I think