使用外部代理服务器和客户端证书的HAProxy

时间:2019-03-13 09:26:12

标签: redirect proxy http-headers haproxy client-certificates

我遇到以下情况:

API-URL(示例):https://mywebservice.companyhost/ 只能通过http-proxy“ http://127.127.127.1”(示例)访问此URL。

curl命令如下所示:

curl --proxy http://127.127.127.1:3128 --cert /mnt/CERT.pem --cacert /mnt/CERT.pem“ https://mywebservice.companyhost/

我如何配置HAProxy,以使用该URL的客户端证书和外部代理转发到此后端?

就像我要访问https://myhaproxy.com/(在HAProxy上配置)一样,应使用代理服务器和客户端证书通过HAProxy将其重定向到https://mywebservice.companyhost/

0 个答案:

没有答案