Re: rpki-client http client and bind to address

2021-04-07 Thread Theo Buehler
On Wed, Apr 07, 2021 at 12:55:50PM +0200, Claudio Jeker wrote: > When -b is used rpki-client should bind to that address for outgoing > connections. The http code does that but only warns if a bind call fails > but try the connect none the less. This is different from other network > tools (nc, ftp

rpki-client http client and bind to address

2021-04-07 Thread Claudio Jeker
When -b is used rpki-client should bind to that address for outgoing connections. The http code does that but only warns if a bind call fails but try the connect none the less. This is different from other network tools (nc, ftp, telnet). So change this to a real error. -- :wq Claudio Index: htt