Haproxy SNI vs HTTP Host ACL check performance

做~自己de王妃 提交于 2019-12-05 10:09:39
Thibaut A.

I've asked the same question on the haproxy mailing list and I got an answer:

  1. ssl_fc_sni performs faster than hdr(host), but it will be imperceptible.
  2. It's a bad idea to use the SNI value as a backend selector. The basic hdr(host) is definitely more standard, clean and safe.

Mailing list archive : http://marc.info/?l=haproxy&m=144490809910124&w=2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!