[PATCH] DOC: typo fixes for configuration.txt

2020-07-06 Thread Daniel Corbett
Hello, Here's a quick round of typo corrections for configuration.txt Thanks, -- Daniel 0001-DOC-configuration-various-typo-fixes.patch Description: Binary data

AWS and Azure Install Base

2020-07-06 Thread raechel . lambert
Hi, I hope this email finds you well. Would you be interested in targeting the below mentioned applications users base to enrich your marketing and sales efforts? Alibaba Cloud LimeStone Pivotal Amazon Web Services LiquidWeb Rackspace Cloud CloudSigma MassiveGrid Salesforce Dell Cloud

Re: [PATCH 1/2] MEDIUM: ssl: Support certificate chaining for certificate generation

2020-07-06 Thread Gersner
On Mon, Jul 6, 2020 at 4:37 PM Aleksandar Lazic wrote: > Should a blank be after '%s'? > > + memprintf(err, "%sthis version of openssl cannot attach > certificate chain for SSL certificate generation.\n", > + err && *err ? *err : ""); > > Looked around in the file and that s

Re: [PATCH 1/2] MEDIUM: ssl: Support certificate chaining for certificate generation

2020-07-06 Thread Aleksandar Lazic
Should a blank be after '%s'? + memprintf(err, "%sthis version of openssl cannot attach certificate chain for SSL certificate generation.\n", + err && *err ? *err : ""); On 05.07.20 14:09, Gersner wrote: That's my fault. I was aware of the versioning but forgot to wrap in

Re: [PATCH v2 0/2] Certificate Generation Enhancements

2020-07-06 Thread Gersner
The current implementation fallbacks to the default context certificate if I recall correctly. No certificate will be generated in that case. On Mon, Jul 6, 2020 at 3:01 PM Илья Шипицин wrote: > Hello, Gersner. > > smal question. what will happen if client does not provide SNI (and we are > supp

Re: [PATCH] ongoing typo fixes

2020-07-06 Thread Christopher Faulet
Le 05/07/2020 à 13:40, Илья Шипицин a écrit : Hello, I attached yet another typo fixing patch. Now applied, thanks ! -- Christopher Faulet

Re: [PATCH v2 0/2] Certificate Generation Enhancements

2020-07-06 Thread Илья Шипицин
Hello, Gersner. smal question. what will happen if client does not provide SNI (and we are supposed to create certificate)? пн, 6 июл. 2020 г. в 05:12, : > From: Shimi Gersner > > Hi Team, Ilya, > > Following the conversation yesterday I have added a fix and manually > tested the following open

Re: HTTP/2 in 2.1.x behaves different than in 2.0.x

2020-07-06 Thread Christian Ruppert
Hi Jerome, Willy, thanks! Yeah, it only affected url, not path. I've fixed all cases were we wrongly assumed that url is like path. Thanks for clarifying! On 2020-07-03 19:59, Willy Tarreau wrote: On Fri, Jul 03, 2020 at 02:25:33PM +0200, Jerome Magnin wrote: Hi Christian, On Fri, Jul 03, 2