<div>    Hello,<br></div><div>    I use stunnel on FreeBSD 11.1. I install it from ports. Yesterday I updated to stunnel 5.43. However it stopped working. I investigated the problem and found the issue- instead on all network interfaces, "accept" listens on 127.0.0.1 :<br></div><div><br></div><div>sockstat -4<br></div><div>USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS<br></div><div>stunnel  stunnel    43945 7  tcp4   127.0.0.1:2222                *:*<br></div><div>stunnel  stunnel    43945 8  tcp4   127.0.0.1:3128                *:*<br></div><div>stunnel  stunnel    43945 9  tcp4   127.0.0.1:8080                *:*<br></div><div>stunnel  stunnel    43945 10 tcp4   127.0.0.1:1616                *:*<br></div><div><br></div><div>    A workaround is to modify "accept  = 0.0.0.0:3128" explicitly to listen on 0.0.0.0.<br></div><div>    Is this a bug or expected behaviour?<br></div><div><br></div><div>    Best regards,<br></div><div>    Bez Spam<br></div>