On 16/11/2016 00:47, Steve Willett wrote:
> I am trying to set up a stand-alone Tomcat server (apparently 7.0.53).
> When I set up a simple Connector on port 8443 (no specified ciphers, and
> a simple sslProtocol="TLS") using a DigiCert Certificate I can connect.
>
> However, if I test it with Qu
Enable verbose SSL.
Start Tomcat with -Djavax.net.debug=ssl. That will print a lot of info to
catalina.out.
You could also do the same thing on the client side if you used a java client,
or something similar with OpenSSL, curl, etc.
-Original Message-
From: Steve Willett
[st...@your
HI, i im also having the same problem.
java.io.IOException: Alias name aliasName does not identify a key entry.
But i m not bale to over come it. I m using keytool not opessl. Please
suggst me.
thanks ,Bhuvan MP
bajistaman wrote:
>
> So what you did was to create a new private key, CSR and th
ip Hanik - Dev Lists" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, August 29, 2007 10:32 PM
Subject: Re: Problems with SSL-enabled Tomcat 5.5
-
To start a new topic, e-mail: users@tomcat.apache.org
Ok, now it is working, I was missing the root cert.
I generated a script that did all the work:
JAVA_HOME=/usr/java/latest
export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH
export PATH
THE_NAME=www.dummy.org
export THE_NAME
rm /root/.keystore
rm /usr/share/tomcat5/.keystore
openssl pkcs8 -topk8 -no
So what you did was to create a new private key, CSR and then just follow the
instructions from your CA and everything worked?
Thanks,
Johann
--
View this message in context:
http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12463871
Sent from the Tomcat - User mailing
On 9/3/07, Werner Schalk <[EMAIL PROTECTED]> wrote:
> ... what I ended up doing was buying a new certificate
Your CA wouldn't let you submit a new CSR and re-issue the cert??
That's surprising.
--
Hassan Schroeder [EMAIL PROTECTED]
-
ertificate unfortunately.
Please let me know if you have another solution.
Bye,
Werner
- Original Message -
From: "bajistaman" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 03, 2007 2:42 PM
Subject: Re: Problems with SSL-enabled Tomcat 5.5
I have the same problem t
I have the same problem than you Werner, everything looks fine but the
browser is unable to verify the identity of my site. Firefox says:
a) Or the browser doesn't recognize the CA that is supporting the cert.
b) Or the cert is uncomplete because of a wrong server configuration.
c) Or the site is
- Original Message - From: "Filip Hanik - Dev Lists"
<[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, August 31, 2007 4:27 PM
Subject: Re: Problems with SSL-enabled Tomcat 5.5
you need the private key in order to run SSL, but you can import the
privat
- Original Message -
From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, August 31, 2007 4:27 PM
Subject: Re: Problems with SSL-enabled Tomcat 5.5
you need the private key in order to run SSL, but you can import the
privat
you need the private key in order to run SSL, but you can import the
private key, so ask the folks from your company for the private key,
here is the info how you import it,
someone else posted it this week
http://www.agentbob.info/agentbob/79.html
Filip
bajistaman wrote:
I'm having the same
I'm having the same problem. Some people from my company created the
Certificate Signing Request and the only thing that I've received was an
email with the certificate, then I tried to install it and I had the same
problems that Werner has. Do I have to do all over again from Tomcat from
the priv
ich are enabled.").
Any more ideas?
Bye,
Seb
- Original Message - From: "Filip Hanik - Dev Lists"
<[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Thursday, August 30, 2007 5:05 PM
Subject: Re: Problems with SSL-enabled Tomcat 5.5
looks like the key
riginal Message -
From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Thursday, August 30, 2007 5:05 PM
Subject: Re: Problems with SSL-enabled Tomcat 5.5
looks like the keyAlias="root" is not taking into effect, as the container
c
iginal
keystore file)? Are we screwed now?
Thank you. Any input is greatly appreciated.
Bye,
Werner.
- Original Message - From: "Filip Hanik - Dev Lists"
<[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, August 29, 2007 10:32 PM
Subject: Re:
tly appreciated.
Bye,
Werner.
- Original Message -
From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, August 29, 2007 10:32 PM
Subject: Re: Problems with SSL-enabled Tomcat 5.5
did you set
keyAlias="root" in se
did you set
keyAlias="root" in server.xml
Werner Schalk wrote:
Hello,
I am trying to setup a SSL-enabled Tomcat 5.5.? (5.5.20 I think) on a
Sun Solaris 10 (Sparc) but it turns out that this appears not to be an
easy task.
Hopefully you guys can shed some light on this. Basically I do have a
lto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ]
Sent: Thursday, August 09, 2007 12:55 PM
To: Tomcat Users List
Subject: Re: Problems with SSL
[EMAIL PROTECTED] ~]# java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pxi32dev-20070201 (SR4)) IBM
> From: Dario Hernan [mailto:[EMAIL PROTECTED]
> Subject: Re: Problems with SSL
>
> -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/t
> omcat5/common/lib
> -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/t
> omcat5/common/lib
Why do you have th
> From: Dario Hernan [mailto:[EMAIL PROTECTED]
> Subject: Re: Problems with SSL
>
> Yes, I installed it through yum installer, are there difference
> between it and tar file?
Yes, the .tar file works.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPR
Yes, I installed it through yum installer, are there difference
between it and tar file?
On 8/9/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote:
> On 8/9/07, Dario Hernan <[EMAIL PROTECTED]> wrote:
> > I changed the file /etc/bin/dtomcat5 and put there the JAVA_HOME
> > correctly, now when I start
On 8/9/07, Dario Hernan <[EMAIL PROTECTED]> wrote:
> I changed the file /etc/bin/dtomcat5 and put there the JAVA_HOME
> correctly, now when I start the tomcat, it use the correct jvm
That's progress :-)
> But, on the log file appear some errors.
Is this a Tomcat that was bundled with RedHat, as
3223-20070201 (JIT enabled)
> J9VM - 20070131_11312_lHdSMR
> JIT - 20070109_1805ifx1_r8
> GC - 200701_09)
> JCL - 20070126
>
>
> On 8/9/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> > > From: Dario Hernan [mailto:[EMAIL PROTECTED]
> > > Subject: Re: Problems with S
ifx1_r8
GC - 200701_09)
JCL - 20070126
On 8/9/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> > From: Dario Hernan [mailto:[EMAIL PROTECTED]
> > Subject: Re: Problems with SSL
> >
> > echo $PATH
> > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/loca
> From: Dario Hernan [mailto:[EMAIL PROTECTED]
> Subject: Re: Problems with SSL
>
> echo $PATH
> /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:
> /sbin:/bin:/usr/sbin:/usr/bin:/root/bin
That tells us nothing.
> echo JAVA_HOME
That should be:
ech
This is the output of the PATH
echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
And the JAVA_HOME
echo JAVA_HOME
JAVA_HOME
the JAVA_HOME is not setting and in the PATH there isn't something about java
but in the tomcat5.conf I
On 8/9/07, Dario Hernan <[EMAIL PROTECTED]> wrote:
> I'm use the IBM JDK on RedHat Enterprise Linux 5
You might /want/ to, but your error message says otherwise :-)
Check your JAVA_HOME and PATH statements; or run `java -version`
and see what you get.
--
Hassan Schroeder ---
I'm use the IBM JDK on RedHat Enterprise Linux 5
On 8/9/07, Peter Crowther <[EMAIL PROTECTED]> wrote:
> > From: Dario Hernan [mailto:[EMAIL PROTECTED]
> > java.lang.ClassNotFoundException: SSL not found in
> [...]
> > parent=gnu.gcj.runtime.SystemClassLoader
>
> Install and use the Sun JDK, not G
> From: Dario Hernan [mailto:[EMAIL PROTECTED]
> java.lang.ClassNotFoundException: SSL not found in
[...]
> parent=gnu.gcj.runtime.SystemClassLoader
Install and use the Sun JDK, not Gnu. As I recall, the Gnu
implementation doesn't contain the Sun SSL classes that Tomcat expects.
30 matches
Mail list logo