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
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