[prev in list] [next in list] [prev in thread] [next in thread] 

List:       stunnel-users
Subject:    Re: [stunnel-users] Stunnel running for a few minutes and then stop and can't handle multiple domain
From:       Thomas Manson <dev.mansonthomas () gmail ! com>
Date:       2012-03-30 10:48:23
Message-ID: CA+PenvFQnBnX1hOvN1cvhGgr3Kf43A9xs_n8V8o=mTgt8ufDVQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Here is the logs when it doesn't works (there's a stunnel.log but empty)

The symptoms are the following :

* stunnel still running in memory

    1  8426  8414 18168 pts/0    10698 S      109   0:00 /usr/bin/stunnel4
/etc/stunnel/base.conf
    1  8427  8414 18168 pts/0    10698 S      109   0:00 /usr/bin/stunnel4
/etc/stunnel/base.conf
    1  8428  8414 18168 pts/0    10698 S      109   0:00 /usr/bin/stunnel4
/etc/stunnel/base.conf
    1  8429  8414 18168 pts/0    10698 S      109   0:00 /usr/bin/stunnel4
/etc/stunnel/base.conf
    1  8430  8414 18168 pts/0    10698 S      109   0:00 /usr/bin/stunnel4
/etc/stunnel/base.conf
    1  8431  8431  8431 ?           -1 Ss     109   0:00 /usr/bin/stunnel4
/etc/stunnel/base.conf
    1  8440  8414 18168 pts/0    10698 S        0   0:00 /usr/bin/stunnel4
/etc/stunnel/extranet.onesite.com.conf
    1  8441  8414 18168 pts/0    10698 S        0   0:00 /usr/bin/stunnel4
/etc/stunnel/extranetonesite.com.conf
    1  8442  8414 18168 pts/0    10698 S        0   0:00 /usr/bin/stunnel4
/etc/stunnel/extranet.onesite.com.conf
    1  8443  8414 18168 pts/0    10698 S        0   0:00 /usr/bin/stunnel4
/etc/stunnel/extranet.onesite.com.conf
    1  8444  8414 18168 pts/0    10698 S        0   0:00 /usr/bin/stunnel4
/etc/stunnel/extranet.onesite.com.conf
    1  8445  8445  8445 ?           -1 Ss       0   0:00 /usr/bin/stunnel4
/etc/stunnel/extranet.onesite.com.conf

The browser gets the following error (translated from french) :

the connection with the server has be reset while loading the page (on
firefox)

See the logs attached.

Connecting on 127.0.0.1:82 is working (HAProxy running, and webservers are
up)

So I quite don't understand what's going on.

>2012.03.29 17:29:11 LOG3[8431:140689358976768]: SSL_accept: Peer suddenly
disconnected

this is quite strange...

Any idea ?

Regards,
Thomas.


On Thu, Mar 29, 2012 at 15:39, Thomas Manson <dev.mansonthomas@gmail.com>wrote:

> Hi,
>
>   I've setup a stunnel install to handle several website SSL part of the
> HTTP (then redirected to HAProxy LoadBalancer).
>
>   I can successfully start one site, but if I add another website (so
> another stunnel conf file in /etc/stunnel) then the first is said to be
> already running while it's not and the second starts for real.
>
>
> thomas@ns0:/var/log/stunnel4$ sudo service stunnel4 start
> Starting SSL tunnels: [Started: /etc/stunnel/base.conf] [Started:
> /etc/stunnel/extranet.onesite.com.conf] *[Already running:
> /etc/stunnel/mansonthomas.com.conf] stunnel.*
>
> (mansonthomas.com was my first try before implementing a client website)
>
> Also, in /var/log/stunnel.log I've only the logs for base.conf, not for
> the two other one. What should I do to have the logs? I've tryed to add
> debug=7 at the beginning of the two conf file, but nothing.
>
>
>   After some times, the extranet site https stops working...
>
>   I was off in holidays for the last two weeks, so I didn't have the time
> to really dig into this...
>
>   what would be the first steps to debug this issues ?
>
> Regards,
> Thomas.
>
> 2012.03.29 15:31:41 LOG5[8181:140471188047648]: Reading configuration
> from file /etc/stunnel/base.conf
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Snagged 64 random bytes
> from /dev/urandom
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: PRNG seeded successfully
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Using DH parameters from
> /etc/stunnel/sites/mainsite.com/mainsite.com.crt
> 2012.03.29 15:31:41 LOG6[8181:140471188047648]: DH initialized with 2048
> bit key
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: ECDH initialized
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Certificate:
> /etc/stunnel/sites/mainsite.com/mainsite.com.crt
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Certificate loaded
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Key file:
> /etc/stunnel/sites/mainsite.com/mainsite.com.key
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Private key loaded
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: SSL context initialized
> for service https-mainsite.com
> 2012.03.29 15:31:41 LOG5[8181:140471188047648]: Configuration successful
> 2012.03.29 15:31:41 LOG5[8181:140471188047648]: No limit detected for the
> number of clients
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=3
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=4
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=4
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=5
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=5
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=6
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=6
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=7
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=7
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: libwrap_init: FD=8
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: signal_pipe: FD=9
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: signal_pipe: FD=10
> allocated (blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: accept socket: FD=11
> allocated (non-blocking mode)
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Option SO_REUSEADDR set
> on accept socket
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Service https-mainsite.combound to
> 8.19.1.2:443
> 2012.03.29 15:31:41 LOG7[8181:140471188047648]: Service https-mainsite.comopened FD=11
> 2012.03.29 15:31:41 LOG7[8187:140471188047648]: Created pid file
> /var/run/stunnel4/stunnel4.pid
> 2012.03.29 15:31:41 LOG5[8187:140471188047648]: stunnel 4.35 on
> x86_64-pc-linux-gnu with OpenSSL 1.0.0e 6 Sep 2011
> 2012.03.29 15:31:41 LOG5[8187:140471188047648]: Threading:PTHREAD
> SSL:ENGINE Sockets:POLL,IPv6 Auth:LIBWRAP
> 2012.03.29 15:31:49 LOG7[8187:140471188047648]: Dispatching signals from
> the signal pipe
> 2012.03.29 15:31:49 LOG5[8187:140471188047648]: Received signal 15;
> terminating
> 2012.03.29 15:31:49 LOG7[8187:140471188047648]: removing pid file
> /var/run/stunnel4/stunnel4.pid
> 2012.03.29 15:32:38 LOG5[8280:140481745549088]: Reading configuration
> from file /etc/stunnel/base.conf
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Snagged 64 random bytes
> from /dev/urandom
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: PRNG seeded successfully
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Using DH parameters from
> /etc/stunnel/sites/mainsite.com/mainsite.com.crt
> 2012.03.29 15:32:38 LOG6[8280:140481745549088]: DH initialized with 2048
> bit key
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: ECDH initialized
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Certificate:
> /etc/stunnel/sites/mainsite.com/mainsite.com.crt
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Certificate loaded
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Key file:
> /etc/stunnel/sites/mainsite.com/mainsite.com.key
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Private key loaded
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: SSL context initialized
> for service https-mainsite.com
> 2012.03.29 15:32:38 LOG5[8280:140481745549088]: Configuration successful
> 2012.03.29 15:32:38 LOG5[8280:140481745549088]: No limit detected for the
> number of clients
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=3
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=4
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=4
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=5
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=5
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=6
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=6
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=7
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=7
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: libwrap_init: FD=8
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: signal_pipe: FD=9
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: signal_pipe: FD=10
> allocated (blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: accept socket: FD=11
> allocated (non-blocking mode)
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Option SO_REUSEADDR set
> on accept socket
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Service https-mainsite.combound to
> 8.19.1.2:443
> 2012.03.29 15:32:38 LOG7[8280:140481745549088]: Service https-mainsite.comopened FD=11
> 2012.03.29 15:32:38 LOG7[8286:140481745549088]: Created pid file
> /var/run/stunnel4/stunnel4.pid
> 2012.03.29 15:32:38 LOG5[8286:140481745549088]: stunnel 4.35 on
> x86_64-pc-linux-gnu with OpenSSL 1.0.0e 6 Sep 2011
> 2012.03.29 15:32:38 LOG5[8286:140481745549088]: Threading:PTHREAD
> SSL:ENGINE Sockets:POLL,IPv6 Auth:LIBWRAP
>
>

[Attachment #5 (text/html)]

Here is the logs when it doesn&#39;t works (there&#39;s a stunnel.log but \
empty)<div><br></div><div>The symptoms are the following :  \
</div><div><br></div><div>* stunnel still running in \
memory</div><div><br></div><div><div>

      1   8426   8414 18168 pts/0      10698 S         109    0:00 /usr/bin/stunnel4 \
/etc/stunnel/base.conf</div><div>      1   8427   8414 18168 pts/0      10698 S       \
109    0:00 /usr/bin/stunnel4 /etc/stunnel/base.conf</div><div>      1   8428   8414 \
18168 pts/0      10698 S         109    0:00 /usr/bin/stunnel4 \
/etc/stunnel/base.conf</div>

<div>      1   8429   8414 18168 pts/0      10698 S         109    0:00 \
/usr/bin/stunnel4 /etc/stunnel/base.conf</div><div>      1   8430   8414 18168 pts/0  \
10698 S         109    0:00 /usr/bin/stunnel4 /etc/stunnel/base.conf</div><div>

      1   8431   8431   8431 ?                -1 Ss       109    0:00 \
/usr/bin/stunnel4 /etc/stunnel/base.conf</div><div>      1   8440   8414 18168 pts/0  \
10698 S            0    0:00 /usr/bin/stunnel4 \
/etc/stunnel/extranet.onesite.com.conf</div>

<div>      1   8441   8414 18168 pts/0      10698 S            0    0:00 \
/usr/bin/stunnel4 /etc/stunnel/extranetonesite.com.conf</div><div>      1   8442   \
8414 18168 pts/0      10698 S            0    0:00 /usr/bin/stunnel4 \
/etc/stunnel/extranet.onesite.com.conf</div>

<div>      1   8443   8414 18168 pts/0      10698 S            0    0:00 \
/usr/bin/stunnel4 /etc/stunnel/extranet.onesite.com.conf</div><div>      1   8444   \
8414 18168 pts/0      10698 S            0    0:00 /usr/bin/stunnel4 \
/etc/stunnel/extranet.onesite.com.conf</div>

<div>      1   8445   8445   8445 ?                -1 Ss          0    0:00 \
/usr/bin/stunnel4 /etc/stunnel/extranet.onesite.com.conf</div></div><div><br></div><div>The \
browser gets the following error (translated from french) :  </div> <div>
<br></div><div>the connection with the server has be reset while loading the page (on \
firefox)</div><div><br></div><div>See the logs \
attached.</div><div><br></div><div>Connecting on  <a \
href="http://127.0.0.1:82">127.0.0.1:82</a> is working (HAProxy running, and \
webservers are up)</div>

<div><br></div><div>So I quite don&#39;t understand what&#39;s going \
on.</div><div><br></div><div>&gt;2012.03.29 17:29:11 LOG3[8431:140689358976768]: \
SSL_accept: Peer suddenly disconnected</div><div><br></div><div>this is quite \
strange...</div>

<div><br></div><div>Any idea \
?</div><div><br></div><div>Regards,</div><div>Thomas.</div><div><br><br><div \
class="gmail_quote">On Thu, Mar 29, 2012 at 15:39, Thomas Manson <span \
dir="ltr">&lt;<a href="mailto:dev.mansonthomas@gmail.com">dev.mansonthomas@gmail.com</a>&gt;</span> \
wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Hi,<div><br></div><div>   I&#39;ve setup a stunnel install to \
handle several website SSL part of the HTTP (then redirected to HAProxy \
LoadBalancer).</div>

<div><br></div><div>   I can successfully start one site, but if I add another \
website (so another stunnel conf file in /etc/stunnel) then the first is said to be \
already running while it&#39;s not and the second starts for real.</div>


<div><br></div><div><br></div><div><div>thomas@ns0:/var/log/stunnel4$ sudo service \
stunnel4 start</div><div>Starting SSL tunnels: [Started: /etc/stunnel/base.conf] \
[Started: /etc/stunnel/extranet.onesite.com.conf] <b>[Already running: \
/etc/stunnel/mansonthomas.com.conf] stunnel.</b></div>


</div><div><br></div><div>(<a href="http://mansonthomas.com" \
target="_blank">mansonthomas.com</a> was my first try before implementing a client \
website)</div><div><br></div><div>Also, in /var/log/stunnel.log I&#39;ve only the \
logs for base.conf, not for the two other one. What should I do to have the logs? \
I&#39;ve tryed to add debug=7 at the beginning of the two conf file, but \
nothing.</div>


<div><br></div><div><br></div><div>   After some times, the extranet site https stops \
working...</div><div><br></div><div>   I was off in holidays for the last two weeks, \
so I didn&#39;t have the time to really dig into this...</div>


<div><br></div><div>   what would be the first steps to debug this issues ?  \
</div><div><br></div><div>Regards,</div><div>Thomas.</div><div><br></div><div><div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG5[8181:140471188047648]: Reading configuration from file \
/etc/stunnel/base.conf</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Snagged 64 random bytes from /dev/urandom</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: PRNG seeded successfully</font></div> <div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Using DH parameters from /etc/stunnel/sites/<a \
href="http://mainsite.com/mainsite.com.crt" \
target="_blank">mainsite.com/mainsite.com.crt</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG6[8181:140471188047648]: DH initialized with 2048 bit key</font></div><div>

<font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: ECDH initialized</font></div> <div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Certificate: /etc/stunnel/sites/<a \
href="http://mainsite.com/mainsite.com.crt" \
target="_blank">mainsite.com/mainsite.com.crt</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Certificate loaded</font></div><div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Key file: /etc/stunnel/sites/<a \
href="http://mainsite.com/mainsite.com.key" \
target="_blank">mainsite.com/mainsite.com.key</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Private key loaded</font></div><div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: SSL context initialized for service <a \
href="http://https-mainsite.com" target="_blank">https-mainsite.com</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG5[8181:140471188047648]: Configuration successful</font></div><div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG5[8181:140471188047648]: No limit detected for the number of clients</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=3 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=4 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=4 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=5 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=5 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=6 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=6 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=7 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=7 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: libwrap_init: FD=8 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: signal_pipe: FD=9 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: signal_pipe: FD=10 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: accept socket: FD=11 allocated (non-blocking \
mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Option SO_REUSEADDR set on accept socket</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Service <a href="http://https-mainsite.com" \
target="_blank">https-mainsite.com</a> bound to <a href="http://8.19.1.2:443" \
target="_blank">8.19.1.2:443</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8181:140471188047648]: Service <a href="http://https-mainsite.com" \
target="_blank">https-mainsite.com</a> opened FD=11</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG7[8187:140471188047648]: Created pid file \
/var/run/stunnel4/stunnel4.pid</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG5[8187:140471188047648]: stunnel 4.35 on x86_64-pc-linux-gnu with OpenSSL 1.0.0e 6 \
Sep 2011</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:41 \
LOG5[8187:140471188047648]: Threading:PTHREAD SSL:ENGINE Sockets:POLL,IPv6 \
Auth:LIBWRAP</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:49 \
LOG7[8187:140471188047648]: Dispatching signals from the signal pipe</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:49 \
LOG5[8187:140471188047648]: Received signal 15; terminating</font></div> <div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:31:49 \
LOG7[8187:140471188047648]: removing pid file \
/var/run/stunnel4/stunnel4.pid</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG5[8280:140481745549088]: Reading configuration from file \
/etc/stunnel/base.conf</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Snagged 64 random bytes from /dev/urandom</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: PRNG seeded successfully</font></div> <div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Using DH parameters from /etc/stunnel/sites/<a \
href="http://mainsite.com/mainsite.com.crt" \
target="_blank">mainsite.com/mainsite.com.crt</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG6[8280:140481745549088]: DH initialized with 2048 bit key</font></div><div>

<font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: ECDH initialized</font></div> <div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Certificate: /etc/stunnel/sites/<a \
href="http://mainsite.com/mainsite.com.crt" \
target="_blank">mainsite.com/mainsite.com.crt</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Certificate loaded</font></div><div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Key file: /etc/stunnel/sites/<a \
href="http://mainsite.com/mainsite.com.key" \
target="_blank">mainsite.com/mainsite.com.key</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Private key loaded</font></div><div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: SSL context initialized for service <a \
href="http://https-mainsite.com" target="_blank">https-mainsite.com</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG5[8280:140481745549088]: Configuration successful</font></div><div><font \
face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG5[8280:140481745549088]: No limit detected for the number of clients</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=3 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=4 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=4 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=5 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=5 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=6 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=6 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=7 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=7 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: libwrap_init: FD=8 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: signal_pipe: FD=9 allocated (blocking mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: signal_pipe: FD=10 allocated (blocking mode)</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: accept socket: FD=11 allocated (non-blocking \
mode)</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Option SO_REUSEADDR set on accept socket</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Service <a href="http://https-mainsite.com" \
target="_blank">https-mainsite.com</a> bound to <a href="http://8.19.1.2:443" \
target="_blank">8.19.1.2:443</a></font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8280:140481745549088]: Service <a href="http://https-mainsite.com" \
target="_blank">https-mainsite.com</a> opened FD=11</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG7[8286:140481745549088]: Created pid file \
/var/run/stunnel4/stunnel4.pid</font></div>


<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG5[8286:140481745549088]: stunnel 4.35 on x86_64-pc-linux-gnu with OpenSSL 1.0.0e 6 \
Sep 2011</font></div>

<div><font face="&#39;courier new&#39;, monospace"><a href="tel:2012.03.29%2015" \
value="+12012032915" target="_blank">2012.03.29 15</a>:32:38 \
LOG5[8286:140481745549088]: Threading:PTHREAD SSL:ENGINE Sockets:POLL,IPv6 \
Auth:LIBWRAP</font></div>


</div><div><br></div>
</blockquote></div><br></div>

--047d7b15b1ed9a8c8104bc7395f0--


["stunnel.log.1" (application/octet-stream)]

2012.03.29 15:38:02 LOG5[8425:140689359050528]: Reading configuration from file \
/etc/stunnel/base.conf 2012.03.29 15:38:02 LOG7[8425:140689359050528]: Snagged 64 \
random bytes from /dev/urandom 2012.03.29 15:38:02 LOG7[8425:140689359050528]: PRNG \
seeded successfully 2012.03.29 15:38:02 LOG7[8425:140689359050528]: Using DH \
parameters from /etc/stunnel/sites/mysite.com/mysite.com.crt 2012.03.29 15:38:02 \
LOG6[8425:140689359050528]: DH initialized with 2048 bit key 2012.03.29 15:38:02 \
LOG7[8425:140689359050528]: ECDH initialized 2012.03.29 15:38:02 \
LOG7[8425:140689359050528]: Certificate: /etc/stunnel/sites/mysite.com/mysite.com.crt \
2012.03.29 15:38:02 LOG7[8425:140689359050528]: Certificate loaded 2012.03.29 \
15:38:02 LOG7[8425:140689359050528]: Key file: \
/etc/stunnel/sites/mysite.com/mysite.com.key 2012.03.29 15:38:02 \
LOG7[8425:140689359050528]: Private key loaded 2012.03.29 15:38:02 \
LOG7[8425:140689359050528]: SSL context initialized for service https-mysite.com \
2012.03.29 15:38:02 LOG5[8425:140689359050528]: Configuration successful 2012.03.29 \
15:38:02 LOG5[8425:140689359050528]: No limit detected for the number of clients \
2012.03.29 15:38:02 LOG7[8425:140689359050528]: libwrap_init: FD=3 allocated \
(blocking mode) 2012.03.29 15:38:02 LOG7[8425:140689359050528]: libwrap_init: FD=4 \
allocated (blocking mode) 2012.03.29 15:38:02 LOG7[8425:140689359050528]: \
libwrap_init: FD=4 allocated (blocking mode) 2012.03.29 15:38:02 \
LOG7[8425:140689359050528]: libwrap_init: FD=5 allocated (blocking mode) 2012.03.29 \
15:38:02 LOG7[8425:140689359050528]: libwrap_init: FD=5 allocated (blocking mode) \
2012.03.29 15:38:02 LOG7[8425:140689359050528]: libwrap_init: FD=6 allocated \
(blocking mode) 2012.03.29 15:38:02 LOG7[8425:140689359050528]: libwrap_init: FD=6 \
allocated (blocking mode) 2012.03.29 15:38:02 LOG7[8425:140689359050528]: \
libwrap_init: FD=7 allocated (blocking mode) 2012.03.29 15:38:02 \
LOG7[8425:140689359050528]: libwrap_init: FD=7 allocated (blocking mode) 2012.03.29 \
15:38:02 LOG7[8425:140689359050528]: libwrap_init: FD=8 allocated (blocking mode) \
2012.03.29 15:38:02 LOG7[8425:140689359050528]: signal_pipe: FD=9 allocated (blocking \
mode) 2012.03.29 15:38:02 LOG7[8425:140689359050528]: signal_pipe: FD=10 allocated \
(blocking mode) 2012.03.29 15:38:02 LOG7[8425:140689359050528]: accept socket: FD=11 \
allocated (non-blocking mode) 2012.03.29 15:38:02 LOG7[8425:140689359050528]: Option \
SO_REUSEADDR set on accept socket 2012.03.29 15:38:02 LOG7[8425:140689359050528]: \
Service https-mysite.com bound to 8.19.1.2:443 2012.03.29 15:38:02 \
LOG7[8425:140689359050528]: Service https-mysite.com opened FD=11 2012.03.29 15:38:02 \
LOG7[8431:140689359050528]: Created pid file /var/run/stunnel4/stunnel4.pid \
2012.03.29 15:38:02 LOG5[8431:140689359050528]: stunnel 4.35 on x86_64-pc-linux-gnu \
with OpenSSL 1.0.0e 6 Sep 2011 2012.03.29 15:38:02 LOG5[8431:140689359050528]: \
Threading:PTHREAD SSL:ENGINE Sockets:POLL,IPv6 Auth:LIBWRAP 2012.03.29 17:08:06 \
LOG7[8431:140689359050528]: local socket: FD=0 allocated (non-blocking mode) \
2012.03.29 17:08:06 LOG7[8431:140689359050528]: Service https-mysite.com accepted \
FD=0 from 177.0.152.162:45601 2012.03.29 17:08:06 LOG7[8431:140689359046400]: Service \
https-mysite.com started 2012.03.29 17:08:06 LOG7[8431:140689359046400]: Option \
TCP_NODELAY set on local socket 2012.03.29 17:08:06 LOG7[8431:140689359046400]: \
Waiting for a libwrap process 2012.03.29 17:08:06 LOG7[8431:140689359046400]: \
Acquired libwrap process #0 2012.03.29 17:08:06 LOG7[8431:140689359046400]: Releasing \
libwrap process #0 2012.03.29 17:08:06 LOG7[8431:140689359046400]: Released libwrap \
process #0 2012.03.29 17:08:06 LOG7[8431:140689359046400]: Service https-mysite.com \
permitted by libwrap from 177.0.152.162:45601 2012.03.29 17:08:06 \
LOG5[8431:140689359046400]: Service https-mysite.com accepted connection from \
177.0.152.162:45601 2012.03.29 17:08:06 LOG7[8431:140689359046400]: SSL state \
(accept): before/accept initialization 2012.03.29 17:08:06 \
LOG7[8431:140689359050528]: local socket: FD=1 allocated (non-blocking mode) \
2012.03.29 17:08:06 LOG7[8431:140689359050528]: Service https-mysite.com accepted \
FD=1 from 177.0.152.162:45618 2012.03.29 17:08:06 LOG7[8431:140689358976768]: Service \
https-mysite.com started 2012.03.29 17:08:06 LOG7[8431:140689358976768]: Option \
TCP_NODELAY set on local socket 2012.03.29 17:08:06 LOG7[8431:140689358976768]: \
Waiting for a libwrap process 2012.03.29 17:08:06 LOG7[8431:140689358976768]: \
Acquired libwrap process #0 2012.03.29 17:08:06 LOG7[8431:140689358976768]: Releasing \
libwrap process #0 2012.03.29 17:08:06 LOG7[8431:140689358976768]: Released libwrap \
process #0 2012.03.29 17:08:06 LOG7[8431:140689358976768]: Service https-mysite.com \
permitted by libwrap from 177.0.152.162:45618 2012.03.29 17:08:06 \
LOG5[8431:140689358976768]: Service https-mysite.com accepted connection from \
177.0.152.162:45618 2012.03.29 17:08:06 LOG7[8431:140689358976768]: SSL state \
(accept): before/accept initialization 2012.03.29 17:08:06 \
LOG3[8431:140689358976768]: SSL_accept: 1408F10B: error:1408F10B:SSL \
routines:SSL3_GET_RECORD:wrong version number 2012.03.29 17:08:06 \
LOG5[8431:140689358976768]: Connection reset: 0 bytes sent to SSL, 0 bytes sent to \
socket 2012.03.29 17:08:06 LOG7[8431:140689358976768]: Service https-mysite.com \
finished (1 left) 2012.03.29 17:08:07 LOG7[8431:140689359050528]: local socket: FD=1 \
allocated (non-blocking mode) 2012.03.29 17:08:07 LOG7[8431:140689359050528]: Service \
https-mysite.com accepted FD=1 from 177.0.152.162:45640 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: Service https-mysite.com started 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: Option TCP_NODELAY set on local socket 2012.03.29 \
17:08:07 LOG7[8431:140689358976768]: Waiting for a libwrap process 2012.03.29 \
17:08:07 LOG7[8431:140689358976768]: Acquired libwrap process #0 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: Releasing libwrap process #0 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: Released libwrap process #0 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: Service https-mysite.com permitted by libwrap from \
177.0.152.162:45640 2012.03.29 17:08:07 LOG5[8431:140689358976768]: Service \
https-mysite.com accepted connection from 177.0.152.162:45640 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: SSL state (accept): before/accept initialization \
2012.03.29 17:08:07 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 read client \
hello B 2012.03.29 17:08:07 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 \
write server hello A 2012.03.29 17:08:07 LOG7[8431:140689358976768]: SSL state \
(accept): SSLv3 write certificate A 2012.03.29 17:08:07 LOG7[8431:140689358976768]: \
SSL state (accept): SSLv3 write key exchange A 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: SSL state (accept): SSLv3 write server done A 2012.03.29 \
17:08:07 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 flush data 2012.03.29 \
17:08:07 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 read client key \
exchange A 2012.03.29 17:08:07 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 \
read finished A 2012.03.29 17:08:07 LOG7[8431:140689358976768]: SSL state (accept): \
SSLv3 write change cipher spec A 2012.03.29 17:08:07 LOG7[8431:140689358976768]: SSL \
state (accept): SSLv3 write finished A 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: SSL state (accept): SSLv3 flush data 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    1 items in the session cache 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    0 client connects (SSL_connect()) 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    0 client connects that finished 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    0 client renegotiations requested 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    3 server connects (SSL_accept()) 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    1 server connects that finished 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    0 server renegotiations requested 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    0 session cache hits 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    0 external session cache hits 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    0 session cache misses 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]:    0 session cache timeouts 2012.03.29 17:08:07 \
LOG6[8431:140689358976768]: SSL accepted: new session negotiated 2012.03.29 17:08:07 \
LOG6[8431:140689358976768]: Negotiated ciphers: DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA \
Enc=AES(256) Mac=SHA1 2012.03.29 17:08:07 LOG7[8431:140689358976768]: remote socket: \
FD=2 allocated (non-blocking mode) 2012.03.29 17:08:07 LOG6[8431:140689358976768]: \
connect_blocking: connecting 127.0.0.1:82 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: connect_blocking: s_poll_wait 127.0.0.1:82: waiting 10 \
seconds 2012.03.29 17:08:07 LOG5[8431:140689358976768]: connect_blocking: connected \
127.0.0.1:82 2012.03.29 17:08:07 LOG5[8431:140689358976768]: Service https-mysite.com \
connected remote server from 127.0.0.1:55346 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: Remote FD=2 initialized 2012.03.29 17:08:07 \
LOG7[8431:140689358976768]: Option TCP_NODELAY set on remote socket 2012.03.29 \
17:08:08 LOG3[8431:140689359046400]: SSL_accept: Peer suddenly disconnected \
2012.03.29 17:08:08 LOG5[8431:140689359046400]: Connection reset: 0 bytes sent to \
SSL, 0 bytes sent to socket 2012.03.29 17:08:08 LOG7[8431:140689359046400]: Service \
https-mysite.com finished (1 left) 2012.03.29 17:08:08 LOG7[8431:140689358976768]: \
SSL socket closed on SSL_read 2012.03.29 17:08:08 LOG7[8431:140689358976768]: Sending \
socket write shutdown 2012.03.29 17:08:08 LOG5[8431:140689358976768]: Connection \
closed: 519 bytes sent to SSL, 214 bytes sent to socket 2012.03.29 17:08:08 \
LOG7[8431:140689358976768]: Service https-mysite.com finished (0 left) 2012.03.29 \
17:13:32 LOG7[8431:140689359050528]: local socket: FD=0 allocated (non-blocking mode) \
2012.03.29 17:13:32 LOG7[8431:140689359050528]: Service https-mysite.com accepted \
FD=0 from 177.0.152.162:39677 2012.03.29 17:13:32 LOG7[8431:140689358976768]: Service \
https-mysite.com started 2012.03.29 17:13:32 LOG7[8431:140689358976768]: Option \
TCP_NODELAY set on local socket 2012.03.29 17:13:32 LOG7[8431:140689358976768]: \
Waiting for a libwrap process 2012.03.29 17:13:32 LOG7[8431:140689358976768]: \
Acquired libwrap process #0 2012.03.29 17:13:32 LOG7[8431:140689358976768]: Releasing \
libwrap process #0 2012.03.29 17:13:32 LOG7[8431:140689358976768]: Released libwrap \
process #0 2012.03.29 17:13:32 LOG7[8431:140689358976768]: Service https-mysite.com \
permitted by libwrap from 177.0.152.162:39677 2012.03.29 17:13:32 \
LOG5[8431:140689358976768]: Service https-mysite.com accepted connection from \
177.0.152.162:39677 2012.03.29 17:13:32 LOG7[8431:140689358976768]: SSL state \
(accept): before/accept initialization 2012.03.29 17:13:32 \
LOG7[8431:140689359050528]: local socket: FD=1 allocated (non-blocking mode) \
2012.03.29 17:13:32 LOG7[8431:140689359050528]: Service https-mysite.com accepted \
FD=1 from 177.0.152.162:39687 2012.03.29 17:13:32 LOG7[8431:140689359046400]: Service \
https-mysite.com started 2012.03.29 17:13:32 LOG7[8431:140689359046400]: Option \
TCP_NODELAY set on local socket 2012.03.29 17:13:32 LOG7[8431:140689359046400]: \
Waiting for a libwrap process 2012.03.29 17:13:32 LOG7[8431:140689359046400]: \
Acquired libwrap process #0 2012.03.29 17:13:32 LOG7[8431:140689359046400]: Releasing \
libwrap process #0 2012.03.29 17:13:32 LOG7[8431:140689359046400]: Released libwrap \
process #0 2012.03.29 17:13:32 LOG7[8431:140689359046400]: Service https-mysite.com \
permitted by libwrap from 177.0.152.162:39687 2012.03.29 17:13:32 \
LOG5[8431:140689359046400]: Service https-mysite.com accepted connection from \
177.0.152.162:39687 2012.03.29 17:13:32 LOG7[8431:140689359046400]: SSL state \
(accept): before/accept initialization 2012.03.29 17:13:32 \
LOG3[8431:140689359046400]: SSL_accept: 1408F10B: error:1408F10B:SSL \
routines:SSL3_GET_RECORD:wrong version number 2012.03.29 17:13:32 \
LOG5[8431:140689359046400]: Connection reset: 0 bytes sent to SSL, 0 bytes sent to \
socket 2012.03.29 17:13:32 LOG7[8431:140689359046400]: Service https-mysite.com \
finished (1 left) 2012.03.29 17:13:33 LOG7[8431:140689359050528]: local socket: FD=1 \
allocated (non-blocking mode) 2012.03.29 17:13:33 LOG7[8431:140689359050528]: Service \
https-mysite.com accepted FD=1 from 177.0.152.162:39705 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: Service https-mysite.com started 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: Option TCP_NODELAY set on local socket 2012.03.29 \
17:13:33 LOG7[8431:140689359046400]: Waiting for a libwrap process 2012.03.29 \
17:13:33 LOG7[8431:140689359046400]: Acquired libwrap process #0 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: Releasing libwrap process #0 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: Released libwrap process #0 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: Service https-mysite.com permitted by libwrap from \
177.0.152.162:39705 2012.03.29 17:13:33 LOG5[8431:140689359046400]: Service \
https-mysite.com accepted connection from 177.0.152.162:39705 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: SSL state (accept): before/accept initialization \
2012.03.29 17:13:33 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 read client \
hello B 2012.03.29 17:13:33 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 \
write server hello A 2012.03.29 17:13:33 LOG7[8431:140689359046400]: SSL state \
(accept): SSLv3 write certificate A 2012.03.29 17:13:33 LOG7[8431:140689359046400]: \
SSL state (accept): SSLv3 write key exchange A 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: SSL state (accept): SSLv3 write server done A 2012.03.29 \
17:13:33 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 flush data 2012.03.29 \
17:13:33 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 read client key \
exchange A 2012.03.29 17:13:33 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 \
read finished A 2012.03.29 17:13:33 LOG7[8431:140689359046400]: SSL state (accept): \
SSLv3 write change cipher spec A 2012.03.29 17:13:33 LOG7[8431:140689359046400]: SSL \
state (accept): SSLv3 write finished A 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: SSL state (accept): SSLv3 flush data 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    2 items in the session cache 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    0 client connects (SSL_connect()) 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    0 client connects that finished 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    0 client renegotiations requested 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    6 server connects (SSL_accept()) 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    2 server connects that finished 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    0 server renegotiations requested 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    0 session cache hits 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    0 external session cache hits 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    0 session cache misses 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]:    0 session cache timeouts 2012.03.29 17:13:33 \
LOG6[8431:140689359046400]: SSL accepted: new session negotiated 2012.03.29 17:13:33 \
LOG6[8431:140689359046400]: Negotiated ciphers: DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA \
Enc=AES(256) Mac=SHA1 2012.03.29 17:13:33 LOG7[8431:140689359046400]: remote socket: \
FD=2 allocated (non-blocking mode) 2012.03.29 17:13:33 LOG6[8431:140689359046400]: \
connect_blocking: connecting 127.0.0.1:82 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: connect_blocking: s_poll_wait 127.0.0.1:82: waiting 10 \
seconds 2012.03.29 17:13:33 LOG5[8431:140689359046400]: connect_blocking: connected \
127.0.0.1:82 2012.03.29 17:13:33 LOG5[8431:140689359046400]: Service https-mysite.com \
connected remote server from 127.0.0.1:56007 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: Remote FD=2 initialized 2012.03.29 17:13:33 \
LOG7[8431:140689359046400]: Option TCP_NODELAY set on remote socket 2012.03.29 \
2012.03.29 17:13:34 LOG7[8431:140689359046400]: SSL socket closed on SSL_read
2012.03.29 17:13:34 LOG7[8431:140689358976768]: Service https-mysite.com finished (1 \
left) 2012.03.29 17:13:34 LOG7[8431:140689359046400]: Sending socket write shutdown
2012.03.29 17:13:34 LOG5[8431:140689359046400]: Connection closed: 519 bytes sent to \
SSL, 225 bytes sent to socket 2012.03.29 17:13:34 LOG7[8431:140689359046400]: Service \
https-mysite.com finished (0 left) 2012.03.29 17:18:37 LOG7[8431:140689359050528]: \
local socket: FD=0 allocated (non-blocking mode) 2012.03.29 17:18:37 \
LOG7[8431:140689359050528]: Service https-mysite.com accepted FD=0 from \
177.0.152.162:58376 2012.03.29 17:18:37 LOG7[8431:140689359046400]: Service \
https-mysite.com started 2012.03.29 17:18:37 LOG7[8431:140689359046400]: Option \
TCP_NODELAY set on local socket 2012.03.29 17:18:37 LOG7[8431:140689359046400]: \
Waiting for a libwrap process 2012.03.29 17:18:37 LOG7[8431:140689359046400]: \
Acquired libwrap process #0 2012.03.29 17:18:37 LOG7[8431:140689359046400]: Releasing \
libwrap process #0 2012.03.29 17:18:37 LOG7[8431:140689359046400]: Released libwrap \
process #0 2012.03.29 17:18:37 LOG7[8431:140689359046400]: Service https-mysite.com \
permitted by libwrap from 177.0.152.162:58376 2012.03.29 17:18:37 \
LOG5[8431:140689359046400]: Service https-mysite.com accepted connection from \
177.0.152.162:58376 2012.03.29 17:18:37 LOG7[8431:140689359046400]: SSL state \
(accept): before/accept initialization 2012.03.29 17:18:38 \
LOG7[8431:140689359050528]: local socket: FD=1 allocated (non-blocking mode) \
2012.03.29 17:18:38 LOG7[8431:140689359050528]: Service https-mysite.com accepted \
FD=1 from 177.0.152.162:58395 2012.03.29 17:18:38 LOG7[8431:140689358976768]: Service \
https-mysite.com started 2012.03.29 17:18:38 LOG7[8431:140689358976768]: Option \
TCP_NODELAY set on local socket 2012.03.29 17:18:38 LOG7[8431:140689358976768]: \
Waiting for a libwrap process 2012.03.29 17:18:38 LOG7[8431:140689358976768]: \
Acquired libwrap process #0 2012.03.29 17:18:38 LOG7[8431:140689358976768]: Releasing \
libwrap process #0 2012.03.29 17:18:38 LOG7[8431:140689358976768]: Released libwrap \
process #0 2012.03.29 17:18:38 LOG7[8431:140689358976768]: Service https-mysite.com \
permitted by libwrap from 177.0.152.162:58395 2012.03.29 17:18:38 \
LOG5[8431:140689358976768]: Service https-mysite.com accepted connection from \
177.0.152.162:58395 2012.03.29 17:18:38 LOG7[8431:140689358976768]: SSL state \
(accept): before/accept initialization 2012.03.29 17:18:38 \
LOG3[8431:140689358976768]: SSL_accept: 1408F10B: error:1408F10B:SSL \
routines:SSL3_GET_RECORD:wrong version number 2012.03.29 17:18:38 \
LOG5[8431:140689358976768]: Connection reset: 0 bytes sent to SSL, 0 bytes sent to \
socket 2012.03.29 17:18:38 LOG7[8431:140689358976768]: Service https-mysite.com \
finished (1 left) 2012.03.29 17:18:38 LOG7[8431:140689359050528]: local socket: FD=1 \
allocated (non-blocking mode) 2012.03.29 17:18:38 LOG7[8431:140689359050528]: Service \
https-mysite.com accepted FD=1 from 177.0.152.162:58414 2012.03.29 17:18:38 \
LOG7[8431:140689358976768]: Service https-mysite.com started 2012.03.29 17:18:38 \
LOG7[8431:140689358976768]: Option TCP_NODELAY set on local socket 2012.03.29 \
17:18:38 LOG7[8431:140689358976768]: Waiting for a libwrap process 2012.03.29 \
17:18:38 LOG7[8431:140689358976768]: Acquired libwrap process #0 2012.03.29 17:18:38 \
LOG7[8431:140689358976768]: Releasing libwrap process #0 2012.03.29 17:18:38 \
LOG7[8431:140689358976768]: Released libwrap process #0 2012.03.29 17:18:38 \
LOG7[8431:140689358976768]: Service https-mysite.com permitted by libwrap from \
177.0.152.162:58414 2012.03.29 17:18:38 LOG5[8431:140689358976768]: Service \
https-mysite.com accepted connection from 177.0.152.162:58414 2012.03.29 17:18:38 \
LOG7[8431:140689358976768]: SSL state (accept): before/accept initialization \
2012.03.29 17:18:38 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 read client \
hello B 2012.03.29 17:18:38 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 \
write server hello A 2012.03.29 17:18:38 LOG7[8431:140689358976768]: SSL state \
(accept): SSLv3 write certificate A 2012.03.29 17:18:38 LOG7[8431:140689358976768]: \
SSL state (accept): SSLv3 write key exchange A 2012.03.29 17:18:38 \
LOG7[8431:140689358976768]: SSL state (accept): SSLv3 write server done A 2012.03.29 \
17:18:38 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 flush data 2012.03.29 \
17:18:39 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 read client key \
exchange A 2012.03.29 17:18:39 LOG7[8431:140689358976768]: SSL state (accept): SSLv3 \
read finished A 2012.03.29 17:18:39 LOG7[8431:140689358976768]: SSL state (accept): \
SSLv3 write change cipher spec A 2012.03.29 17:18:39 LOG7[8431:140689358976768]: SSL \
state (accept): SSLv3 write finished A 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]: SSL state (accept): SSLv3 flush data 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    3 items in the session cache 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    0 client connects (SSL_connect()) 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    0 client connects that finished 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    0 client renegotiations requested 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    9 server connects (SSL_accept()) 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    3 server connects that finished 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    0 server renegotiations requested 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    0 session cache hits 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    0 external session cache hits 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    0 session cache misses 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]:    0 session cache timeouts 2012.03.29 17:18:39 \
LOG6[8431:140689358976768]: SSL accepted: new session negotiated 2012.03.29 17:18:39 \
LOG6[8431:140689358976768]: Negotiated ciphers: DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA \
Enc=AES(256) Mac=SHA1 2012.03.29 17:18:39 LOG7[8431:140689358976768]: remote socket: \
FD=2 allocated (non-blocking mode) 2012.03.29 17:18:39 LOG6[8431:140689358976768]: \
connect_blocking: connecting 127.0.0.1:82 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]: connect_blocking: s_poll_wait 127.0.0.1:82: waiting 10 \
seconds 2012.03.29 17:18:39 LOG5[8431:140689358976768]: connect_blocking: connected \
127.0.0.1:82 2012.03.29 17:18:39 LOG5[8431:140689358976768]: Service https-mysite.com \
connected remote server from 127.0.0.1:56626 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]: Remote FD=2 initialized 2012.03.29 17:18:39 \
LOG7[8431:140689358976768]: Option TCP_NODELAY set on remote socket 2012.03.29 \
17:18:40 LOG3[8431:140689359046400]: SSL_accept: Peer suddenly disconnected \
2012.03.29 17:18:40 LOG5[8431:140689359046400]: Connection reset: 0 bytes sent to \
SSL, 0 bytes sent to socket 2012.03.29 17:18:40 LOG7[8431:140689359046400]: Service \
https-mysite.com finished (1 left) 2012.03.29 17:18:40 LOG7[8431:140689358976768]: \
SSL socket closed on SSL_read 2012.03.29 17:18:40 LOG7[8431:140689358976768]: Sending \
socket write shutdown 2012.03.29 17:18:40 LOG5[8431:140689358976768]: Connection \
closed: 519 bytes sent to SSL, 225 bytes sent to socket 2012.03.29 17:18:40 \
LOG7[8431:140689358976768]: Service https-mysite.com finished (0 left) 2012.03.29 \
17:23:53 LOG7[8431:140689359050528]: local socket: FD=0 allocated (non-blocking mode) \
2012.03.29 17:23:53 LOG7[8431:140689359050528]: Service https-mysite.com accepted \
FD=0 from 177.0.152.162:45476 2012.03.29 17:23:53 LOG7[8431:140689358976768]: Service \
https-mysite.com started 2012.03.29 17:23:53 LOG7[8431:140689358976768]: Option \
TCP_NODELAY set on local socket 2012.03.29 17:23:53 LOG7[8431:140689358976768]: \
Waiting for a libwrap process 2012.03.29 17:23:53 LOG7[8431:140689358976768]: \
Acquired libwrap process #0 2012.03.29 17:23:53 LOG7[8431:140689358976768]: Releasing \
libwrap process #0 2012.03.29 17:23:53 LOG7[8431:140689358976768]: Released libwrap \
process #0 2012.03.29 17:23:53 LOG7[8431:140689358976768]: Service https-mysite.com \
permitted by libwrap from 177.0.152.162:45476 2012.03.29 17:23:53 \
LOG5[8431:140689358976768]: Service https-mysite.com accepted connection from \
177.0.152.162:45476 2012.03.29 17:23:53 LOG7[8431:140689358976768]: SSL state \
(accept): before/accept initialization 2012.03.29 17:23:53 \
LOG7[8431:140689359050528]: local socket: FD=1 allocated (non-blocking mode) \
2012.03.29 17:23:53 LOG7[8431:140689359050528]: Service https-mysite.com accepted \
FD=1 from 177.0.152.162:45489 2012.03.29 17:23:53 LOG7[8431:140689359046400]: Service \
https-mysite.com started 2012.03.29 17:23:53 LOG7[8431:140689359046400]: Option \
TCP_NODELAY set on local socket 2012.03.29 17:23:53 LOG7[8431:140689359046400]: \
Waiting for a libwrap process 2012.03.29 17:23:53 LOG7[8431:140689359046400]: \
Acquired libwrap process #0 2012.03.29 17:23:53 LOG7[8431:140689359046400]: Releasing \
libwrap process #0 2012.03.29 17:23:53 LOG7[8431:140689359046400]: Released libwrap \
process #0 2012.03.29 17:23:53 LOG7[8431:140689359046400]: Service https-mysite.com \
permitted by libwrap from 177.0.152.162:45489 2012.03.29 17:23:53 \
LOG5[8431:140689359046400]: Service https-mysite.com accepted connection from \
177.0.152.162:45489 2012.03.29 17:23:53 LOG7[8431:140689359046400]: SSL state \
(accept): before/accept initialization 2012.03.29 17:23:53 \
LOG3[8431:140689359046400]: SSL_accept: 1408F10B: error:1408F10B:SSL \
routines:SSL3_GET_RECORD:wrong version number 2012.03.29 17:23:53 \
LOG5[8431:140689359046400]: Connection reset: 0 bytes sent to SSL, 0 bytes sent to \
socket 2012.03.29 17:23:53 LOG7[8431:140689359046400]: Service https-mysite.com \
finished (1 left) 2012.03.29 17:23:54 LOG7[8431:140689359050528]: local socket: FD=1 \
allocated (non-blocking mode) 2012.03.29 17:23:54 LOG7[8431:140689359050528]: Service \
https-mysite.com accepted FD=1 from 177.0.152.162:45517 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: Service https-mysite.com started 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: Option TCP_NODELAY set on local socket 2012.03.29 \
17:23:54 LOG7[8431:140689359046400]: Waiting for a libwrap process 2012.03.29 \
17:23:54 LOG7[8431:140689359046400]: Acquired libwrap process #0 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: Releasing libwrap process #0 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: Released libwrap process #0 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: Service https-mysite.com permitted by libwrap from \
177.0.152.162:45517 2012.03.29 17:23:54 LOG5[8431:140689359046400]: Service \
https-mysite.com accepted connection from 177.0.152.162:45517 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: SSL state (accept): before/accept initialization \
2012.03.29 17:23:54 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 read client \
hello B 2012.03.29 17:23:54 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 \
write server hello A 2012.03.29 17:23:54 LOG7[8431:140689359046400]: SSL state \
(accept): SSLv3 write certificate A 2012.03.29 17:23:54 LOG7[8431:140689359046400]: \
SSL state (accept): SSLv3 write key exchange A 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: SSL state (accept): SSLv3 write server done A 2012.03.29 \
17:23:54 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 flush data 2012.03.29 \
17:23:54 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 read client key \
exchange A 2012.03.29 17:23:54 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 \
read finished A 2012.03.29 17:23:54 LOG7[8431:140689359046400]: SSL state (accept): \
SSLv3 write change cipher spec A 2012.03.29 17:23:54 LOG7[8431:140689359046400]: SSL \
state (accept): SSLv3 write finished A 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: SSL state (accept): SSLv3 flush data 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    4 items in the session cache 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    0 client connects (SSL_connect()) 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    0 client connects that finished 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    0 client renegotiations requested 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:   12 server connects (SSL_accept()) 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    4 server connects that finished 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    0 server renegotiations requested 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    0 session cache hits 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    0 external session cache hits 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    0 session cache misses 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]:    0 session cache timeouts 2012.03.29 17:23:54 \
LOG6[8431:140689359046400]: SSL accepted: new session negotiated 2012.03.29 17:23:54 \
LOG6[8431:140689359046400]: Negotiated ciphers: DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA \
Enc=AES(256) Mac=SHA1 2012.03.29 17:23:54 LOG7[8431:140689359046400]: remote socket: \
FD=2 allocated (non-blocking mode) 2012.03.29 17:23:54 LOG6[8431:140689359046400]: \
connect_blocking: connecting 127.0.0.1:82 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: connect_blocking: s_poll_wait 127.0.0.1:82: waiting 10 \
seconds 2012.03.29 17:23:54 LOG5[8431:140689359046400]: connect_blocking: connected \
127.0.0.1:82 2012.03.29 17:23:54 LOG5[8431:140689359046400]: Service https-mysite.com \
connected remote server from 127.0.0.1:57265 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: Remote FD=2 initialized 2012.03.29 17:23:54 \
LOG7[8431:140689359046400]: Option TCP_NODELAY set on remote socket 2012.03.29 \
17:23:55 LOG7[8431:140689359046400]: SSL socket closed on SSL_read 2012.03.29 \
17:23:55 LOG7[8431:140689359046400]: Sending socket write shutdown 2012.03.29 \
17:23:55 LOG5[8431:140689359046400]: Connection closed: 519 bytes sent to SSL, 218 \
bytes sent to socket 2012.03.29 17:23:55 LOG7[8431:140689359046400]: Service \
https-mysite.com finished (1 left) 2012.03.29 17:23:55 LOG3[8431:140689358976768]: \
SSL_accept: Peer suddenly disconnected 2012.03.29 17:23:55 \
LOG5[8431:140689358976768]: Connection reset: 0 bytes sent to SSL, 0 bytes sent to \
socket 2012.03.29 17:23:55 LOG7[8431:140689358976768]: Service https-mysite.com \
finished (0 left) 2012.03.29 17:29:08 LOG7[8431:140689359050528]: local socket: FD=0 \
allocated (non-blocking mode) 2012.03.29 17:29:08 LOG7[8431:140689359050528]: Service \
https-mysite.com accepted FD=0 from 177.0.152.162:41605 2012.03.29 17:29:08 \
LOG7[8431:140689358976768]: Service https-mysite.com started 2012.03.29 17:29:08 \
LOG7[8431:140689358976768]: Option TCP_NODELAY set on local socket 2012.03.29 \
17:29:08 LOG7[8431:140689358976768]: Waiting for a libwrap process 2012.03.29 \
17:29:08 LOG7[8431:140689358976768]: Acquired libwrap process #0 2012.03.29 17:29:08 \
LOG7[8431:140689358976768]: Releasing libwrap process #0 2012.03.29 17:29:08 \
LOG7[8431:140689358976768]: Released libwrap process #0 2012.03.29 17:29:08 \
LOG7[8431:140689358976768]: Service https-mysite.com permitted by libwrap from \
177.0.152.162:41605 2012.03.29 17:29:08 LOG5[8431:140689358976768]: Service \
https-mysite.com accepted connection from 177.0.152.162:41605 2012.03.29 17:29:08 \
LOG7[8431:140689358976768]: SSL state (accept): before/accept initialization \
2012.03.29 17:29:09 LOG7[8431:140689359050528]: local socket: FD=1 allocated \
(non-blocking mode) 2012.03.29 17:29:09 LOG7[8431:140689359050528]: Service \
https-mysite.com accepted FD=1 from 177.0.152.162:41618 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Service https-mysite.com started 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Option TCP_NODELAY set on local socket 2012.03.29 \
17:29:09 LOG7[8431:140689359046400]: Waiting for a libwrap process 2012.03.29 \
17:29:09 LOG7[8431:140689359046400]: Acquired libwrap process #0 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Releasing libwrap process #0 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Released libwrap process #0 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Service https-mysite.com permitted by libwrap from \
177.0.152.162:41618 2012.03.29 17:29:09 LOG5[8431:140689359046400]: Service \
https-mysite.com accepted connection from 177.0.152.162:41618 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: SSL state (accept): before/accept initialization \
2012.03.29 17:29:09 LOG3[8431:140689359046400]: SSL_accept: 1408F10B: \
2012.03.29 17:29:09 LOG7[8431:140689359046400]: Service https-mysite.com finished (1 \
left) 2012.03.29 17:29:09 LOG7[8431:140689359050528]: local socket: FD=1 allocated \
(non-blocking mode) 2012.03.29 17:29:09 LOG7[8431:140689359050528]: Service \
https-mysite.com accepted FD=1 from 177.0.152.162:41647 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Service https-mysite.com started 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Option TCP_NODELAY set on local socket 2012.03.29 \
17:29:09 LOG7[8431:140689359046400]: Waiting for a libwrap process 2012.03.29 \
17:29:09 LOG7[8431:140689359046400]: Acquired libwrap process #0 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Releasing libwrap process #0 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Released libwrap process #0 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: Service https-mysite.com permitted by libwrap from \
177.0.152.162:41647 2012.03.29 17:29:09 LOG5[8431:140689359046400]: Service \
https-mysite.com accepted connection from 177.0.152.162:41647 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: SSL state (accept): before/accept initialization \
2012.03.29 17:29:09 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 read client \
hello B 2012.03.29 17:29:09 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 \
write server hello A 2012.03.29 17:29:09 LOG7[8431:140689359046400]: SSL state \
(accept): SSLv3 write certificate A 2012.03.29 17:29:09 LOG7[8431:140689359046400]: \
SSL state (accept): SSLv3 write key exchange A 2012.03.29 17:29:09 \
LOG7[8431:140689359046400]: SSL state (accept): SSLv3 write server done A 2012.03.29 \
17:29:09 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 flush data 2012.03.29 \
17:29:10 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 read client key \
exchange A 2012.03.29 17:29:10 LOG7[8431:140689359046400]: SSL state (accept): SSLv3 \
read finished A 2012.03.29 17:29:10 LOG7[8431:140689359046400]: SSL state (accept): \
SSLv3 write change cipher spec A 2012.03.29 17:29:10 LOG7[8431:140689359046400]: SSL \
state (accept): SSLv3 write finished A 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]: SSL state (accept): SSLv3 flush data 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    5 items in the session cache 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    0 client connects (SSL_connect()) 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    0 client connects that finished 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    0 client renegotiations requested 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:   15 server connects (SSL_accept()) 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    5 server connects that finished 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    0 server renegotiations requested 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    0 session cache hits 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    0 external session cache hits 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    0 session cache misses 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]:    0 session cache timeouts 2012.03.29 17:29:10 \
LOG6[8431:140689359046400]: SSL accepted: new session negotiated 2012.03.29 17:29:10 \
LOG6[8431:140689359046400]: Negotiated ciphers: DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA \
Enc=AES(256) Mac=SHA1 2012.03.29 17:29:10 LOG7[8431:140689359046400]: remote socket: \
FD=2 allocated (non-blocking mode) 2012.03.29 17:29:10 LOG6[8431:140689359046400]: \
connect_blocking: connecting 127.0.0.1:82 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]: connect_blocking: s_poll_wait 127.0.0.1:82: waiting 10 \
seconds 2012.03.29 17:29:10 LOG5[8431:140689359046400]: connect_blocking: connected \
127.0.0.1:82 2012.03.29 17:29:10 LOG5[8431:140689359046400]: Service https-mysite.com \
connected remote server from 127.0.0.1:57904 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]: Remote FD=2 initialized 2012.03.29 17:29:10 \
LOG7[8431:140689359046400]: Option TCP_NODELAY set on remote socket 2012.03.29 \
17:29:11 LOG7[8431:140689359046400]: SSL socket closed on SSL_read 2012.03.29 \
17:29:11 LOG7[8431:140689359046400]: Sending socket write shutdown 2012.03.29 \
17:29:11 LOG5[8431:140689359046400]: Connection closed: 519 bytes sent to SSL, 220 \
bytes sent to socket 2012.03.29 17:29:11 LOG7[8431:140689359046400]: Service \
https-mysite.com finished (1 left) 2012.03.29 17:29:11 LOG3[8431:140689358976768]: \
SSL_accept: Peer suddenly disconnected 2012.03.29 17:29:11 \
LOG5[8431:140689358976768]: Connection reset: 0 bytes sent to SSL, 0 bytes sent to \
socket 2012.03.29 17:29:11 LOG7[8431:140689358976768]: Service https-mysite.com \
finished (0 left) 2012.03.30 06:25:04 LOG7[8431:140689359050528]: Dispatching signals \
from the signal pipe



_______________________________________________
stunnel-users mailing list
stunnel-users@stunnel.org
http://stunnel.mirt.net/mailman/listinfo/stunnel-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic