Apache 处理 SSL 请求并将其传递给 HAproxy
我正在尝试设置为前端反向代理,并使用 Haproxy 将请求转发到后端的 Apache Web 服务器。 我的问题是我未能成功地使用 Apache 处理 SSL 请求。
我知道 Haproxy 无法处理 SSL 请求,因此我尝试设置 Apache 以接受端口 443 上的客户端请求并将其转发到 Haproxy,然后 Haproxy 会拾取请求并将其转发到正确的 Apache 后端 Web 服务器。 有人成功做到这一点吗? 如果是的话,您能提供 Apache 和 Haproxy 配置的示例吗?
I am trying to set up as a front end reverse proxy with Haproxy forwarding requests to Apache web servers in the back end. My problem is that I have been unsuccessful in getting it to work with SSL requests using Apache.
I know that Haproxy can not handle SSL requests so I am trying to set up Apache to accept the clients requests on port 443 and forward it to Haproxy which will then pick up and forward the requests to the right Apache back end web server. Has anyone done this successfully? If yes can you provide examples of the Apache and Haproxy config please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,我有,请在此处查看配置链接文本
Yes I have please see the configuration here link text
我使用nginx,这里是一个示例nginx.conf:
在haproxy.cfg中,设置:
listen http_proxy 127.0.0.1:8000
I use nginx, here is an example nginx.conf:
In haproxy.cfg, set:
listen http_proxy 127.0.0.1:8000