【发布时间】:2020-11-06 04:08:18
【问题描述】:
我的 S3 存储桶前面有一个 CloudFront 资源。它可以在——
https://<id>.cloudfront.net
但如果我打——
<id>.cloudfront.net:443
我收到 400 错误请求。我想在我的 HAProxy 配置中指向 CloudFront,但由于上述问题,我无法使用 443 端口。我也不能在服务器语句中使用https URL 协议。
backend my_cloudfront_app
http-response set-header Strict-Transport-Security max-age=31536000
server my_server <id>.cloudfront.net:443
如何从 HAProxy 中的此服务器块访问 HTTPS 云端?
【问题讨论】:
标签: https amazon-cloudfront haproxy