We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We don't support SNI with Jetty and an attempt to use a server name SSL bundle with a Jetty servlet web server fails fast:
spring-boot/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty/JettyServletWebServerFactory.java
Lines 247 to 250 in e51efef
A similar assertion should be made on the reactive side:
spring-boot/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty/JettyReactiveWebServerFactory.java
Lines 251 to 253 in e51efef