Re: Query: HSTS | Tomcat 9.0.50

2023-01-17 Thread Christopher Schultz
really any more that you can do. Thanks, -chris -Original Message- From: Olaf Kock Sent: 16 January 2023 13:56 To: users@tomcat.apache.org Subject: Re: Query: HSTS | Tomcat 9.0.50 On 16.01.23 06:57, Deepti Sharma S wrote: Hello Team, Can you please help us for below query: Query

Re: Query: HSTS | Tomcat 9.0.50

2023-01-17 Thread Olaf Kock
On 17.01.23 13:09, Olaf Kock wrote: On 17.01.23 11:45, Deepti Sharma S wrote: Hello, I have tried with both Chrome and Mozilla in private window where information is not cached. HSTS is not working on custom ports. I'm not confident that HSTS is among those cached values that are not sha

Re: Query: HSTS | Tomcat 9.0.50

2023-01-17 Thread Olaf Kock
On 17.01.23 11:45, Deepti Sharma S wrote: Hello, I have tried with both Chrome and Mozilla in private window where information is not cached. HSTS is not working on custom ports. I'm not confident that HSTS is among those cached values that are not shared between normal and incognito mode.

RE: Query: HSTS | Tomcat 9.0.50

2023-01-17 Thread Deepti Sharma S
sers List Subject: AW: Query: HSTS | Tomcat 9.0.50 Hello, Which browser are you using? Can you clear the hsts information in the browser after changing the port in your configuration? I think browsers cache the hsts and port Informationen and don't switch to other ports with hsts. Greeting

AW: Query: HSTS | Tomcat 9.0.50

2023-01-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
eepti Sharma S Gesendet: Dienstag, 17. Januar 2023 05:00:35 An: Tomcat Users List Betreff: RE: Query: HSTS | Tomcat 9.0.50 Hi Olaf, Let me explain more on my use-case : 1. There is no reverse proxy in between tomcat and UA in my use case. 2. In Tomcat/conf/server.xml I have below connector set

RE: Query: HSTS | Tomcat 9.0.50

2023-01-16 Thread Deepti Sharma S
? Regards, Deepti Sharma PMPĀ® & ITIL -Original Message- From: Olaf Kock Sent: 16 January 2023 13:56 To: users@tomcat.apache.org Subject: Re: Query: HSTS | Tomcat 9.0.50 On 16.01.23 06:57, Deepti Sharma S wrote: > Hello Team, > > Can you please help us for below query: >

Re: Query: HSTS | Tomcat 9.0.50

2023-01-16 Thread Olaf Kock
On 16.01.23 06:57, Deepti Sharma S wrote: Hello Team, Can you please help us for below query: Query : How to enable HSTS in Apache Tomcat on non-default ports? We have custom ports for http and https and we want to enable HSTS on those custom ports. Note: We could see HSTS is working

Query: HSTS | Tomcat 9.0.50

2023-01-15 Thread Deepti Sharma S
Hello Team, Can you please help us for below query: Query : How to enable HSTS in Apache Tomcat on non-default ports? We have custom ports for http and https and we want to enable HSTS on those custom ports. Note: We could see HSTS is working with default ports 80/443 though it's not work