<div>How to use 'stunnel' in client mode to accept connections on pty from local programs like 'ppp' instead of 'accept=IP:PORT'?<br></div><div><br></div><div>'pty = yes' seems work in server mode only, so when I removed</div><div>'accept = <a target="_blank" href="http://127.0.0.1:1723" rel="noreferrer nofollow noopener">127.0.0.1:1723</a>' from 'stunnel' client config I'm getting the error:<br></div><div><br></div><div><div>[!] Service [ppp]: Each service must define two endpoints on stunnel-5.44<br></div><div><div><br></div><div>I need to call 'stunnel' client from 'pppd' and communicate with 'stunnel' using pty if it was possible by using a command:<br></div></div></div><div><br></div><div>pppd /dev/ptyp3 10.0.1.2: local debug noauth passive noccp novj novjccomp nopcomp noaccomp name ppp-client connect 'stunnel /etc/stunnel/stunnel-client.conf'<br></div><div><br></div><div>Both 'pppd' and 'stunnel' started by executing the command above, but 'pppd' can't communicate to 'stunnel' server using pty.<br></div><div><br></div><div>Please advice.<br></div><div><br></div><div>[ppp]<br></div><div>client = yes<br></div><div>accept = <a rel="noreferrer nofollow noopener" href="http://127.0.0.1:1723" target="_blank">127.0.0.1:1723 </a><br></div><div>^^^^^^^^^^^^^^^^^^^^^^^<br></div><div>connect = STUNNEL-SERVER-IP:723<br></div><div>CAfile = /etc/stunnel/ca.crt<br></div><div>cert = /etc/stunnel/client.crt<br></div><div>key = /etc/stunnel/client.key<br></div><div>verifyChain = yes<br></div><div>checkHost = <a rel="noreferrer nofollow noopener" href="http://hostna.me" target="_blank">hostna.me</a><br></div><div>;checkIP = 1.2.3.4<br></div>