You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wilkinsona
changed the title
Reactive Jetty web server does not fail fast when configured to use a server name bundle which is not supported
Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support
Feb 18, 2025
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
The text was updated successfully, but these errors were encountered: