RE: 9.0V500mA

2021-06-02 Thread Sander Electronics
Предлагаем трансформаторные блоки питания собственного производства 5В, 6В, 9В 12В и др, а также импульсные блоки питания по выгодным ценам. Полный прайс-лист можно посмотреть на сайте. Сетевой адаптер 9 В 500мА для весов Масса-К (аналог HS05-09005003EU; KRE-0900500) БПС1 9В 0.5А с прямым разб

Re: Modify POST data (with lua)?

2021-06-02 Thread Elias Abacioglu
Small update! After some research I think this is possible with SPOE/SPOA. Still not sure if it's possible with the LUA engine. So right now I'm trying to figure out how to load and modify the body of a request using https://github.com/haproxy/spoa-server /Elias On Wed, Jun 2, 2021 at 9:06 PM E

Re: Modify POST data (with lua)?

2021-06-02 Thread Elias Abacioglu
On Wed, Jun 2, 2021 at 6:28 PM Илья Шипицин wrote: > application usually knows the best whether its requests might be cached or > not. > for example, html5 manifest can prevent from F5 storms. > > it is always better to shift caching activity to app level > Hi Ilya, This discussion has gone a b

Re: [PATCH] CI: enable openssl-3.0.0 builds

2021-06-02 Thread Tim Düsterhus
Dinko, On 6/2/21 1:34 PM, Dinko Korunic wrote: Yes, GItHub Actions has support for flagging some of the jobs in matrix as experimental (which will permit job to fail and other jobs in the matrix will continue to execute), for instance: https://docs.github.com/en/actions/reference/workflow-syn

Re: Modify POST data (with lua)?

2021-06-02 Thread Илья Шипицин
ср, 2 июн. 2021 г. в 18:00, Elias Abacioglu < elias.abacio...@deltaprojects.com>: > > Hi Tim > > On Wed, Jun 2, 2021 at 12:38 PM Tim Düsterhus wrote: > >> Elias, >> >> On 6/2/21 12:16 PM, Elias Abacioglu wrote: >> > I'm planning on placing an API behind HAProxy and want a way to modify >> the >>

how to socket connect with domain name & ssl

2021-06-02 Thread reshma r
Hi all, Can anyone help with how I can specify a domain name rather than an IP address in the socket connect code below? If I try to specify a domain I get an error. Also, I guess with the code below, host name verification would not be done in case of ssl connection. How would I go about enabling

Re: Modify POST data (with lua)?

2021-06-02 Thread Elias Abacioglu
Hi Tim On Wed, Jun 2, 2021 at 12:38 PM Tim Düsterhus wrote: > Elias, > > On 6/2/21 12:16 PM, Elias Abacioglu wrote: > > I'm planning on placing an API behind HAProxy and want a way to modify > the > > times/intervals in the POST data to increase cacheability to the API. > > While POST requests m

Re: [PATCH] CI: enable openssl-3.0.0 builds

2021-06-02 Thread William Lallemand
On Wed, Jun 02, 2021 at 04:34:16PM +0500, Илья Шипицин wrote: > Subject: Re: [PATCH] CI: enable openssl-3.0.0 builds > > ср, 2 июн. 2021 г. в 16:27, Tim Düsterhus : > > > Ilya, > > > > On 6/2/21 12:58 PM, Илья Шипицин wrote: > > > as openssl-3.0.0 is getting close to release, let us add it to buil

Re: [PATCH] CI: enable openssl-3.0.0 builds

2021-06-02 Thread Dinko Korunic
On 02.06.2021., at 13:27, Tim Düsterhus wrote: > > Ilya, > > On 6/2/21 12:58 PM, Илья Шипицин wrote: >> as openssl-3.0.0 is getting close to release, let us add it to build matrix. > > I dislike that this is going to report all commits in red, until the build > failures with OpenSSL 3 are fix

Re: [PATCH] CI: enable openssl-3.0.0 builds

2021-06-02 Thread Илья Шипицин
ср, 2 июн. 2021 г. в 16:27, Tim Düsterhus : > Ilya, > > On 6/2/21 12:58 PM, Илья Шипицин wrote: > > as openssl-3.0.0 is getting close to release, let us add it to build > matrix. > > > > I dislike that this is going to report all commits in red, until the > build failures with OpenSSL 3 are fixed.

Re: [PATCH] CI: enable openssl-3.0.0 builds

2021-06-02 Thread Tim Düsterhus
Ilya, On 6/2/21 12:58 PM, Илья Шипицин wrote: as openssl-3.0.0 is getting close to release, let us add it to build matrix. I dislike that this is going to report all commits in red, until the build failures with OpenSSL 3 are fixed. I did a quick research, whether some job could be marked a

[PATCH] CI: enable openssl-3.0.0 builds

2021-06-02 Thread Илья Шипицин
Hello, as openssl-3.0.0 is getting close to release, let us add it to build matrix. thanks, Ilya From 1651766c81e141c1a077499e151e6c619289883a Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 2 Jun 2021 10:42:09 + Subject: [PATCH] CI: github actions: add OpenSSL-3.0.0 builds OpenSSL

Re: Modify POST data (with lua)?

2021-06-02 Thread Tim Düsterhus
Elias, On 6/2/21 12:16 PM, Elias Abacioglu wrote: I'm planning on placing an API behind HAProxy and want a way to modify the times/intervals in the POST data to increase cacheability to the API. While POST requests may in fact be cached under certain circumstances as I learned 2 minutes ago,

Modify POST data (with lua)?

2021-06-02 Thread Elias Abacioglu
Hi I wonder if it would be possible to modify a HTTP POST in HAProxy with or without lua? I'm planning on placing an API behind HAProxy and want a way to modify the times/intervals in the POST data to increase cacheability to the API. For example if a post contains 2020-05-27T14:31:13.173, I woul

Re: [PATCH] DOC/MINOR: move uuid in the configuration to the right, alphabetical order

2021-06-02 Thread Christopher Faulet
Le 6/1/21 à 12:35 AM, Aleksandar Lazic a écrit : Fix alphabetical order of uuid merged now, thanks ! -- Christopher Faulet

Re: Maybe stupid question but, I don't see a fetch method for %rt => StreamID

2021-06-02 Thread Christopher Faulet
Le 6/1/21 à 8:26 PM, Aleksandar Lazic a écrit : On 01.06.21 14:23, Tim Düsterhus wrote: Aleks, On 6/1/21 10:30 AM, Aleksandar Lazic wrote: This phrasing is understandable to me, but now I'm wondering if this is the best solution. Maybe the already existing user-configurable unique request ID

Re : haproxy.com : Quick discussion about Digital Marketing Services..

2021-06-02 Thread Gary Wilson
Hi *haproxy.com ,* My name is *Gary Wilson*, and I was just browsing your *haproxy.com * and I came up with a great design and a plan to develop your *haproxy.com * using latest technologies to generate an additional revenue and beat your

ezmlm warning

2021-06-02 Thread objectif-elysee . 2022-a . 12 . 19-help
Bonjour ! Je suis le programme ezmlm. Je m'occupe de la liste de diffusion objectif-elysee.2022-a.12...@gj-flavo-politique.info. Un certain nombre de messages provenant de la liste de diffusion objectif-elysee.2022-a.12.19 n'ont pas pu vous etre remis correctement. En attachement, vous trouverez

Bid Writing, Fundraising and Volunteering Workshops

2021-06-02 Thread NFP Workshops
NFP WORKSHOPS Affordable Training Courses Bid Writing: The Basics Do you know the most common reasons for rejection? Are you gathering the right evidence? Are you making the right arguments? Are you using the right terminology? Are your numbers right? Are you learning from rejections?