Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added option for ssl reverse proxy #303

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterzen
Copy link
Contributor

@peterzen peterzen commented Sep 1, 2023

This option is required when running an SSL reverse proxy in front of the application, in order to avoid erroneous redirects to localhost:8443

Added further properties that are necessary as per #288

@peterzen peterzen changed the title Added option for ssl reverse proxy feat: Added option for ssl reverse proxy Sep 1, 2023
@Nonononoki
Copy link
Contributor

I assume this is only needed for nginx? Because I have Apache reverse proxy configured and works flawlessly as is.

@peterzen
Copy link
Contributor Author

peterzen commented Sep 2, 2023

I'm not exactly sure, haven't tried with apache but couldn't get it to to run with nginx without this being in place and it took quite a bit of searching, It might be worth having this in the file for people wanting to run nginx as SSL proxy.

@peterzen
Copy link
Contributor Author

peterzen commented Sep 3, 2023

This is the issue the PR solves:
spring-projects/spring-boot#6140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants