3

We have a Spring Boot application behind an AWS Application Load Balancer. The load balancer terminates SSL before forwarding coming requests to our application and also redirects 80 port to 443 port.

We want to enable strict-transport-security (hsts) response header but we don't want to enable it on Spring Boot by adding SSL information to the app's configuration.

Is it possible to enable hsts on AWS Application Load Balancer without enabling https on Spring Boot?

Anant Swaraj
  • 169
  • 4
berkay.ozturk
  • 31
  • 1
  • 3
  • https://stackoverflow.com/questions/51906676/enabling-hsts-in-aws-elb-application-load-balacer – Tim May 18 '21 at 08:40

0 Answers0