Re: [net/zabbix] PSK support?

2020-02-21 Thread Robert Nagy
On 21/02/20 09:19 +0100, Mark Patruck wrote: > On 2020-02-19 22:17, William Leuschner wrote: > > Hello porters, > > > > I'm trying to set up Zabbix with pre-shared keys so that: > > * connections are encrypted, and > > * the agent will reject connections from anyone without the key. > > The

Re: [net/zabbix] PSK support?

2020-02-21 Thread Mark Patruck
On 2020-02-19 22:17, William Leuschner wrote: Hello porters, I'm trying to set up Zabbix with pre-shared keys so that: * connections are encrypted, and * the agent will reject connections from anyone without the key. The configuration that should work currently fails with a library error.

Re: [net/zabbix] PSK support?

2020-02-20 Thread William Leuschner
Whoops, Thunderbird mangled the line endings. Apparently it doesn't do it if the extension is .txt? Hopefully this one is OK. On 2/20/2020 4:11 PM, William Leuschner wrote: robert@ and ports@, What do you think about making gnutls the default cryptography library for net/zabbix? I've

Re: [net/zabbix] PSK support?

2020-02-20 Thread William Leuschner
robert@ and ports@, What do you think about making gnutls the default cryptography library for net/zabbix? I've attached a diff that changes it, if you think it's a good idea. On 2/19/2020 6:06 PM, Stuart Henderson wrote: On 2020/02/19 16:17, William Leuschner wrote: Hello porters, I'm

Re: [net/zabbix] PSK support?

2020-02-19 Thread Stuart Henderson
On 2020/02/19 16:17, William Leuschner wrote: > Hello porters, > > I'm trying to set up Zabbix with pre-shared keys so that: > * connections are encrypted, and > * the agent will reject connections from anyone without the key. > The configuration that should work currently fails with a library

Re: [net/zabbix] PSK support?

2020-02-19 Thread Hiltjo Posthuma
On Wed, Feb 19, 2020 at 04:17:37PM -0500, William Leuschner wrote: > Hello porters, > > I'm trying to set up Zabbix with pre-shared keys so that: > * connections are encrypted, and > * the agent will reject connections from anyone without the key. > The configuration that should work currently

[net/zabbix] PSK support?

2020-02-19 Thread William Leuschner
Hello porters, I'm trying to set up Zabbix with pre-shared keys so that: * connections are encrypted, and * the agent will reject connections from anyone without the key. The configuration that should work currently fails with a library error. According to this note from 2017[1], PSK support