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

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

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

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

暂无答案!

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

相关问题