Re: Does Tomcat need a non-ssl connector?

2016-02-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Msh, On 2/16/16 9:16 PM, m...@kimwana.com wrote: > 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).

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-16 Thread Christopher Schultz
Msh, On 2/14/16 3:25 PM, m...@kimwana.com wrote: > On Thu, Feb 11, 2016 at 02:17:38PM -0500, m...@kimwana.com wrote: > > redirectPort="443" /> > > clientAuth="false" > disableUploadTimeout="true" enableLookups="false" maxThreads="25" >

Re: Does Tomcat need a non-ssl connector?

2016-02-16 Thread Christopher Schultz
Msh, On 2/13/16 12:28 PM, m...@kimwana.com wrote: > On Fri, Feb 12, 2016 at 05:36:56PM -0500, Christopher Schultz wrote: > Chuck, > > On 2/12/16 3:06 PM, Caldarale, Charles R wrote: >>>>> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] >>>>&g

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

Re: Does Tomcat need a non-ssl connector?

2016-02-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Msh, On 2/11/16 2:33 PM, 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

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: Does Tomcat need a non-ssl connector?

2016-02-12 Thread James H. H. Lampert
On 2/12/16, 11:40 AM, m...@kimwana.com wrote: Perhaps I should have phrased this differently. I want to force clients to ssl. When they hit http://app.myurl.com their browser should load https://app.myurl.com Wouldn't mind knowing that myself. All the Tomcat installations I'm responsible for

RE: Does Tomcat need a non-ssl connector?

2016-02-12 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Re: Does Tomcat need a non-ssl connector? > On 2/12/16, 11:40 AM, m...@kimwana.com wrote: > > Perhaps I should have phrased this differently. I want to force > > clients to ssl. When they hit

Re: Does Tomcat need a non-ssl connector?

2016-02-12 Thread Christopher Schultz
-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 connector? > >> On 2/12/16, 11:40 AM, m...@kimwana.com wrote: &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

Re: Does Tomcat need a non-ssl connector?

2016-02-11 Thread Mark Thomas
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 use a non-TLS connection. Mark

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: