我在 ubuntu 上配置了一个 Nginx 软件,作为所有到内部上游服务器的流量的反向代理。此外,在同一个 nginx 服务器上,我有一个 Apache 服务器来为网站提供服务。
我正在尝试将流量从 Nginx (443) 路由到 Apache (8443),但不起作用。Nginx 和 Apache 上都配置了 SSL 证书,尝试配置其中一个,但都不起作用。
浏览器中看到的错误:
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
答案1
我还没评论,抱歉,但我敢打赌你尝试通过 8443 通过 nginx 访问 pleskhttp://dom:8443反而https://dom:8443