Re: Does Tomcat need a non-ssl connector?

2016-02-16 Thread msh
On Tue, Feb 16, 2016 at 08:52:50AM -0500, Christopher Schultz wrote: > > > If jsvc is working for you, what's the port number you chose for SSL? > 8080? (That's odd, most people use 8443). Why not just use the standard > port for HTTPS? I want to use 443. I don't want proxies or to see the port

Re: Does Tomcat need a non-ssl connector?

2016-02-14 Thread msh
On Thu, Feb 11, 2016 at 02:17:38PM -0500, m...@kimwana.com wrote: It works! Requests to port 80 area sent to 443, and there's no need to append a non-standard port! The counterintuitive bit for me is, port 443 is seemingly configured twice. No need for iptables or httpd! Woot! >

Re: Does Tomcat need a non-ssl connector?

2016-02-13 Thread msh
On Fri, Feb 12, 2016 at 05:36:56PM -0500, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chuck, > > On 2/12/16 3:06 PM, Caldarale, Charles R wrote: > >> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > >> Subject: Re: Does Tomcat need a non-ssl

Re: ssl config questions

2016-02-12 Thread msh
On Fri, Feb 12, 2016 at 10:53:12AM -0700, George Sexton wrote: > > On 2/11/2016 11:30 AM, m...@kimwana.com wrote: > >On Thu, Feb 11, 2016 at 12:28:40PM -0500, Christopher Schultz wrote: > >>-BEGIN PGP SIGNED MESSAGE- > >>Hash: SHA1 > >>

Re: Does Tomcat need a non-ssl connector?

2016-02-12 Thread msh
On Thu, Feb 11, 2016 at 02:33:06PM -0500, m...@kimwana.com wrote: > On Thu, Feb 11, 2016 at 07:19:10PM +, Mark Thomas wrote: > > On 11/02/2016 19:17, m...@kimwana.com wrote: > > > If I want to run Tomcat using ssl only do I still need to set up a > > > non-ssl connector and redirect the port?

Re: ssl config questions

2016-02-12 Thread msh
On Fri, Feb 12, 2016 at 10:53:12AM -0700, George Sexton wrote: > > > On 2/11/2016 11:30 AM, m...@kimwana.com wrote: > >On Thu, Feb 11, 2016 at 12:28:40PM -0500, Christopher Schultz wrote: > >>-BEGIN PGP SIGNED MESSAGE- > >>Hash: SHA1 > >&g

Re: Does Tomcat need a non-ssl connector?

2016-02-11 Thread msh
On Thu, Feb 11, 2016 at 07:19:10PM +, Mark Thomas wrote: > On 11/02/2016 19:17, m...@kimwana.com wrote: > > If I want to run Tomcat using ssl only do I still need to set up a non-ssl > > connector and redirect the port? > > That depends if you want Tomcat to respond at all if a user tries to

Does Tomcat need a non-ssl connector?

2016-02-11 Thread msh
If I want to run Tomcat using ssl only do I still need to set up a non-ssl connector and redirect the port? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: ssl config questions

2016-02-11 Thread msh
On Thu, Feb 11, 2016 at 12:28:40PM -0500, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Msh, > > On 2/10/16 7:04 PM, m...@kimwana.com wrote: > > I have the fillowing problem to solve for a job interview. Fillowing. Heh! Thanks for t

ssl config questions

2016-02-10 Thread msh
I have the fillowing problem to solve for a job interview. Install the latest version of Apache Tomcat 7 using the latest version of Oracle Java 8.Done. Running under a non-root account.