<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>I currently have stunnel strip SSL from incoming https connections; which then passes the connections to a proxy before ultimately reaching my web server.  So, the only easy way to see where incoming connections are coming from are in the stunnel log.</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 13.0667px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">Below, is a small example of what my stunnel log looks like (no, those arent the real IPs <img src="https://s.yimg.com/ok/u/assets/img/emoticons/emo1.gif" alt="*:) happy">).  The information below would be much more useful to me if it included the DNS names in addition to their numeric IP.</div><div style="color: rgb(0, 0, 0); font-size: 13.0667px; font-family: arial,helvetica,sans-serif; background-color:
 transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 12.8px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">I currently have the latest Windows version of stunnel installed.  It would be great to know how to get it to resolve DNS names as well in the log file; preferably without impeding general stunnel performance.  I tried several debug levels; but none them did reverse DNS lookup.  Hopefully someone know how to do this on a Windows stunnel setup.<br></div><div style="color: rgb(0, 0, 0); font-size: 13.0667px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 12.8px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">2013.07.23 10:16:00 LOG5[10152:15136]: Service [stunnel-sslh] connected remote server from
 24.12.152.129:58773<br>2013.07.23 10:16:00 LOG3[10152:15136]: SSL_read: Connection reset by peer (WSAECONNRESET) (10054)<br>2013.07.23 10:16:00 LOG5[10152:15136]: Connection reset: 272 byte(s) sent to SSL, 96 byte(s) sent to socket<br>2013.07.23 10:17:53 LOG5[10152:4000]: Service [stunnel-sslh] accepted connection from 71.194.51.232:5535<br>2013.07.23 10:17:53 LOG5[10152:4000]: connect_blocking: connected 24.12.152.129:7777<br>2013.07.23 10:17:53 LOG5[10152:4000]: Service [stunnel-sslh] connected remote server from 24.12.152.129:58799<br>2013.07.23 10:17:53 LOG5[10152:13212]: Service [stunnel-sslh] accepted connection from 71.194.51.232:5508<br>2013.07.23 10:17:53 LOG5[10152:3348]: Service [stunnel-sslh] accepted connection from 71.194.51.232:5509<br>2013.07.23 10:17:53 LOG5[10152:2884]: Service [stunnel-sslh] accepted connection from 71.194.51.232:5519</div></div></body></html>