Re: [OT] Install Comodo SSL in Tomcat

2020-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 1/29/20 2:26 PM, logo wrote: > Chris, > >> Am 29.01.2020 um 16:59 schrieb Christopher Schultz >> : >> > Peter, > > On 1/28/20 6:02 PM, logo wrote: > honorCipherOrder="true" protocols="TLSv1.2+TLSv1.3" >

Re: [Classpath] - Ordering issue

2020-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Xavier, On 1/29/20 3:23 PM, Xavier (Apache) wrote: > Hello Tomcat list, > > I’m struggling with a classpath problem. I have a webapp deployed > under Tomcat. I have setup multiple tests (3 to be exact). They are > all running 9.0.20, one under

[Classpath] - Ordering issue

2020-01-29 Thread Xavier (Apache)
Hello Tomcat list, I’m struggling with a classpath problem. I have a webapp deployed under Tomcat. I have setup multiple tests (3 to be exact). They are all running 9.0.20, one under macOS, and the other 2 under Debian (same version for both). My app requires the jar lib to be loaded in a

Re: [OT] Install Comodo SSL in Tomcat

2020-01-29 Thread logo
Chris, > Am 29.01.2020 um 16:59 schrieb Christopher Schultz > : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Peter, > > On 1/28/20 6:02 PM, logo wrote: >>> >> protocols="TLSv1.2+TLSv1.3" >>> ciphers="HIGH:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY13 >

Re: Tomcat 7: logs for failure request with unsupported cipher and unsupported SSL protocol

2020-01-29 Thread Mark Thomas
On 29/01/2020 16:02, Christopher Schultz wrote: > Mark, > > On 1/29/20 7:56 AM, Mark Thomas wrote: >> On 29/01/2020 12:40, Palod, Manish wrote: >>> Hi All, >>> >>> >>> I am using tomcat 7 and in our server we support connection only >>> with "TLSv1.2" and cipher >>>

Re: Tomcat 8.5 disabling port 80 listening

2020-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nitin, On 1/29/20 10:49 AM, Nitin Kadam wrote: > I have a tomcat 8.5 server configured in the production > environment. As per requirement, we need to disable all 80 port > listening from the application and only https (443) to be allowed.

RE: Tomcat 8.5 disabling port 80 listening

2020-01-29 Thread jonmcalexander
>> -Original Message- >> From: Nitin Kadam >> Sent: Wednesday, January 29, 2020 9:50 AM >> To: Tomcat Users List >> >> Subject: Tomcat 8.5 disabling port 80 listening >> Hi Team, >> I have a tomcat 8.5 server configured in the production environment. As per >> requirement, we need to

Re: Tomcat 7: logs for failure request with unsupported cipher and unsupported SSL protocol

2020-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/29/20 7:56 AM, Mark Thomas wrote: > On 29/01/2020 12:40, Palod, Manish wrote: >> Hi All, >> >> >> I am using tomcat 7 and in our server we support connection only >> with "TLSv1.2" and cipher >> "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256".

Re: [OT] Install Comodo SSL in Tomcat

2020-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 1/28/20 6:02 PM, logo wrote: >> > protocols="TLSv1.2+TLSv1.3" >> ciphers="HIGH:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY13 05:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA -

Tomcat 8.5 disabling port 80 listening

2020-01-29 Thread Nitin Kadam
Hi Team, I have a tomcat 8.5 server configured in the production environment. As per requirement, we need to disable all 80 port listening from the application and only https (443) to be allowed. I have implemented SSL and the same is working fine. however, still, tomcat is showing listening on

Re: Tomcat 7: logs for failure request with unsupported cipher and unsupported SSL protocol

2020-01-29 Thread Mark Thomas
On 29/01/2020 12:40, Palod, Manish wrote: > Hi All, > > > I am using tomcat 7 and in our server we support connection only with > "TLSv1.2" and cipher "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256". > > > > Following is the Access valve pattern > "%{E M/d/y @ hh:mm:ss.S a z}t %a

Tomcat 7: logs for failure request with unsupported cipher and unsupported SSL protocol

2020-01-29 Thread Palod, Manish
Hi All, I am using tomcat 7 and in our server we support connection only with "TLSv1.2" and cipher "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256". Following is the Access valve pattern "%{E M/d/y @ hh:mm:ss.S a z}t %a (%{X-Forwarded-For}i) > %A:%p %r %{requestBodyLength}r %D %s %B %I %{Referer}i