haproxy WEB ¹æ½Ä°ú SSL-SNI TCP ¶ó¿ìÆà ¹æ½Ä.

   Á¶È¸ 1658   Ãßõ 1    

haproxy에서 도메인 네임 기반으로 프록시가 가능하긴 합니다.


http 의 경우 


tcp인 경우 SSL-SNI 이용해서




예시
defaults
 maxconn 1000
 mode tcp
 log global
 option dontlognull # bind *:443 ssl crt .
 timeout http-request 5s
 timeout connect 5000
 timeout client 2000000 # ddos protection
 timeout server 2000000 # stick-table type ip size 100k expire 30s store conn_cur

frontend foo_ft_https
        mode tcp
        option tcplog
        bind *:443

tcp-request inspect-delay 5s
tcp-request content accept if { req_ssl_hello_type 1 }

acl whoer req.ssl_sni -i whoer.net
use_backend recap if whoer


        default_backend main

backend main
        mode tcp
        option tcplog

 server server1 private.server.net:1013

backend recap
        mode tcp
        option tcplog

 server server1 private.server.net:1005
ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.


QnA
Á¦¸ñPage 276/5700
2015-12   1582705   ¹é¸Þ°¡
2014-05   5046344   Á¤ÀºÁØ1
2022-05   1655   yummy
2023-05   1655   ¿À¹«¾Æ¹«¾Æ
2024-01   1655   ¹¹µçÆȾƿä
2022-02   1655   saint
2022-01   1655   ´ë¹Úµ¹ÀÌ
2021-10   1655   È­¶õ
2023-12   1655   ¾Æ¸¶µ¥¿ì¾²
2023-12   1655   grzlr
2022-05   1655   ±¸Â÷´Ï
2018-09   1655   À¯·ÉEÁ¤ÇØÁØ
2022-10   1655   L2½ºÀ§Ä¡
2022-01   1655   ³ª¿ì¼Ò·¡
2022-03   1656   ¸¶Áö¸·¼¼´ë
2024-04   1656   ¹Ú¹®Çü
2023-02   1656   2CPUÃÖÁÖÈñ
2023-10   1656   apuburner
2023-01   1656   Á¤ÀǼ®
2022-02   1656   ÇÁ¶û
2024-04   1656   ¾×ü¿ÍÄÄÇ»ÅÍ
2021-05   1657   ¼öÁÝÀº¸Á°í