为什么Spring Web会引发TLSv1.3异常

时间:2019-08-26 12:34:50

标签: spring spring-boot spring-mvc

我将Spring Boot 2.1.5与Spring Web 5.1.7和其他Spring Cloud库一起使用。

但是,当我尝试执行简单的GET请求时,会收到以下异常:

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: TLSv1.3
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1013)
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

知道为什么吗?

0 个答案:

没有答案