Re: rewrite header http:// to https://

2015-03-31 Thread Abdelouahed Haitoute
Hello Lukas, Based on the haproxy documentation http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4-reqirep http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4-reqirep I have changed the configuration. Beside changing rspirep, I saw the traffic in wireshark and saw “GET

Re: ldap-check with Active Directory

2015-03-31 Thread Matt .
I'm also testing some ldap checks but I see lots of logging and log partitions filling up like crazy. I wonder if it's really doable to check the ldap status in in a gracefull way. 2015-03-31 9:45 GMT+02:00 Neil - HAProxy List maillist-hapr...@iamafreeman.com: Hello I was thinking of updating

Re: ldap-check with Active Directory

2015-03-31 Thread Neil - HAProxy List
Hello I was thinking of updating the ldap-check but I think I've a better idea. Macros (well ish). send-binary 300c0201 # LDAP bind request ROOT simple send-binary 01 # message ID send-binary 6007 # protocol Op send-binary 0201 # bind request send-binary 03 # LDAP v3 send-binary

Re: ldap-check with Active Directory

2015-03-31 Thread Baptiste
Hi Matt, The issue with LDAP, is that it is not a banner protocol. So either you check the TCP port is well bound on the server for a simple L4 check, for L7, you don't have the choice, you must send a message and check the server's result. Baptiste On Tue, Mar 31, 2015 at 9:53 AM, Matt .

Re: ldap-check with Active Directory

2015-03-31 Thread Matt .
Hi Baptiste, Yes I've seen it also and never got around large logs. What do most people do, empty logt very often ? 2015-03-31 11:29 GMT+02:00 Baptiste bed...@gmail.com: Hi Matt, The issue with LDAP, is that it is not a banner protocol. So either you check the TCP port is well bound on

Re: ldap-check with Active Directory

2015-03-31 Thread Baptiste
I think they play with their syslog server to detect a check from real traffic and prevent the syslog server to log the checks. Baptiste On Tue, Mar 31, 2015 at 11:33 AM, Matt . yamakasi@gmail.com wrote: Hi Baptiste, Yes I've seen it also and never got around large logs. What do most

Re: ldap-check with Active Directory

2015-03-31 Thread Baptiste
I was thinking of updating the ldap-check but I think I've a better idea. Macros (well ish). send-binary 300c0201 # LDAP bind request ROOT simple send-binary 01 # message ID send-binary 6007 # protocol Op send-binary 0201 # bind request send-binary 03 # LDAP v3 send-binary

请问有需要松茸、虫草、玛卡、牛肝菌、黑松露等巢穆穑

2015-03-31 Thread CCB89
您好 很高兴写信给你,希望与你希望打开一个业务关系。 我从网上获得贵公司的电子邮件地址。 我们专门从事松茸、虫草、玛卡、牛肝菌、黑松露等食材提供,品质好,很有竞争力的价格。 欲了解更多信息,可以联系我详聊 联系人 :区先生 联系电话 ;13544467741 回复邮箱:huarongwang...@163.com 欢迎来咨询采购! 希望听到你的好消息。

setup https session via proxy remote

2015-03-31 Thread Abdelouahed Haitoute
Hello, I have the following configuration wich works great: frontend http1 127.0.0.10:1080 default_backend ssl1 backend ssl1 reqirep ^GET\ http://(.*):80(.*) GET\ https://\1:443\2 https:/1:443/2 reqirep ^GET\ http://(.*) GET\ https://\1 https:/1 server nginx