421在访问rest端点时错误地引导了请求

yhxst69z  于 2021-07-23  发布在  Java
关注(0)|答案(0)|浏览(390)

我在使用springrest模板访问rest端点时遇到以下错误

  1. <html>
  2. <head>
  3. <title>421 Misdirected Request</title>
  4. </head>
  5. <body>
  6. <center>
  7. <h1>421 Misdirected Request</h1>
  8. </center>
  9. <hr>
  10. <center>nginx/1.18.0</center>
  11. </body>
  12. </html>
  1. 1. NGINX is using as a reverse proxy for multiple endpoints using port 443
  2. 2. SSL certificate is in use with Subject Alternate Name (SAN): SAN have 4 different hostname configured
  3. 3. CURL is working without any problem and can reach the endpoint without any error. `curl -k`

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题