Httpl1Nio2Protocol can work with springboot3.0.13, but have exception in v3.1,v3.2,v3.3.
exception is:
SslStoreProvider can only be used with Http11NioProtocol: org.apache.coyote.httpl1.Httpl1Nio2Protocol
use Http11NioProtocol is ok.
what 's the reason and solution ?