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 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 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 are set up to simply reject non-secured
> >> connections (that's EASY, just comment out the non-secured
> >> connector); I'm sure some customers would like it to behave as
> >> you describe.
> > 
> > Read the servlet spec.
> 
> +1
> 
> > Simply set transport-guarantee to CONFIDENTIAL for all URL
> > patterns (/*).  You can do this in the global conf/web.xml, if
> > desired.

Yeah-no. Nothing is that simple ;)

> Not quite: there is still a bit of Tomcat configuration that needs to
> be done. The default configuration will do this correctly (redirect
> port 8080 -> 8443). If you want different port numbers, you'll need to
> read the configuration reference for the HTTP connector.

jsvc is working for me but the redirect 80 --> 8080 (ssl) shows up in the url 
https://tomcat7.mynatnet.yo/8080

I need to figure out how to have that uri load with ssl as 
https://tomcat7.mynatnet.yo


> 
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
> 
> iEYEARECAAYFAla+XogACgkQ9CaO5/Lv0PBYpACfcRriDcScS0UUbq6cFvOiCpfq
> QnUAnRGtVj7K0G+3PtUI2M5uF+mu3/hr
> =nzQi
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to