You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used nginx to proxy my SBA, and the configured HTTPS changed to HTTP when forwarding. I did not find a suitable configuration in the documentation to fix this problem.
Activity
ulischulte commentedon Jul 16, 2021
Hi @MorganArthur,
please try to set
server.forward-headers-strategy
toNATIVE
(https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto.webserver.use-behind-a-proxy-server)
MorganArthur commentedon Jul 19, 2021
I've tried. problem has been solved. Thank you very much.