<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>I'm using stunnel v5.56 on FreeBSD to proxy connections to a web server (running Apache), for a small number of users. Users connecting to the service keep running into issues with timeouts. I see timeout errors in the stunnel log messages:</p>
<p>services stunnel[7510]: LOG3[188]: transfer: s_poll_wait: TIMEOUTclose exceeded: closing</p>
<p>I tried changing stunnel to use the proxy protocol and enabled it on Apache, too. I don't know if that will help but at least then the web server gets the correct, remote IP address.</p>
<p>Can anyone offer ideas/suggestions to fix this problem? Is there anything I can test or check to help diagnose the issue?</p>
<p>The configuration is very basic:</p>
<p>[apache]<br />accept = 20888<br />protocol = proxy<br />connect = 192.168.0.10:8000<br />PSKsecrets = /usr/local/etc/psksecrets.txt</p>

</body></html>