Hello, stunnel 4.35 tries to link libwrap. This causes communication problems on MacOS. To install recent "stunnel" on MacOS, the --disable-libwrap option should be specified to "configure". ./configure --disable-libwrap If you are using MacPorts, the following operation is preferred. % sudo port install stunnel -libwrap --Kazu