Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
Closes gh-43552
  • Loading branch information
philwebb committed Dec 18, 2024
2 parents 79d9780 + 229137d commit f5cf95d
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,15 @@ server:
bundle: "example"
----

NOTE: The `server.ssl.bundle` property can not be combined with the discrete Java KeyStore or PEM property options under `server.ssl`.
[NOTE]
====
The `server.ssl.bundle` property can not be combined with the discrete Java KeyStore or PEM property options under `server.ssl`.
The configprop:server.ssl.ciphers[], configprop:server.ssl.enabled-protocols[], configprop:server.ssl.protocol[] properties are also ignored when using a bundle.
These properties should instead be defined using `spring.ssl.bundle.<type>.<name>.options` properties.
====



[[howto.webserver.configure-ssl.sni]]
=== Configure Server Name Indication
Expand Down

0 comments on commit f5cf95d

Please sign in to comment.