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
-
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
> 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
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
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
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
>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
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
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