Re: [ANNOUNCE] haproxy-1.7.1

2017-01-03 Thread Willy Tarreau
On Tue, Jan 03, 2017 at 06:21:18PM +0100, Lukas Tribus wrote: > Hi Igor, > > > Am 16.12.2016 um 12:52 schrieb Igor Pav: > > Cool, even TLS 1.3 0 RTT feature requires no changes? > > Nope, the early-data mode will require API changes: > >

Re: http reuse and proxy protocol

2017-01-03 Thread Willy Tarreau
On Tue, Jan 03, 2017 at 06:18:23PM +0100, Lukas Tribus wrote: > Hi Arnall, > > > Am 03.01.2017 um 16:15 schrieb Arnall: > > > > Is it possible that with "http-reuse always" the yyy.yyy.yyy.yyy request > > has used > > the xxx.xxx.xxx.xxx connection between https and http frontend with proxy > >

Re: [PR] Updating rpmbuild spec file Source0 directive

2017-01-03 Thread Lukas Tribus
Hello! Am 03.01.2017 um 14:23 schrieb PR Bot: Dear list! Author: GitHub Number of patches: 1 This is an automated relay of the Github pull request: Updating rpmbuild spec file Source0 directive Patch title(s): Updating rpmbuild spec file Source0 directive Link:

Re: [ANNOUNCE] haproxy-1.7.1

2017-01-03 Thread Lukas Tribus
Hi Igor, Am 16.12.2016 um 12:52 schrieb Igor Pav: Cool, even TLS 1.3 0 RTT feature requires no changes? Nope, the early-data mode will require API changes: https://github.com/openssl/openssl/issues/1541#issuecomment-269567480 Lukas

Re: http reuse and proxy protocol

2017-01-03 Thread Lukas Tribus
Hi Arnall, Am 03.01.2017 um 16:15 schrieb Arnall: Is it possible that with "http-reuse always" the yyy.yyy.yyy.yyy request has used the xxx.xxx.xxx.xxx connection between https and http frontend with proxy protocol forwarding xxx.xxx.xxx.xxx instead of yyy.yyy.yyy.yyy ? Yes, that's what

Re: [PATCH 2/4] BUILD: ssl: disable OCSP when using boringssl

2017-01-03 Thread Igor Pav
tried compile 1.7.1 with boringssl, but seems not work, error like below: In file included from src/ssl_sock.c:87:0: include/proto/openssl-compat.h:107:1: error: unknown type name ‘OCSP_CERTID’ static inline const OCSP_CERTID *OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *single) ^

Shaoquan, your password was successfully reset

2017-01-03 Thread LinkedIn Security
Hi Shaoquan, Youve successfully changed your LinkedIn password. Thanks for using LinkedIn! The LinkedIn Team When and where this happened: Date:January 3, 2017, 10:56 AM Browser:Chrome Operating System:Linux Approximate Location:Bradenton, Florida, United States Didn't do this? Be sure to

Shaoquan, here's the link to reset your password

2017-01-03 Thread LinkedIn
Hi Shaoquan, Reset your password, and we'll get you on your way. To change your LinkedIn password, copy and paste the following link into your browser: https://www.linkedin.com/e/rpp/177509883/haproxy%40formilux%2Eorg/-6209380735880382374/?hs=true=1WpRYVun1rgTA1 This link will expire in 24

Shaoquan, your password was successfully reset

2017-01-03 Thread LinkedIn Security
Hi Shaoquan, Youve successfully changed your LinkedIn password. Thanks for using LinkedIn! The LinkedIn Team When and where this happened: Date:January 3, 2017, 3:54 PM (GMT) Browser:Chrome Operating System:Linux Approximate Location:United States Didn't do this? Be sure to change your

Shaoquan, here's the link to reset your password

2017-01-03 Thread LinkedIn
Hi Shaoquan, Reset your password, and we'll get you on your way. To change your LinkedIn password, copy and paste the following link into your browser: https://www.linkedin.com/e/rpp/177509883/haproxy%40formilux%2Eorg/-6209380735880382374/?hs=true=0qwQAU5SZqgTA1 This link will expire in 24

Shaoquan, here's the link to reset your password

2017-01-03 Thread LinkedIn
Hi Shaoquan, Reset your password, and we'll get you on your way. To change your LinkedIn password, copy and paste the following link into your browser: https://www.linkedin.com/e/rpp/177509883/haproxy%40formilux%2Eorg/6168548574450292570/?hs=true=35YoFwjDNegTA1 This link will expire in 24

http reuse and proxy protocol

2017-01-03 Thread Arnall
Hi everyone, recently we have separated https and http frontend in order to scale well. we are using a nbproc > 1 configuration for ssl offloading : listen web_tls mode http bind *:443 ssl crt whatever.pem process 2 bind *:443 ssl crt whatever.pem process 3 ../.. server

[PR] Updating rpmbuild spec file Source0 directive

2017-01-03 Thread PR Bot
Dear list! Author: GitHub Number of patches: 1 This is an automated relay of the Github pull request: Updating rpmbuild spec file Source0 directive Patch title(s): Updating rpmbuild spec file Source0 directive Link: https://github.com/haproxy/haproxy/pull/77

Re: [PATCH] MEDIUM/RFC: Implement time-based server latency metrics

2017-01-03 Thread Krishna Kumar (Engineering)
Hi Willy, Sorry for the late response as I was out during the year end, and thanks once again for your review comments. I explored your suggestion of "hard-coded periods", and have some problems: code complexity seems to be very high at updates (as well as retrievals possibly); and I may not be

Re: Select All for Backends on Stats Dashboard

2017-01-03 Thread David Harrigan
Hi, Apologies, it was a bad patch. Here's the fixed up one. -=david=- On 3 January 2017 at 08:50, David Harrigan wrote: > Hi Willy, > > Please find the attached patch file for backporting to v1.7.0. I hope this > is okay. > > Please do let me know if I can do anything

Re: Select All for Backends on Stats Dashboard

2017-01-03 Thread David Harrigan
Hi Willy, Please find the attached patch file for backporting to v1.7.0. I hope this is okay. Please do let me know if I can do anything else. -=david=- On 2 January 2017 at 15:57, Willy Tarreau wrote: > On Mon, Jan 02, 2017 at 02:58:15PM +, David Harrigan wrote: > > Hi