Re: [PATCH v4 2/2] MEDIUM: cli/ssl: configure ssl on server at runtime

2020-11-14 Thread William Dauchy
On Thu, Nov 12, 2020 at 8:31 AM William Lallemand wrote: > Looks good. I think a VTC file which tests this feature could > also be a good idea, so we don't break this accidentaly. good point, fixed in v5. -- William

Re: [PATCH v4 2/2] MEDIUM: cli/ssl: configure ssl on server at runtime

2020-11-11 Thread William Lallemand
On Thu, Oct 29, 2020 at 01:17:56PM +0100, William Dauchy wrote: > in the context of a progressive backend migration, we want to be able to > activate SSL on outgoing connections to the server at runtime without > reloading. > This patch adds a `set server ssl` command; in order to allow that: > >

[PATCH v4 2/2] MEDIUM: cli/ssl: configure ssl on server at runtime

2020-10-29 Thread William Dauchy
in the context of a progressive backend migration, we want to be able to activate SSL on outgoing connections to the server at runtime without reloading. This patch adds a `set server ssl` command; in order to allow that: - add `srv_use_ssl` to `show servers state` command for compatibility,