Re: SSL setup - Apache Tomcat service won't start

2016-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Khisanth, On 9/26/16 7:45 AM, TJ wrote: > I have Apache Tomcat/9.0.0.M10 on Windows 10 64bit and want to > setup SSL. Am following > https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html and gone > through the steps of creating the keystore wi

RE: SSL setup for tomcat 7.0.10 using a CA cert

2011-05-08 Thread chip chipper
users@tomcat.apache.org > Date: Sun, 8 May 2011 10:08:23 -0500 > Subject: RE: SSL setup for tomcat 7.0.10 using a CA cert > > > From: chip chipper [mailto:chipper7...@hotmail.com] > > Subject: FW: SSL setup for tomcat 7.0.10 using a CA cert &g

RE: SSL setup for tomcat 7.0.10 using a CA cert

2011-05-08 Thread Caldarale, Charles R
> From: chip chipper [mailto:chipper7...@hotmail.com] > Subject: FW: SSL setup for tomcat 7.0.10 using a CA cert > May 7, 2011 9:19:09 PM org.apache.catalina.startup.SetAllPropertiesRule begin > WARNING: > [SetAllPropertiesRule]{Server/Service/Connector} Setting property > 'maxSpareThreads' to

RE: SSL setup for tomcat 7.0.10 using a CA cert

2011-05-08 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: SSL setup for tomcat 7.0.10 using a CA cert > take all the 32bit folders off the PATH > best to SET CLASSPATH= > download the 64bit windoze version of Tomcat7 from > http://tomcat.apache.org/download-70.cgi A

RE: SSL setup for tomcat 7.0.10 using a CA cert

2011-05-08 Thread Martin Gainty
Chip- take all the 32bit folders off the PATH best to SET CLASSPATH= download the 64bit windoze version of Tomcat7 from http://tomcat.apache.org/download-70.cgi reconfigure and let us know if there any further issues Martin Gainty __ Verzicht und Ve

Re: ssl setup in tomcat

2010-10-20 Thread Pid
On 20/10/2010 12:44, Hemanth Gundlapudi wrote: > Hi , > > I am planning to setup secure connection in our environment which consist of > apache webserver, tomcat ( two instances running on the same machine) which > talks to a third party application maintained by third party vendor. What are y

Re: SSL setup question

2008-11-20 Thread Filip Hanik - Dev Lists
the infinite loop is fixed in 6.0.18, the system will still not start, since the JVM you're running with doesn't support the type of cipher that you're keystore is trying to use search http://tomcat.markmail.org for the same error, it's been answered before Filip Neil B. Cohen wrote: I'm h

Re: SSL setup help

2008-11-06 Thread Bill Barker
The entry keystoreFile="${/usr/local/jre1.6.0_06/bin/keystore.key}/.keystore" is almost certainly wrong. For this to work, you would have to start Tomcat with the weird entry -D/usr/local/jre1.6.0_06/bin/keystore.key=/path/to/my/keystore/keys. Tomcat does variable substitution when parsing the

Re: SSL setup help

2008-11-05 Thread Serge Fonville
Hi, To configure tomcat using SSL on Windows I use: multi-host tomcat ssl on windows download and install java 1.5 jdk set JAVA_HOME to the root of the JDK directory add JAVA_HOME\bin to the path install Visual C++ 2008 redistributable download and install openssl http://www.openssl.org --> related

RE: SSL Setup From Site

2006-12-13 Thread Caldarale, Charles R
> From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Setup From Site > > I don't really care, but could I put in some bogus > certificate for development, or just let it go. Yes, just create a self-signed certificate. The instructions for doing so with the n

Re: SSL Setup From Site

2006-12-13 Thread Jim Reynolds
Charles, got it. I [x] checked the native on the install, then installed Tomcat. After that I removed the tcnative-1.dll and restarted tomcat. I added my info to the server.xml and restarted. Yippie! So now I have SSL running on tomcat 5.5.20. Anyway, this brings up one last question. When it co

Re: SSL Setup From Site

2006-12-13 Thread Hassan Schroeder
On 12/13/06, Jim Reynolds <[EMAIL PROTECTED]> wrote: I am running version 5.5.17 and I am not seeing anything in the logs regarding APR. You might want to grep for 'Starting ' because a Tomcat install with out-of-the-box logging will show something like this at startup: Dec 13, 2006 11:46:36 A

RE: SSL Setup From Site

2006-12-13 Thread Caldarale, Charles R
> From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Setup From Site > > In order to use the native (I believe that is what I was > doing in my server.xml file) I want to include "native" > with a checkbox, or I do not want to include Native? >

Re: SSL Setup From Site

2006-12-13 Thread Jim Reynolds
Charles R <[EMAIL PROTECTED]> wrote: > From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Setup From Site > > the installer does not ask any questions. I used the .exe. It doesn't ask the question explicitly. On the Choose Components window, if you open up th

RE: SSL Setup From Site

2006-12-13 Thread Caldarale, Charles R
> From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Setup From Site > > the installer does not ask any questions. I used the .exe. It doesn't ask the question explicitly. On the Choose Components window, if you open up the Tomcat entry by clicking on the + sig

Re: SSL Setup From Site

2006-12-13 Thread Jim Reynolds
I am running version 5.5.17 and I am not seeing anything in the logs regarding APR. Logs I have are: admin catalina host-manager jakarta-service localhost manager stderr stdout I grepped the logs for APR and came up with nothing. Also, I just installed 5.5.20, and 6.0 to try and find where the #

Re: SSL Setup From Site

2006-12-13 Thread devlists
what version of Tomcat and what are the logs saying? Filip Quoting Jim Reynolds <[EMAIL PROTECTED]>: After creating a new Host, I now want to set up SSL on it. Following the docs I did the following: 1) create keystore E:\Tomcat\bin\DEVKEY>keytool -genkey -alias tomcat -keyalg RSA -keystore E

RE: SSL Setup From Site

2006-12-13 Thread Caldarale, Charles R
> From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Setup From Site > > I did do the exe installer, but many searches did not > find the tcnative.dll. You have to explicitly click on a check box in the installer to get it, at least on 5.5.20. It's tcnative-

Re: SSL Setup From Site

2006-12-13 Thread Jim Reynolds
Chuck, you are very smart. I remembered doing this in my production box to get SSL working. I did do the exe installer, but many searches did not find the tcnative.dll. Actually I couldn't find any tcnative references anywhere. Perhaps there is another mechanism to use native in 5.5.17? Funny thin

RE: SSL Setup From Site

2006-12-13 Thread Caldarale, Charles R
> From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subject: SSL Setup From Site > > 4) restarted tomcat, but I do not get ssl? If you used the .exe download for Tomcat, you may have APR installed. Its SSL configuration is rather different than that for Tomcat's pure Java connector. The doc for AP

Re: SSL Setup

2006-06-09 Thread Roch
Thanks for the info. Finally figured out the problem.the certs were wrong in the keystore. Thanks for all your help though! -- View this message in context: http://www.nabble.com/SSL-Setup-t1710991.html#a4791758 Sent from the Tomcat - User forum at Nabble.com.

Re: SSL Setup

2006-06-06 Thread Jack
You can download the strong encryption mechanisms here: http://java.sun.com/j2se/1.4.2/download.html (Right at the bottom of the page) Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 1.4.2 On 06/06/06, Roch <[EMAIL PROTECTED]> wrote: How do I check to see i

Re: SSL Setup

2006-06-06 Thread Roch
How do I check to see if I have the strong encrytion algorithms in the JDK? -- View this message in context: http://www.nabble.com/SSL-Setup-t1710991.html#a4733795 Sent from the Tomcat - User forum at Nabble.com. - To start a n

Re: SSL Setup

2006-06-05 Thread Jack
Do you have the strong encryption algorithms installed in the JDK you are using? On 02/06/06, Roch <[EMAIL PROTECTED]> wrote: I'm getting the error that says "cannot communicate securely because they have no common encryption algorithms. -- View this message in context: http://www.nabble.com/S

Re: SSL Setup

2006-06-02 Thread Roch
I'm getting the error that says "cannot communicate securely because they have no common encryption algorithms. -- View this message in context: http://www.nabble.com/SSL-Setup-t1710991.html#a4680316 Sent from the Tomcat - User forum at Nabble.com. --

Re: SSL Setup

2006-06-02 Thread Roch
I finally got it to recognize the keystore and its able to get in. I still have clientauth="false". I had to add in ciphers also. I'm not getting any errors. But when I go to view the page, it won't come up. Is there anything else that I missed? Thanks. -- View this message in context: http

Re: SSL Setup

2006-06-01 Thread Jack
You can have a look here and see if you find any useful tips - this explains how I got SSL to work on Tomcat: http://jack.godau.googlepages.com/jbosscertificatesandopenssl Cheers Jack... On 31/05/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello. I'm setting up SSL. I have Tomcat 5.5.16

Re: SSL Setup

2006-06-01 Thread Gaël Lams
Hi, Thank you the information. Does the keystore have to be located in a specific location? I have done everything listed but the keystore location is different. No specific location, /etc/tomcat was not existing and I created it because I like to have all the files related to configuration

Re: SSL Setup

2006-05-31 Thread Roch
Thank you the information. Does the keystore have to be located in a specific location? I have done everything listed but the keystore location is different. Ro -- View this message in context: http://www.nabble.com/SSL+Setup-t1710991.html#a4646730 Sent from the Tomcat - User forum at Nabble.c

Re: SSL Setup

2006-05-31 Thread Gaël Lams
Hi, Hello. I'm setting up SSL. I have Tomcat 5.5.16. The error that I'm getting is that it can't locate my keystore file. I have using the keystorefile attribute but its still not working. Can anyone help? A more detailed email explaining what you tried would be needed to be able to he

RE: SSL Setup

2005-11-11 Thread Teh, Bortie
: SSL Setup Teh, Bortie schreef: >I've been trying to setup SSL for tomcat, I have created the keystore, generated a csr, ordered a certificate, imported the certificate, and configured the server to respond on port 8443. My problem is that I can not get any pages to load when I u

Re: SSL Setup

2005-11-11 Thread Rick van der Zwet
Teh, Bortie schreef: I've been trying to setup SSL for tomcat, I have created the keystore, generated a csr, ordered a certificate, imported the certificate, and configured the server to respond on port 8443. My problem is that I can not get any pages to load when I use https://localhost:844