Redirects been downgraded from Https to Http
问题 We are facing an issue we don't really know where it's coming from. Our application uses Spring Cloud , Spring Oauth2 and Spring Boot 1.5.9 . The entry point is an API-Gateway service using Zuul to redirect calls to the other microservices. There is an Authorization-server to handle the Oauth2 authorization, not accessible from the outside but through the API-Gateway . It is configured to use Https for every call that comes from clients and then we use Http once inside our system to