Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

211
Visualizações
Spring Boot forcing https cause redirection too many times in Google App Engine

I enabled https for all the requests within the App Engine - Flexible Environment.

override fun configure(http: HttpSecurity) {
    if (securityProperties.isRequireSsl) http.requiresChannel().anyRequest().requiresSecure()
}

But it is causing too many redirects and fails.

How to force https with Spring Boot on App Engine?

about 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

The Google Cloud Load Balancer terminates all https connections, and then forwards traffic to App Engine instances over http. Read More

Which was causing the redirects as the Spring Application was unaware of this switch.

App Engine proxies the request to the application by adding the X-Forwarded-Proto and X-Forwarded-For headers with which spring identifies the actual request protocol and where the request actually originated from.

To enable such behavior, I added the following configuration in application.yml:

server:
  tomcat:
    remote_ip_header: X-Forwarded-For
    protocol_header: X-Forwarded-Proto
about 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda