<div dir="ltr"><div style="font-size:12.8px">Hello,</div><div style="font-size:12.8px">I have trouble with stunnel on Android 7.x..</div><div style="font-size:12.8px">I'm trying to connect to OpenVPN server through SSL tunneling with stunnel. </div><div style="font-size:12.8px">On phone I'm using stunnel installed in Termux and OpenVPN. Everything is correctly configured, Im using the same config on other devices in same network and it works perfectly.</div><div style="font-size:12.8px">I tried it with different devices with Android 7.x and it is not working at all :(</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Immediately after succesful connection I am receiving:</div><div style="font-size:12.8px">TLS fd: Software caused connection abort (103)</div><div style="font-size:12.8px">TLS socket closed (SSL_read)</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">And it is still reconnecting again and again with the same error.</div><div style="font-size:12.8px">I also tried it with stunnel downloaded directly from <a href="http://stunnel.org/" target="_blank">stunnel.org</a> site..</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Anyone with new Android who have working stunnel? Where can be the problem?</div><div style="font-size:12.8px"><br>Example stunnel.conf on Android:<br><div>socket = l:TCP_NODELAY=1</div><div>socket = r:TCP_NODELAY=1</div><div>debug = debug</div><div>[openvpn]</div><div>client = yes</div><div>accept = 1337</div><div>connect = *****.<a href="http://ddns.net:993/" target="_blank">ddns.net:993</a></div><div>cert = /path/to/stunnel.pem<br><br>and on server:<br><div>chroot = /var/lib/stunnel4</div><div>pid    = /stunnel.pid</div><div>output = /stunnel.log</div><div>setuid = stunnel4</div><div>setgid = stunnel4</div><div>socket = l:TCP_NODELAY=1</div><div>socket = r:TCP_NODELAY=1</div><div>[openvpn]</div><div>client = no</div><div>accept = 993</div><div>connect = <a href="http://127.0.0.1:1194/" target="_blank">127.0.0.1:1194</a></div><div>cert = /etc/stunnel/stunnel.pem</div></div><br></div><div style="font-size:12.8px">Example stunnel.log is in attachment.</div><div style="font-size:12.8px">Thank you very much</div></div>