RE: Antwort: Tomcat 7: Access Valve pattern cipher, SSL Protocol

2020-01-16 Thread Palod, Manish
2020 10:24 PM To: users@tomcat.apache.org Subject: Re: Antwort: Tomcat 7: Access Valve pattern cipher, SSL Protocol CAUTION: External email. Do not click links or open attachments unless you recognize the sender and know the content is safe. On 16/01/2020 15:02, Peter Köhler wrote: > Hi Palod,

Re: Antwort: Tomcat 7: Access Valve pattern cipher, SSL Protocol

2020-01-16 Thread Mark Thomas
.net.secure_protocol_version}r Mark > > Regards > > peter > > > > Von:"Palod, Manish" > An: "users@tomcat.apache.org" > Datum: 16.01.2020 15:58 > Betreff:Tomcat 7: Access Valve pattern cipher, SSL Protocol > >

Antwort: Tomcat 7: Access Valve pattern cipher, SSL Protocol

2020-01-16 Thread Peter Köhler
Hi Palod, i think you can do it with: JAVA_OPTS="$JAVA_OPTS -Djavax.net.debug=ssl,handshake" Regards peter Von:"Palod, Manish" An: "users@tomcat.apache.org" Datum: 16.01.2020 15:58 Betreff: Tomcat 7: Access Valve pattern cipher, SSL P

Tomcat 7: Access Valve pattern cipher, SSL Protocol

2020-01-16 Thread Palod, Manish
Hi All, I am using tomcat 7 and for audit purpose, want to see cipher and SSL protocol used in the request. How should I mention these attributes in the Access Valve pattern to get these info in the logs. Regards Manish