Re: Http HealthCheck Issue

2018-12-19 Thread Jarno Huuskonen
Hi, On Wed, Dec 19, Jonathan Matthews wrote: > On Wed, 19 Dec 2018 at 19:23, UPPALAPATI, PRAVEEN wrote: > > > > Hmm. Wondering why do we need host header? I was able to do curl without > > the header. I did not find anything in the doc. > > "curl" automatically adds a Host header unless you

Re: [ANNOUNCE] haproxy-1.9.0

2018-12-19 Thread Willy Tarreau
On Wed, Dec 19, 2018 at 11:31:33PM +0100, Aleksandar Lazic wrote: > > Well, I know that so quick a summary doesn't do justice to the developers > > having done all this amazing work, but I've seen that some of my coworkers > > have started to write an article detailing all these new features, so I

Re: [ANNOUNCE] haproxy-1.9.0

2018-12-19 Thread Aleksandar Lazic
Hi. Am 19.12.2018 um 19:33 schrieb Willy Tarreau: > Hi, > > HAProxy 1.9.0 was released on 2018/12/19. It added 45 new commits > after version 1.9-dev11. > > We still had a number of small issues causing the various artefacts that > have been visible on haproxy.org since this week-end, but now

Re: Http HealthCheck Issue

2018-12-19 Thread Aleksandar Lazic
Am 19.12.2018 um 21:04 schrieb UPPALAPATI, PRAVEEN: > Ok then do I need to add the haproxy server? I suggest to use a `curl -v /nexus/v1/repository/rawcentral/com.att.swm.attpublic/healthcheck.txt` and see how curl make the request. I assume that nexus have a general URL and not srv1,srv2, ...

RE: Http HealthCheck Issue

2018-12-19 Thread UPPALAPATI, PRAVEEN
Ok then do I need to add the haproxy server? -Original Message- From: Jonathan Matthews [mailto:cont...@jpluscplusm.com] Sent: Wednesday, December 19, 2018 1:32 PM To: UPPALAPATI, PRAVEEN Cc: Cyril Bonté ; haproxy@formilux.org Subject: Re: Http HealthCheck Issue On Wed, 19 Dec 2018 at

Re: Http HealthCheck Issue

2018-12-19 Thread Jonathan Matthews
On Wed, 19 Dec 2018 at 19:23, UPPALAPATI, PRAVEEN wrote: > > Hmm. Wondering why do we need host header? I was able to do curl without the > header. I did not find anything in the doc. "curl" automatically adds a Host header unless you are directly hitting an IP address.

RE: Http HealthCheck Issue

2018-12-19 Thread UPPALAPATI, PRAVEEN
Hmm. Wondering why do we need host header? I was able to do curl without the header. I did not find anything in the doc. Thanks, Praveen. -Original Message- From: Cyril Bonté [mailto:cyril.bo...@free.fr] Sent: Wednesday, December 19, 2018 11:27 AM To: UPPALAPATI, PRAVEEN Cc:

[ANNOUNCE] haproxy-1.9.0

2018-12-19 Thread Willy Tarreau
Hi, HAProxy 1.9.0 was released on 2018/12/19. It added 45 new commits after version 1.9-dev11. We still had a number of small issues causing the various artefacts that have been visible on haproxy.org since this week-end, but now everything looks OK. So it's better to release before we discover

Re: Http HealthCheck Issue

2018-12-19 Thread Cyril Bonté
> De: "PRAVEEN UPPALAPATI" > À: "Cyril Bonté" > Cc: haproxy@formilux.org > Envoyé: Mercredi 19 Décembre 2018 18:10:50 > Objet: RE: Http HealthCheck Issue > > The pointed mistake was GET which I updated and tried. I'm not sure > if there was something else pointed. Then please read again the

RE: Http HealthCheck Issue

2018-12-19 Thread UPPALAPATI, PRAVEEN
The pointed mistake was GET which I updated and tried. I'm not sure if there was something else pointed. Thanks, Praveen. -Original Message- From: Cyril Bonté [mailto:cyril.bo...@free.fr] Sent: Wednesday, December 19, 2018 9:28 AM To: UPPALAPATI, PRAVEEN Cc: haproxy@formilux.org

[PATCH 1/1] REGTEST: Make reg-tests target support argument.

2018-12-19 Thread flecaille
From: Frédéric Lécaille With this patch we can provide a list of argument to reg-tests target. Useful to run reg tests for a list of VTC files like that: $ VARNISHTEST_PROGRAM=<...> make reg-tests reg-tests/checks/*.vtc --- Makefile | 8 +++- 1 file changed, 7 insertions(+), 1

[PATCH 0/1] REGTEST: Reg testing improvement.

2018-12-19 Thread flecaille
From: Frédéric Lécaille Here is a little patch to make reg-tests target able of taking arguments. May be useful during debugging steps. Thanks to https://stackoverflow.com/questions/2214575/passing-arguments-to-make-run for this recipe. Frédéric Lécaille (1): REGTEST: Make reg-tests target

Re: Http HealthCheck Issue

2018-12-19 Thread Cyril Bonté
please, please, PLEASE ! Read the answers before telling again it's not working. Several users already told you where you made a mistake. - Mail original - > De: "PRAVEEN UPPALAPATI" > À: "Jarno Huuskonen" > Cc: haproxy@formilux.org, "THANIGAIVEL SIVANANDHAM" > Envoyé: Mercredi 19

RE: Http HealthCheck Issue

2018-12-19 Thread UPPALAPATI, PRAVEEN
Hi Jarno, Even after updating to GET it is still failing: [Dec 19 06:12:41] Health check for server bk_8093_read/primary8093r failed, reason: Layer7 timeout, check duration: 2001ms, status: 0/2 DOWN. [Dec 19 06:12:44] Health check for server bk_8093_read/primary8093r failed, reason: Layer7

RE: Http HealthCheck Issue

2018-12-19 Thread UPPALAPATI, PRAVEEN
Sry missed this message you are correct changing get to GET worked . Thanks a lot for the quick response. Thanks, Praveen. -Original Message- From: Jarno Huuskonen [mailto:jarno.huusko...@uef.fi] Sent: Wednesday, December 19, 2018 1:05 AM To: UPPALAPATI, PRAVEEN Cc:

RE: Http HealthCheck Issue

2018-12-19 Thread UPPALAPATI, PRAVEEN
Hi John, Still not sure what the issue . When I issue a curl it returns 200 ok curl -X GET http://:8093/nexus/repository/rawcentral/com.att.swm.attpublic/healthcheck.txt -H 'authorization: Basic ' Nexus is running. Can you please point me to what I am passing wrong Thanks, Praveen. From: