Re: ssl-skip-self-issued-ca option does not work

2020-08-10 Thread Seri , Kim
Hi, I've applied this patch in 2.2.x repository. It works well in any case. Thank you!! Seri -Original Message- From: "William Lallemand" To: "Sehoon Kim"; Cc: ; ; Sent: 2020-08-11 (화) 00:17:20 (GMT+09:00) Subject: Re: ssl-skip-self-issued-ca option does not w

Re: haproxy 1.6.0 crashes

2015-10-15 Thread Seri , Kim
Christopher Faulet <cfaulet@...> writes: > I confirm the bug. Here is a very quick patch. Could you confirm that it > works for you ? > Hi, I can confirm this patch fixes the crash!! cf. because of my mail service, I've changed my e-mail Thanks a lot. Seri

haproxy 1.6.0 crashes

2015-10-15 Thread Seri, Kim
, haproxy seems to crash. Thanks in advance. Seri

RE: haproxy segmentation fault

2014-09-22 Thread Seri
release version and b53934e. but, in 5436afc commit, haproxy crashes frequently. Any comments? Regards, Seri

RE: haproxy segmentation fault

2014-09-20 Thread Seri
.test.comgcache_edge t12.test.comgcache_edge # PUSH Domain t21.test.comgcache_push t22.test.comgcache_push -- Regards, Seri

RE: haproxy segmentation fault

2014-09-20 Thread Seri
Hi, Lucas # ./haproxy -c -f ./h.conf -p /var/run/haproxy.pid Segmentation fault and haproxy crashes when starting # ./haproxy -f ./h.conf -p /var/run/haproxy.pid Segmentation fault Regards, Seri

haproxy segmentation fault

2014-09-19 Thread Seri
Hi, all In recent haproxy 1.5 git repository, segmentation fault was occurred. As below, # gdb haproxy core.11536 GNU gdb (GDB) Red Hat Enterprise Linux (7.2-64.el6_5.2) snip (gdb) bt #0 propagate_processes (from=0x36eb9906a8, to=0x144) at src/cfgparse.c:5958 #1 0x00413c56 in

Re: in uri balance, http-keep-alive broken

2014-04-30 Thread Seri
Hi, This issue is reproduced in this environment( frontend(http-keep-alive), backend(http-server-close) ). In this environment(frontend(http-server-close), backend(http-server-close)), this works well. Regards, Seri -Original Message- From: Willy Tarreauw...@1wt.eu To: Cyril

Re: in uri balance, http-keep-alive broken

2014-04-30 Thread Seri
Hi Willy, Cyril It works very well. Thanks for your helps. Regards, Seri -Original Message- From: Willy Tarreauw...@1wt.eu To: Seriseri0...@naver.com; Cc: Cyril Bontécyril.bo...@free.fr; Lukas Tribusluky...@hotmail.com; HAProxyhaproxy@formilux.org; Sent: 2014-05-01 (목) 03:12:42

in uri balance, http-keep-alive broken

2014-04-29 Thread Seri
:01.163] http-in bk_tv/test1 12/0/0/112/30126 200 9773 - - sD-- 1/1/0/0/0 0/0 In frontend, If I changed http-keep-alive into http-server-close, all works fine. In backend, If I changed balance uri or balance url_param into balance roundrobin, all works fine. This is a bug? Regards, Seri

RE: in uri balance, http-keep-alive broken

2014-04-29 Thread Seri
-param etc environment, is to support client-side only keep-alive. Regards, Seri -Original Message- From: Lukas Tribusluky...@hotmail.com To: Seriseri0...@naver.com; HAProxyhaproxy@formilux.org; Cc: Sent: 2014-04-30 (수) 05:02:38 Subject: RE: in uri balance, http-keep-alive broken Hi

RE: in uri balance, http-keep-alive broken

2014-04-29 Thread Seri
tool, this is reproduced easily. What I want to do, in roundrobin environment, is to support client/server-side keep-alive, in uri, url-param etc environment, is to support client-side only keep-alive. Regards, Seri -Original Message- From: Lukas Tribusluky-37@hotmail.com

RE: map_dom, map_sub issue

2014-04-28 Thread Seri
. Thanks, Seri -Original Message- From: Lukas Tribusluky...@hotmail.com To: Seriseri0...@naver.com; HAProxyhaproxy@formilux.org; Cc: Sent: 2014-04-28 (월) 19:43:13 Subject: RE: map_dom, map_sub issue Hi, Hi, I have a map configuration as below ** haproxy configuratioin file

Re: map_dom, map_sub issue

2014-04-28 Thread Seri
Hi, Thanks for your detailed explanation!! I have misunderstanding of sub, dom, etc until now. Regards Seri -Original Message- From: Thierry FOURNIERtfourn...@exceliance.fr To: Seriseri0...@naver.com; Cc: Lukas Tribusluky...@hotmail.com; HAProxyhaproxy@formilux.org; Sent: 2014-04

map_dom, map_sub issue

2014-04-27 Thread Seri
/host_to_backend.map file www.a.com www.a.coom m.www.a.com m.www.a.com If I request Host: www.a.com, www.a.com backend is chosen. If I request Host: m.www.a.com, ww.a.com backend not m.www.a.com backend is chosen. Is this right behaviour? Have I missed something? Thanks, Seri

Compile Error in abf08d (2004/01/15)

2014-01-14 Thread Seri
Hi! In today repository abf08d, compile error/warning occurred as below. My OS Environment : CentOS 6.4 x86_64 In file included from src/listener.c:18: include/common/accept4.h:61: error: static declaration of 'accept4' follows non-static declaration /usr/include/sys/socket.h:222: note:

according to the ciphersuite, ECC-based and RSA-based Certificate use

2013-05-30 Thread Seri
Hi, According to the ciphersuites, I hope to use ECC-based certificate and RSA-based certificate. This is possible? Thanks, seri

Re: haproxy 1.5-dev18 + patch corruption happened!!

2013-05-08 Thread Seri
-reg); -free(preg); #else regfree(preg); #endif I've tested after applying this patch. It works very well without corrupting. Thanks, Seri