Add note regarding mixing of bundle-based and direct SSL configuration#39616
Add note regarding mixing of bundle-based and direct SSL configuration#39616wanger26 wants to merge 2 commits intospring-projects:mainfrom
Conversation
- Clarify that mixing of bundle-based configuration and directly configuring the server's SSL settings is not supported and that you should only use one or the other. spring-projects#39310 Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
|
@wanger26 Thanks for the PR. The issue #39310 is specific to the configuration of SSL for embedded web servers. As such, a better place for the note would be in the section that is specific to that configuration here. Also, the use of the Would you mind making those changes in a new commit and updating the PR? |
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
I updated the wording and the location. Good catch @scottfrederick! 💯. Please let me know what you think of the new location and wording. |
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com> See gh-39616
Change Summary
Issue