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

"https" profile in application.yml has no effect #106

Open
ghost opened this issue Feb 20, 2020 · 0 comments
Open

"https" profile in application.yml has no effect #106

ghost opened this issue Feb 20, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 20, 2020

In the "application.yml" file, I noticed no difference in behavior with and without the "https" profile set:

spring.profiles.active: https,diag,zos

It seems that the only thing which determines whether HTTP or HTTPS is used, is whether or not server.ssl properties are set in "application.yaml".

The behavior I expected would be that if the "https" profile is set, and no server.ssl properties are set, then an error would result because SSL configuration is required.

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

0 participants