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

SSL Termination #142

Open
khamza85 opened this issue Mar 26, 2024 · 2 comments
Open

SSL Termination #142

khamza85 opened this issue Mar 26, 2024 · 2 comments

Comments

@khamza85
Copy link

app.UseHttpsRedirection();

this prevents from having an SSL termination proxy in front of the mock server.

@AleF83
Copy link
Contributor

AleF83 commented Mar 31, 2024

Hi,
Do you suggest to make it configurable?

@douglasg14b
Copy link

douglasg14b commented Mar 31, 2024

I believe this is also a factor of the ASPNETCORE_URLS configuration you might be using, if an HTTPS URL is configured you may still have problems even if UseHttpsRedirection() is unused.

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

No branches or pull requests

3 participants