Re: [OT] Configuration question

2014-04-17 Thread Mark Murphy
le to keep some of the components. On Thu, Apr 17, 2014 at 11:44 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 4/17/14, 11:01 AM, Mark Murphy wrote: > > Yes, I inherited this mess pa

Re: [OT] Configuration question

2014-04-17 Thread Mark Murphy
, probably .NET. In the meantime I need to keep this thing on life support. On Thu, Apr 17, 2014 at 10:40 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 4/17/14, 10:01 AM, Mark Murph

Re: Configuration question

2014-04-17 Thread Mark Murphy
/* CONFIDENTIAL ... On Thu, Apr 17, 2014 at 9:42 AM, Jeffrey Janner wrote: > > -Original Message- > > From: Mark Murphy [mailto:jmarkmur...@gmail.com] > > Sent: Wednesday, April 16, 2014 12:42 PM > > To: Tomcat Users List > > S

Configuration question

2014-04-16 Thread Mark Murphy
How do I prevent Tomcat 6 from responding to a request to an IP address, that is I only want my Tomcat server to respond to requests to www.mydomain.com vs. 10.1.1.1. Is this possible? The problem is that our web security scanner is reporting "Web Server Uses Basic Authentication Without HTTPS",

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Mark Murphy
Thanks everyone, this has been very informative.

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Mark Murphy
Sorry for the dumb questions, I am new to SSL, and want to understand what I am doing, not just run these instructions, and it should work. On Fri, Apr 4, 2014 at 5:00 PM, Mark Murphy wrote: > So let me try to understand what is going on here. I generate a keystore > using keytool

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Mark Murphy
. What is this? a public key that matches up with the private key? Then I have to import the certificates that goDaddy returns to me because that validates the private key that is already in the keystore? On Fri, Apr 4, 2014 at 4:46 PM, Mark Thomas wrote: > On 04/04/2014 21:42, Mark Murphy wr

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Mark Murphy
keyEntry. Does, or should this matter? and if so, how do I change the type? On Fri, Apr 4, 2014 at 4:34 PM, Mark Murphy wrote: > 1.5.0_15 > > On Fri, Apr 4, 2014 at 3:23 PM, Daniel Mikusa > wrote: > > On Apr 4, 2014, at 2:52 PM, Mark Murphy wrote: > > > >> Cre

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Mark Murphy
1.5.0_15 On Fri, Apr 4, 2014 at 3:23 PM, Daniel Mikusa wrote: > On Apr 4, 2014, at 2:52 PM, Mark Murphy wrote: > >> Created my keystore according to the directions here: >> http://support.godaddy.com/help/article/5239/generating-a-csr-and-installing-an-ssl-certificate-in-tomc

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Mark Murphy
Created my keystore according to the directions here: http://support.godaddy.com/help/article/5239/generating-a-csr-and-installing-an-ssl-certificate-in-tomcat-4x5x6x7x This is what I see in Chrome: SSL Connection Error Unable to make a secure connection to the server. This may be a problem wit

Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Mark Murphy
I am trying to set up SSL on tomcat with a CA certificate from goDaddy. I am unable to load the Web Page using HTTPS. When I try to use a self signed certificate, everything works as expected, but when I change the keystore to point to the one with the CA certificate in it, I get nothing. There i