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
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 ?