Nginx and MS outlook reverse proxy over https

Igor Sysoev is at rambler-co.ru
Tue Jan 8 10:18:17 MSK 2008


On Mon, Jan 07, 2008 at 09:13:00PM -0800, Ian Dobson wrote:

> I've been struggling with this for weeks and my configs are pretty
> simple but I'm not sure what I'm doing wrong
> 
>  
> 
> I have a server black.plus.ca  is the internal name and internally, or
> externally (if I edit the hosts file on the pc) I can connect to it over
> https.
> 
>  
> 
> However if I put the reverse proxy in the middle I can connect over OWA
> but not outlook
> 
>  
> 
>  server {
> 
>     listen       443;
> 
>     server_name   black.plus.ca;
> 
> #    error_log /tmp/errorlog debug;
> 
>  
> 
>     ssl                  on;
> 
>     ssl_certificate      cert.pem;
> 
>     ssl_certificate_key  cert.key;
> 
>  
> 
>     ssl_session_timeout  5m;
> 
>  
> 
> #    ssl_protocols  SSLv2 SSLv3 TLSv1;
> 
> #    ssl_ciphers
> ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
> 
> #    ssl_prefer_server_ciphers   on;
> 
>  
> 
>     location / {
> 
> #    proxy_set_header        Host $host;
> 
>     proxy_set_header        X-Real-IP $remote_addr;
> 
> #    proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
> 
>     proxy_pass              https://black.plus.ca
> <https://black.plus.ca/> ;
> 
>  
> 
>  
> 
> Everything that is commented out has been in at some point :-)
> 
> Is this even possible?
> 

I have no idea: client has connected to nginx, has done successfull handshake,
and then has closed the SSL connection.

> 
>  
> 
> And here is the debug log
> 
>  
> 
> 2008/01/07 21:01:45 [debug] 9409#0: epoll add event: fd:7 op:1
> ev:00000001
> 2008/01/07 21:02:31 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:31 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:31 [debug] 9409#0: *1 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:31 [debug] 9409#0: *1 event timer add: 8:
> 60000:1472735513
> 2008/01/07 21:02:31 [debug] 9409#0: *1 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:31 [debug] 9409#0: *1 malloc: 09C401D8:632
> 2008/01/07 21:02:31 [debug] 9409#0: *1 malloc: 09C88128:16384
> 2008/01/07 21:02:31 [debug] 9409#0: *1 malloc: 09C54ED8:256
> 2008/01/07 21:02:31 [debug] 9409#0: *1 malloc: 09C49228:1024
> 2008/01/07 21:02:31 [debug] 9409#0: *1 malloc: 09C45E90:4096
> 2008/01/07 21:02:31 [debug] 9409#0: *1 http check ssl handshake
> 2008/01/07 21:02:31 [debug] 9409#0: *1 https ssl handshake: 0x16
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL_do_handshake: -1
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL_get_error: 2
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL handshake handler: 0
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL_do_handshake: 1
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:31 [debug] 9409#0: *1 http process request line
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL_read: -1
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL_get_error: 2
> 2008/01/07 21:02:31 [debug] 9409#0: *1 event timer del: 8: 1472735513
> 2008/01/07 21:02:31 [debug] 9409#0: *1 event timer add: 8:
> 60000:1472735869
> 2008/01/07 21:02:31 [debug] 9409#0: *1 http process request line
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL_read: 0
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL_get_error: 5
> 2008/01/07 21:02:31 [debug] 9409#0: *1 peer shutdown SSL cleanly
> 2008/01/07 21:02:31 [info] 9409#0: *1 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:31 [debug] 9409#0: *1 http finalize request: 400, "?"
> 2008/01/07 21:02:31 [debug] 9409#0: *1 http close request
> 2008/01/07 21:02:31 [debug] 9409#0: *1 http log handler
> 2008/01/07 21:02:31 [debug] 9409#0: *1 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:31 [debug] 9409#0: *1 close http connection: 8
> 2008/01/07 21:02:31 [debug] 9409#0: *1 SSL_shutdown: 1
> 2008/01/07 21:02:31 [debug] 9409#0: *1 event timer del: 8: 1472735869
> 2008/01/07 21:02:31 [debug] 9409#0: *1 free: 09C49228
> 2008/01/07 21:02:31 [debug] 9409#0: *1 free: 09C88128
> 2008/01/07 21:02:31 [debug] 9409#0: *1 free: 09C401D8
> 2008/01/07 21:02:31 [debug] 9409#0: *1 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:31 [debug] 9409#0: *1 free: 09C54ED8, unused: 172
> 2008/01/07 21:02:31 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:31 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:31 [debug] 9409#0: *2 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:31 [debug] 9409#0: *2 event timer add: 8:
> 60000:1472736123
> 2008/01/07 21:02:31 [debug] 9409#0: *2 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:31 [debug] 9409#0: *2 malloc: 09C48260:632
> 2008/01/07 21:02:31 [debug] 9409#0: *2 malloc: 09C88128:16384
> 2008/01/07 21:02:31 [debug] 9409#0: *2 malloc: 09C54A70:256
> 2008/01/07 21:02:31 [debug] 9409#0: *2 malloc: 09CA02E0:1024
> 2008/01/07 21:02:31 [debug] 9409#0: *2 malloc: 09C45E90:4096
> 2008/01/07 21:02:31 [debug] 9409#0: *2 http check ssl handshake
> 2008/01/07 21:02:31 [debug] 9409#0: *2 https ssl handshake: 0x16
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL_do_handshake: -1
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL_get_error: 2
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL handshake handler: 0
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL_do_handshake: 1
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:31 [debug] 9409#0: *2 http process request line
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL_read: -1
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL_get_error: 2
> 2008/01/07 21:02:31 [debug] 9409#0: *2 event timer: 8, old: 1472736123,
> new: 1472736180
> 2008/01/07 21:02:31 [debug] 9409#0: *2 http process request line
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL_read: 0
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL_get_error: 5
> 2008/01/07 21:02:31 [debug] 9409#0: *2 peer shutdown SSL cleanly
> 2008/01/07 21:02:31 [info] 9409#0: *2 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:31 [debug] 9409#0: *2 http finalize request: 400, "?"
> 2008/01/07 21:02:31 [debug] 9409#0: *2 http close request
> 2008/01/07 21:02:31 [debug] 9409#0: *2 http log handler
> 2008/01/07 21:02:31 [debug] 9409#0: *2 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:31 [debug] 9409#0: *2 close http connection: 8
> 2008/01/07 21:02:31 [debug] 9409#0: *2 SSL_shutdown: 1
> 2008/01/07 21:02:31 [debug] 9409#0: *2 event timer del: 8: 1472736123
> 2008/01/07 21:02:31 [debug] 9409#0: *2 free: 09CA02E0
> 2008/01/07 21:02:31 [debug] 9409#0: *2 free: 09C88128
> 2008/01/07 21:02:31 [debug] 9409#0: *2 free: 09C48260
> 2008/01/07 21:02:31 [debug] 9409#0: *2 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:31 [debug] 9409#0: *2 free: 09C54A70, unused: 172
> 2008/01/07 21:02:33 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:33 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:33 [debug] 9409#0: *3 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:33 [debug] 9409#0: *3 event timer add: 8:
> 60000:1472737831
> 2008/01/07 21:02:33 [debug] 9409#0: *3 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:33 [debug] 9409#0: *3 malloc: 09C48260:632
> 2008/01/07 21:02:33 [debug] 9409#0: *3 malloc: 09C88128:16384
> 2008/01/07 21:02:33 [debug] 9409#0: *3 malloc: 09C54A70:256
> 2008/01/07 21:02:33 [debug] 9409#0: *3 malloc: 09CA02E0:1024
> 2008/01/07 21:02:33 [debug] 9409#0: *3 malloc: 09C45E90:4096
> 2008/01/07 21:02:33 [debug] 9409#0: *3 http check ssl handshake
> 2008/01/07 21:02:33 [debug] 9409#0: *3 https ssl handshake: 0x16
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL_do_handshake: -1
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL_get_error: 2
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL handshake handler: 0
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL_do_handshake: 1
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:33 [debug] 9409#0: *3 http process request line
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL_read: -1
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL_get_error: 2
> 2008/01/07 21:02:33 [debug] 9409#0: *3 event timer: 8, old: 1472737831,
> new: 1472737887
> 2008/01/07 21:02:33 [debug] 9409#0: *3 http process request line
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL_read: 0
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL_get_error: 5
> 2008/01/07 21:02:33 [debug] 9409#0: *3 peer shutdown SSL cleanly
> 2008/01/07 21:02:33 [info] 9409#0: *3 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:33 [debug] 9409#0: *3 http finalize request: 400, "?"
> 2008/01/07 21:02:33 [debug] 9409#0: *3 http close request
> 2008/01/07 21:02:33 [debug] 9409#0: *3 http log handler
> 2008/01/07 21:02:33 [debug] 9409#0: *3 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:33 [debug] 9409#0: *3 close http connection: 8
> 2008/01/07 21:02:33 [debug] 9409#0: *3 SSL_shutdown: 1
> 2008/01/07 21:02:33 [debug] 9409#0: *3 event timer del: 8: 1472737831
> 2008/01/07 21:02:33 [debug] 9409#0: *3 free: 09CA02E0
> 2008/01/07 21:02:33 [debug] 9409#0: *3 free: 09C88128
> 2008/01/07 21:02:33 [debug] 9409#0: *3 free: 09C48260
> 2008/01/07 21:02:33 [debug] 9409#0: *3 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:33 [debug] 9409#0: *3 free: 09C54A70, unused: 172
> 2008/01/07 21:02:33 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:33 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:33 [debug] 9409#0: *4 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:33 [debug] 9409#0: *4 event timer add: 8:
> 60000:1472737965
> 2008/01/07 21:02:33 [debug] 9409#0: *4 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:33 [debug] 9409#0: *4 malloc: 09C9FD80:632
> 2008/01/07 21:02:33 [debug] 9409#0: *4 malloc: 09C88128:16384
> 2008/01/07 21:02:33 [debug] 9409#0: *4 malloc: 09C54A70:256
> 2008/01/07 21:02:33 [debug] 9409#0: *4 malloc: 09CA02E0:1024
> 2008/01/07 21:02:33 [debug] 9409#0: *4 malloc: 09C45E90:4096
> 2008/01/07 21:02:33 [debug] 9409#0: *4 http check ssl handshake
> 2008/01/07 21:02:33 [debug] 9409#0: *4 https ssl handshake: 0x16
> 2008/01/07 21:02:33 [debug] 9409#0: *4 SSL_do_handshake: -1
> 2008/01/07 21:02:33 [debug] 9409#0: *4 SSL_get_error: 2
> 2008/01/07 21:02:33 [debug] 9409#0: *4 SSL handshake handler: 0
> 2008/01/07 21:02:33 [debug] 9409#0: *4 SSL_do_handshake: 1
> 2008/01/07 21:02:33 [debug] 9409#0: *4 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:33 [debug] 9409#0: *4 http process request line
> 2008/01/07 21:02:33 [debug] 9409#0: *4 SSL_read: -1
> 2008/01/07 21:02:33 [debug] 9409#0: *4 SSL_get_error: 2
> 2008/01/07 21:02:33 [debug] 9409#0: *4 event timer del: 8: 1472737965
> 2008/01/07 21:02:33 [debug] 9409#0: *4 event timer add: 8:
> 60000:1472738353
> 2008/01/07 21:02:34 [debug] 9409#0: *4 http process request line
> 2008/01/07 21:02:34 [debug] 9409#0: *4 SSL_read: 0
> 2008/01/07 21:02:34 [debug] 9409#0: *4 SSL_get_error: 5
> 2008/01/07 21:02:34 [debug] 9409#0: *4 peer shutdown SSL cleanly
> 2008/01/07 21:02:34 [info] 9409#0: *4 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:34 [debug] 9409#0: *4 http finalize request: 400, "?"
> 2008/01/07 21:02:34 [debug] 9409#0: *4 http close request
> 2008/01/07 21:02:34 [debug] 9409#0: *4 http log handler
> 2008/01/07 21:02:34 [debug] 9409#0: *4 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:34 [debug] 9409#0: *4 close http connection: 8
> 2008/01/07 21:02:34 [debug] 9409#0: *4 SSL_shutdown: 1
> 2008/01/07 21:02:34 [debug] 9409#0: *4 event timer del: 8: 1472738353
> 2008/01/07 21:02:34 [debug] 9409#0: *4 free: 09CA02E0
> 2008/01/07 21:02:34 [debug] 9409#0: *4 free: 09C88128
> 2008/01/07 21:02:34 [debug] 9409#0: *4 free: 09C9FD80
> 2008/01/07 21:02:34 [debug] 9409#0: *4 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:34 [debug] 9409#0: *4 free: 09C54A70, unused: 172
> 2008/01/07 21:02:35 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:35 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:35 [debug] 9409#0: *5 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:35 [debug] 9409#0: *5 event timer add: 8:
> 60000:1472739901
> 2008/01/07 21:02:35 [debug] 9409#0: *5 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:35 [debug] 9409#0: *5 malloc: 09C9FD80:632
> 2008/01/07 21:02:35 [debug] 9409#0: *5 malloc: 09C88128:16384
> 2008/01/07 21:02:35 [debug] 9409#0: *5 malloc: 09C54A70:256
> 2008/01/07 21:02:35 [debug] 9409#0: *5 malloc: 09CA02E0:1024
> 2008/01/07 21:02:35 [debug] 9409#0: *5 malloc: 09C45E90:4096
> 2008/01/07 21:02:35 [debug] 9409#0: *5 http check ssl handshake
> 2008/01/07 21:02:35 [debug] 9409#0: *5 https ssl handshake: 0x16
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL_do_handshake: -1
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL_get_error: 2
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL handshake handler: 0
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL_do_handshake: 1
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:35 [debug] 9409#0: *5 http process request line
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL_read: -1
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL_get_error: 2
> 2008/01/07 21:02:35 [debug] 9409#0: *5 event timer: 8, old: 1472739901,
> new: 1472739988
> 2008/01/07 21:02:35 [debug] 9409#0: *5 http process request line
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL_read: 0
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL_get_error: 5
> 2008/01/07 21:02:35 [debug] 9409#0: *5 peer shutdown SSL cleanly
> 2008/01/07 21:02:35 [info] 9409#0: *5 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:35 [debug] 9409#0: *5 http finalize request: 400, "?"
> 2008/01/07 21:02:35 [debug] 9409#0: *5 http close request
> 2008/01/07 21:02:35 [debug] 9409#0: *5 http log handler
> 2008/01/07 21:02:35 [debug] 9409#0: *5 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:35 [debug] 9409#0: *5 close http connection: 8
> 2008/01/07 21:02:35 [debug] 9409#0: *5 SSL_shutdown: 1
> 2008/01/07 21:02:35 [debug] 9409#0: *5 event timer del: 8: 1472739901
> 2008/01/07 21:02:35 [debug] 9409#0: *5 free: 09CA02E0
> 2008/01/07 21:02:35 [debug] 9409#0: *5 free: 09C88128
> 2008/01/07 21:02:35 [debug] 9409#0: *5 free: 09C9FD80
> 2008/01/07 21:02:35 [debug] 9409#0: *5 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:35 [debug] 9409#0: *5 free: 09C54A70, unused: 172
> 2008/01/07 21:02:35 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:35 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:35 [debug] 9409#0: *6 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:35 [debug] 9409#0: *6 event timer add: 8:
> 60000:1472740373
> 2008/01/07 21:02:35 [debug] 9409#0: *6 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:35 [debug] 9409#0: *6 malloc: 09C9FD80:632
> 2008/01/07 21:02:35 [debug] 9409#0: *6 malloc: 09C88128:16384
> 2008/01/07 21:02:35 [debug] 9409#0: *6 malloc: 09C54A70:256
> 2008/01/07 21:02:35 [debug] 9409#0: *6 malloc: 09CA02E0:1024
> 2008/01/07 21:02:35 [debug] 9409#0: *6 malloc: 09C45E90:4096
> 2008/01/07 21:02:35 [debug] 9409#0: *6 http check ssl handshake
> 2008/01/07 21:02:35 [debug] 9409#0: *6 https ssl handshake: 0x16
> 2008/01/07 21:02:35 [debug] 9409#0: *6 SSL_do_handshake: -1
> 2008/01/07 21:02:35 [debug] 9409#0: *6 SSL_get_error: 2
> 2008/01/07 21:02:36 [debug] 9409#0: *6 SSL handshake handler: 0
> 2008/01/07 21:02:36 [debug] 9409#0: *6 SSL_do_handshake: 1
> 2008/01/07 21:02:36 [debug] 9409#0: *6 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:36 [debug] 9409#0: *6 http process request line
> 2008/01/07 21:02:36 [debug] 9409#0: *6 SSL_read: -1
> 2008/01/07 21:02:36 [debug] 9409#0: *6 SSL_get_error: 2
> 2008/01/07 21:02:36 [debug] 9409#0: *6 event timer: 8, old: 1472740373,
> new: 1472740460
> 2008/01/07 21:02:36 [debug] 9409#0: *6 http process request line
> 2008/01/07 21:02:36 [debug] 9409#0: *6 SSL_read: 0
> 2008/01/07 21:02:36 [debug] 9409#0: *6 SSL_get_error: 5
> 2008/01/07 21:02:36 [debug] 9409#0: *6 peer shutdown SSL cleanly
> 2008/01/07 21:02:36 [info] 9409#0: *6 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:36 [debug] 9409#0: *6 http finalize request: 400, "?"
> 2008/01/07 21:02:36 [debug] 9409#0: *6 http close request
> 2008/01/07 21:02:36 [debug] 9409#0: *6 http log handler
> 2008/01/07 21:02:36 [debug] 9409#0: *6 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:36 [debug] 9409#0: *6 close http connection: 8
> 2008/01/07 21:02:36 [debug] 9409#0: *6 SSL_shutdown: 1
> 2008/01/07 21:02:36 [debug] 9409#0: *6 event timer del: 8: 1472740373
> 2008/01/07 21:02:36 [debug] 9409#0: *6 free: 09CA02E0
> 2008/01/07 21:02:36 [debug] 9409#0: *6 free: 09C88128
> 2008/01/07 21:02:36 [debug] 9409#0: *6 free: 09C9FD80
> 2008/01/07 21:02:36 [debug] 9409#0: *6 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:36 [debug] 9409#0: *6 free: 09C54A70, unused: 172
> 2008/01/07 21:02:41 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:41 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:41 [debug] 9409#0: *7 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:41 [debug] 9409#0: *7 event timer add: 8:
> 60000:1472745831
> 2008/01/07 21:02:41 [debug] 9409#0: *7 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:41 [debug] 9409#0: *7 malloc: 09C9FD80:632
> 2008/01/07 21:02:41 [debug] 9409#0: *7 malloc: 09C88128:16384
> 2008/01/07 21:02:41 [debug] 9409#0: *7 malloc: 09C54A70:256
> 2008/01/07 21:02:41 [debug] 9409#0: *7 malloc: 09CA02E0:1024
> 2008/01/07 21:02:41 [debug] 9409#0: *7 malloc: 09C45E90:4096
> 2008/01/07 21:02:41 [debug] 9409#0: *7 http check ssl handshake
> 2008/01/07 21:02:41 [debug] 9409#0: *7 https ssl handshake: 0x16
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL_do_handshake: -1
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL_get_error: 2
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL handshake handler: 0
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL_do_handshake: 1
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:41 [debug] 9409#0: *7 http process request line
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL_read: -1
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL_get_error: 2
> 2008/01/07 21:02:41 [debug] 9409#0: *7 event timer: 8, old: 1472745831,
> new: 1472745936
> 2008/01/07 21:02:41 [debug] 9409#0: *7 http process request line
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL_read: 0
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL_get_error: 5
> 2008/01/07 21:02:41 [debug] 9409#0: *7 peer shutdown SSL cleanly
> 2008/01/07 21:02:41 [info] 9409#0: *7 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:41 [debug] 9409#0: *7 http finalize request: 400, "?"
> 2008/01/07 21:02:41 [debug] 9409#0: *7 http close request
> 2008/01/07 21:02:41 [debug] 9409#0: *7 http log handler
> 2008/01/07 21:02:41 [debug] 9409#0: *7 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:41 [debug] 9409#0: *7 close http connection: 8
> 2008/01/07 21:02:41 [debug] 9409#0: *7 SSL_shutdown: 1
> 2008/01/07 21:02:41 [debug] 9409#0: *7 event timer del: 8: 1472745831
> 2008/01/07 21:02:41 [debug] 9409#0: *7 free: 09CA02E0
> 2008/01/07 21:02:41 [debug] 9409#0: *7 free: 09C88128
> 2008/01/07 21:02:41 [debug] 9409#0: *7 free: 09C9FD80
> 2008/01/07 21:02:41 [debug] 9409#0: *7 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:41 [debug] 9409#0: *7 free: 09C54A70, unused: 172
> 2008/01/07 21:02:41 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:41 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:41 [debug] 9409#0: *8 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:41 [debug] 9409#0: *8 event timer add: 8:
> 60000:1472746109
> 2008/01/07 21:02:41 [debug] 9409#0: *8 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:41 [debug] 9409#0: *8 malloc: 09C9FD80:632
> 2008/01/07 21:02:41 [debug] 9409#0: *8 malloc: 09C88128:16384
> 2008/01/07 21:02:41 [debug] 9409#0: *8 malloc: 09C54A70:256
> 2008/01/07 21:02:41 [debug] 9409#0: *8 malloc: 09CA02E0:1024
> 2008/01/07 21:02:41 [debug] 9409#0: *8 malloc: 09C45E90:4096
> 2008/01/07 21:02:41 [debug] 9409#0: *8 http check ssl handshake
> 2008/01/07 21:02:41 [debug] 9409#0: *8 https ssl handshake: 0x16
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL_do_handshake: -1
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL_get_error: 2
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL handshake handler: 0
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL_do_handshake: 1
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:41 [debug] 9409#0: *8 http process request line
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL_read: -1
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL_get_error: 2
> 2008/01/07 21:02:41 [debug] 9409#0: *8 event timer: 8, old: 1472746109,
> new: 1472746216
> 2008/01/07 21:02:41 [debug] 9409#0: *8 http process request line
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL_read: 0
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL_get_error: 5
> 2008/01/07 21:02:41 [debug] 9409#0: *8 peer shutdown SSL cleanly
> 2008/01/07 21:02:41 [info] 9409#0: *8 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:41 [debug] 9409#0: *8 http finalize request: 400, "?"
> 2008/01/07 21:02:41 [debug] 9409#0: *8 http close request
> 2008/01/07 21:02:41 [debug] 9409#0: *8 http log handler
> 2008/01/07 21:02:41 [debug] 9409#0: *8 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:41 [debug] 9409#0: *8 close http connection: 8
> 2008/01/07 21:02:41 [debug] 9409#0: *8 SSL_shutdown: 1
> 2008/01/07 21:02:41 [debug] 9409#0: *8 event timer del: 8: 1472746109
> 2008/01/07 21:02:41 [debug] 9409#0: *8 free: 09CA02E0
> 2008/01/07 21:02:41 [debug] 9409#0: *8 free: 09C88128
> 2008/01/07 21:02:41 [debug] 9409#0: *8 free: 09C9FD80
> 2008/01/07 21:02:41 [debug] 9409#0: *8 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:41 [debug] 9409#0: *8 free: 09C54A70, unused: 172
> 2008/01/07 21:02:42 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:42 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:42 [debug] 9409#0: *9 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:42 [debug] 9409#0: *9 event timer add: 8:
> 60000:1472747346
> 2008/01/07 21:02:42 [debug] 9409#0: *9 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:42 [debug] 9409#0: *9 malloc: 09C9FD80:632
> 2008/01/07 21:02:42 [debug] 9409#0: *9 malloc: 09C88128:16384
> 2008/01/07 21:02:42 [debug] 9409#0: *9 malloc: 09C54A70:256
> 2008/01/07 21:02:42 [debug] 9409#0: *9 malloc: 09CA02E0:1024
> 2008/01/07 21:02:42 [debug] 9409#0: *9 malloc: 09C45E90:4096
> 2008/01/07 21:02:42 [debug] 9409#0: *9 http check ssl handshake
> 2008/01/07 21:02:42 [debug] 9409#0: *9 https ssl handshake: 0x16
> 2008/01/07 21:02:42 [debug] 9409#0: *9 SSL_do_handshake: -1
> 2008/01/07 21:02:42 [debug] 9409#0: *9 SSL_get_error: 2
> 2008/01/07 21:02:43 [debug] 9409#0: *9 SSL handshake handler: 0
> 2008/01/07 21:02:43 [debug] 9409#0: *9 SSL_do_handshake: 1
> 2008/01/07 21:02:43 [debug] 9409#0: *9 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:43 [debug] 9409#0: *9 http process request line
> 2008/01/07 21:02:43 [debug] 9409#0: *9 SSL_read: -1
> 2008/01/07 21:02:43 [debug] 9409#0: *9 SSL_get_error: 2
> 2008/01/07 21:02:43 [debug] 9409#0: *9 event timer: 8, old: 1472747346,
> new: 1472747451
> 2008/01/07 21:02:43 [debug] 9409#0: *9 http process request line
> 2008/01/07 21:02:43 [debug] 9409#0: *9 SSL_read: 0
> 2008/01/07 21:02:43 [debug] 9409#0: *9 SSL_get_error: 5
> 2008/01/07 21:02:43 [debug] 9409#0: *9 peer shutdown SSL cleanly
> 2008/01/07 21:02:43 [info] 9409#0: *9 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:43 [debug] 9409#0: *9 http finalize request: 400, "?"
> 2008/01/07 21:02:43 [debug] 9409#0: *9 http close request
> 2008/01/07 21:02:43 [debug] 9409#0: *9 http log handler
> 2008/01/07 21:02:43 [debug] 9409#0: *9 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:43 [debug] 9409#0: *9 close http connection: 8
> 2008/01/07 21:02:43 [debug] 9409#0: *9 SSL_shutdown: 1
> 2008/01/07 21:02:43 [debug] 9409#0: *9 event timer del: 8: 1472747346
> 2008/01/07 21:02:43 [debug] 9409#0: *9 free: 09CA02E0
> 2008/01/07 21:02:43 [debug] 9409#0: *9 free: 09C88128
> 2008/01/07 21:02:43 [debug] 9409#0: *9 free: 09C9FD80
> 2008/01/07 21:02:43 [debug] 9409#0: *9 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:43 [debug] 9409#0: *9 free: 09C54A70, unused: 172
> 2008/01/07 21:02:43 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:43 [debug] 9409#0: malloc: 09C54BF0:256
> 2008/01/07 21:02:43 [debug] 9409#0: *10 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:43 [debug] 9409#0: *10 event timer add: 8:
> 60000:1472747535
> 2008/01/07 21:02:43 [debug] 9409#0: *10 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:43 [debug] 9409#0: *10 malloc: 09C9FD80:632
> 2008/01/07 21:02:43 [debug] 9409#0: *10 malloc: 09C88128:16384
> 2008/01/07 21:02:43 [debug] 9409#0: *10 malloc: 09C54A70:256
> 2008/01/07 21:02:43 [debug] 9409#0: *10 malloc: 09CA02E0:1024
> 2008/01/07 21:02:43 [debug] 9409#0: *10 malloc: 09C45E90:4096
> 2008/01/07 21:02:43 [debug] 9409#0: *10 http check ssl handshake
> 2008/01/07 21:02:43 [debug] 9409#0: *10 https ssl handshake: 0x16
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL_do_handshake: -1
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL_get_error: 2
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL handshake handler: 0
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL_do_handshake: 1
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:43 [debug] 9409#0: *10 http process request line
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL_read: -1
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL_get_error: 2
> 2008/01/07 21:02:43 [debug] 9409#0: *10 event timer: 8, old: 1472747535,
> new: 1472747586
> 2008/01/07 21:02:43 [debug] 9409#0: *10 http process request line
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL_read: 0
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL_get_error: 5
> 2008/01/07 21:02:43 [debug] 9409#0: *10 peer shutdown SSL cleanly
> 2008/01/07 21:02:43 [info] 9409#0: *10 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:43 [debug] 9409#0: *10 http finalize request: 400, "?"
> 2008/01/07 21:02:43 [debug] 9409#0: *10 http close request
> 2008/01/07 21:02:43 [debug] 9409#0: *10 http log handler
> 2008/01/07 21:02:43 [debug] 9409#0: *10 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:43 [debug] 9409#0: *10 close http connection: 8
> 2008/01/07 21:02:43 [debug] 9409#0: *10 SSL_shutdown: 1
> 2008/01/07 21:02:43 [debug] 9409#0: *10 event timer del: 8: 1472747535
> 2008/01/07 21:02:43 [debug] 9409#0: *10 free: 09CA02E0
> 2008/01/07 21:02:43 [debug] 9409#0: *10 free: 09C88128
> 2008/01/07 21:02:43 [debug] 9409#0: *10 free: 09C9FD80
> 2008/01/07 21:02:43 [debug] 9409#0: *10 free: 09C54BF0, unused: 28
> 2008/01/07 21:02:43 [debug] 9409#0: *10 free: 09C54A70, unused: 172
> 2008/01/07 21:02:45 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:45 [debug] 9409#0: malloc: 09C9F800:256
> 2008/01/07 21:02:45 [debug] 9409#0: *11 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:45 [debug] 9409#0: *11 event timer add: 8:
> 60000:1472749452
> 2008/01/07 21:02:45 [debug] 9409#0: *11 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:45 [debug] 9409#0: *11 malloc: 09C9FD80:632
> 2008/01/07 21:02:45 [debug] 9409#0: *11 malloc: 09C88128:16384
> 2008/01/07 21:02:45 [debug] 9409#0: *11 malloc: 09C54BF0:256
> 2008/01/07 21:02:45 [debug] 9409#0: *11 malloc: 09CA02E0:1024
> 2008/01/07 21:02:45 [debug] 9409#0: *11 malloc: 09C45E90:4096
> 2008/01/07 21:02:45 [debug] 9409#0: *11 http check ssl handshake
> 2008/01/07 21:02:45 [debug] 9409#0: *11 https ssl handshake: 0x16
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL_do_handshake: -1
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL_get_error: 2
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL handshake handler: 0
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL_do_handshake: 1
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:45 [debug] 9409#0: *11 http process request line
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL_read: -1
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL_get_error: 2
> 2008/01/07 21:02:45 [debug] 9409#0: *11 event timer: 8, old: 1472749452,
> new: 1472749578
> 2008/01/07 21:02:45 [debug] 9409#0: *11 http process request line
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL_read: 0
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL_get_error: 5
> 2008/01/07 21:02:45 [debug] 9409#0: *11 peer shutdown SSL cleanly
> 2008/01/07 21:02:45 [info] 9409#0: *11 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:45 [debug] 9409#0: *11 http finalize request: 400, "?"
> 2008/01/07 21:02:45 [debug] 9409#0: *11 http close request
> 2008/01/07 21:02:45 [debug] 9409#0: *11 http log handler
> 2008/01/07 21:02:45 [debug] 9409#0: *11 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:45 [debug] 9409#0: *11 close http connection: 8
> 2008/01/07 21:02:45 [debug] 9409#0: *11 SSL_shutdown: 1
> 2008/01/07 21:02:45 [debug] 9409#0: *11 event timer del: 8: 1472749452
> 2008/01/07 21:02:45 [debug] 9409#0: *11 free: 09CA02E0
> 2008/01/07 21:02:45 [debug] 9409#0: *11 free: 09C88128
> 2008/01/07 21:02:45 [debug] 9409#0: *11 free: 09C9FD80
> 2008/01/07 21:02:45 [debug] 9409#0: *11 free: 09C9F800, unused: 28
> 2008/01/07 21:02:45 [debug] 9409#0: *11 free: 09C54BF0, unused: 172
> 2008/01/07 21:02:45 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:45 [debug] 9409#0: malloc: 09C9F800:256
> 2008/01/07 21:02:45 [debug] 9409#0: *12 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:45 [debug] 9409#0: *12 event timer add: 8:
> 60000:1472749855
> 2008/01/07 21:02:45 [debug] 9409#0: *12 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:45 [debug] 9409#0: *12 malloc: 09C9FD80:632
> 2008/01/07 21:02:45 [debug] 9409#0: *12 malloc: 09C88128:16384
> 2008/01/07 21:02:45 [debug] 9409#0: *12 malloc: 09C54BF0:256
> 2008/01/07 21:02:45 [debug] 9409#0: *12 malloc: 09CA02E0:1024
> 2008/01/07 21:02:45 [debug] 9409#0: *12 malloc: 09C45E90:4096
> 2008/01/07 21:02:45 [debug] 9409#0: *12 http check ssl handshake
> 2008/01/07 21:02:45 [debug] 9409#0: *12 https ssl handshake: 0x16
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL_do_handshake: -1
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL_get_error: 2
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL handshake handler: 0
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL_do_handshake: 1
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:45 [debug] 9409#0: *12 http process request line
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL_read: -1
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL_get_error: 2
> 2008/01/07 21:02:45 [debug] 9409#0: *12 event timer: 8, old: 1472749855,
> new: 1472749920
> 2008/01/07 21:02:45 [debug] 9409#0: *12 http process request line
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL_read: 0
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL_get_error: 5
> 2008/01/07 21:02:45 [debug] 9409#0: *12 peer shutdown SSL cleanly
> 2008/01/07 21:02:45 [info] 9409#0: *12 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:45 [debug] 9409#0: *12 http finalize request: 400, "?"
> 2008/01/07 21:02:45 [debug] 9409#0: *12 http close request
> 2008/01/07 21:02:45 [debug] 9409#0: *12 http log handler
> 2008/01/07 21:02:45 [debug] 9409#0: *12 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:45 [debug] 9409#0: *12 close http connection: 8
> 2008/01/07 21:02:45 [debug] 9409#0: *12 SSL_shutdown: 1
> 2008/01/07 21:02:45 [debug] 9409#0: *12 event timer del: 8: 1472749855
> 2008/01/07 21:02:45 [debug] 9409#0: *12 free: 09CA02E0
> 2008/01/07 21:02:45 [debug] 9409#0: *12 free: 09C88128
> 2008/01/07 21:02:45 [debug] 9409#0: *12 free: 09C9FD80
> 2008/01/07 21:02:45 [debug] 9409#0: *12 free: 09C9F800, unused: 28
> 2008/01/07 21:02:45 [debug] 9409#0: *12 free: 09C54BF0, unused: 172
> 2008/01/07 21:02:51 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:51 [debug] 9409#0: malloc: 09C9F800:256
> 2008/01/07 21:02:51 [debug] 9409#0: *13 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:51 [debug] 9409#0: *13 event timer add: 8:
> 60000:1472756346
> 2008/01/07 21:02:51 [debug] 9409#0: *13 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:51 [debug] 9409#0: *13 malloc: 09C9FD80:632
> 2008/01/07 21:02:51 [debug] 9409#0: *13 malloc: 09C88128:16384
> 2008/01/07 21:02:51 [debug] 9409#0: *13 malloc: 09C54BF0:256
> 2008/01/07 21:02:51 [debug] 9409#0: *13 malloc: 09CA02E0:1024
> 2008/01/07 21:02:51 [debug] 9409#0: *13 malloc: 09C45E90:4096
> 2008/01/07 21:02:51 [debug] 9409#0: *13 http check ssl handshake
> 2008/01/07 21:02:51 [debug] 9409#0: *13 https ssl handshake: 0x16
> 2008/01/07 21:02:51 [debug] 9409#0: *13 SSL_do_handshake: -1
> 2008/01/07 21:02:51 [debug] 9409#0: *13 SSL_get_error: 2
> 2008/01/07 21:02:51 [debug] 9409#0: *13 SSL handshake handler: 0
> 2008/01/07 21:02:51 [debug] 9409#0: *13 SSL_do_handshake: 1
> 2008/01/07 21:02:51 [debug] 9409#0: *13 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:51 [debug] 9409#0: *13 http process request line
> 2008/01/07 21:02:51 [debug] 9409#0: *13 SSL_read: -1
> 2008/01/07 21:02:51 [debug] 9409#0: *13 SSL_get_error: 2
> 2008/01/07 21:02:51 [debug] 9409#0: *13 event timer: 8, old: 1472756346,
> new: 1472756390
> 2008/01/07 21:02:52 [debug] 9409#0: *13 http process request line
> 2008/01/07 21:02:52 [debug] 9409#0: *13 SSL_read: 0
> 2008/01/07 21:02:52 [debug] 9409#0: *13 SSL_get_error: 5
> 2008/01/07 21:02:52 [debug] 9409#0: *13 peer shutdown SSL cleanly
> 2008/01/07 21:02:52 [info] 9409#0: *13 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:52 [debug] 9409#0: *13 http finalize request: 400, "?"
> 2008/01/07 21:02:52 [debug] 9409#0: *13 http close request
> 2008/01/07 21:02:52 [debug] 9409#0: *13 http log handler
> 2008/01/07 21:02:52 [debug] 9409#0: *13 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:52 [debug] 9409#0: *13 close http connection: 8
> 2008/01/07 21:02:52 [debug] 9409#0: *13 SSL_shutdown: 1
> 2008/01/07 21:02:52 [debug] 9409#0: *13 event timer del: 8: 1472756346
> 2008/01/07 21:02:52 [debug] 9409#0: *13 free: 09CA02E0
> 2008/01/07 21:02:52 [debug] 9409#0: *13 free: 09C88128
> 2008/01/07 21:02:52 [debug] 9409#0: *13 free: 09C9FD80
> 2008/01/07 21:02:52 [debug] 9409#0: *13 free: 09C9F800, unused: 28
> 2008/01/07 21:02:52 [debug] 9409#0: *13 free: 09C54BF0, unused: 172
> 2008/01/07 21:02:52 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:52 [debug] 9409#0: malloc: 09C9F800:256
> 2008/01/07 21:02:52 [debug] 9409#0: *14 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:52 [debug] 9409#0: *14 event timer add: 8:
> 60000:1472756594
> 2008/01/07 21:02:52 [debug] 9409#0: *14 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:52 [debug] 9409#0: *14 malloc: 09C9FD80:632
> 2008/01/07 21:02:52 [debug] 9409#0: *14 malloc: 09C88128:16384
> 2008/01/07 21:02:52 [debug] 9409#0: *14 malloc: 09C54BF0:256
> 2008/01/07 21:02:52 [debug] 9409#0: *14 malloc: 09CA02E0:1024
> 2008/01/07 21:02:52 [debug] 9409#0: *14 malloc: 09C45E90:4096
> 2008/01/07 21:02:52 [debug] 9409#0: *14 http check ssl handshake
> 2008/01/07 21:02:52 [debug] 9409#0: *14 https ssl handshake: 0x16
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL_do_handshake: -1
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL_get_error: 2
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL handshake handler: 0
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL_do_handshake: 1
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:52 [debug] 9409#0: *14 http process request line
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL_read: -1
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL_get_error: 2
> 2008/01/07 21:02:52 [debug] 9409#0: *14 event timer: 8, old: 1472756594,
> new: 1472756725
> 2008/01/07 21:02:52 [debug] 9409#0: *14 http process request line
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL_read: 0
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL_get_error: 5
> 2008/01/07 21:02:52 [debug] 9409#0: *14 peer shutdown SSL cleanly
> 2008/01/07 21:02:52 [info] 9409#0: *14 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:52 [debug] 9409#0: *14 http finalize request: 400, "?"
> 2008/01/07 21:02:52 [debug] 9409#0: *14 http close request
> 2008/01/07 21:02:52 [debug] 9409#0: *14 http log handler
> 2008/01/07 21:02:52 [debug] 9409#0: *14 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:52 [debug] 9409#0: *14 close http connection: 8
> 2008/01/07 21:02:52 [debug] 9409#0: *14 SSL_shutdown: 1
> 2008/01/07 21:02:52 [debug] 9409#0: *14 event timer del: 8: 1472756594
> 2008/01/07 21:02:52 [debug] 9409#0: *14 free: 09CA02E0
> 2008/01/07 21:02:52 [debug] 9409#0: *14 free: 09C88128
> 2008/01/07 21:02:52 [debug] 9409#0: *14 free: 09C9FD80
> 2008/01/07 21:02:52 [debug] 9409#0: *14 free: 09C9F800, unused: 28
> 2008/01/07 21:02:52 [debug] 9409#0: *14 free: 09C54BF0, unused: 172
> 2008/01/07 21:02:53 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:53 [debug] 9409#0: malloc: 09C484C0:256
> 2008/01/07 21:02:53 [debug] 9409#0: *15 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:53 [debug] 9409#0: *15 event timer add: 8:
> 60000:1472758118
> 2008/01/07 21:02:53 [debug] 9409#0: *15 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:53 [debug] 9409#0: *15 malloc: 09C9FD80:632
> 2008/01/07 21:02:53 [debug] 9409#0: *15 malloc: 09C88128:16384
> 2008/01/07 21:02:53 [debug] 9409#0: *15 malloc: 09C9F800:256
> 2008/01/07 21:02:53 [debug] 9409#0: *15 malloc: 09CA02E0:1024
> 2008/01/07 21:02:53 [debug] 9409#0: *15 malloc: 09C45E90:4096
> 2008/01/07 21:02:53 [debug] 9409#0: *15 http check ssl handshake
> 2008/01/07 21:02:53 [debug] 9409#0: *15 https ssl handshake: 0x16
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL_do_handshake: -1
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL_get_error: 2
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL handshake handler: 0
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL_do_handshake: 1
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:53 [debug] 9409#0: *15 http process request line
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL_read: -1
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL_get_error: 2
> 2008/01/07 21:02:53 [debug] 9409#0: *15 event timer: 8, old: 1472758118,
> new: 1472758184
> 2008/01/07 21:02:53 [debug] 9409#0: *15 http process request line
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL_read: 0
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL_get_error: 5
> 2008/01/07 21:02:53 [debug] 9409#0: *15 peer shutdown SSL cleanly
> 2008/01/07 21:02:53 [info] 9409#0: *15 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:53 [debug] 9409#0: *15 http finalize request: 400, "?"
> 2008/01/07 21:02:53 [debug] 9409#0: *15 http close request
> 2008/01/07 21:02:53 [debug] 9409#0: *15 http log handler
> 2008/01/07 21:02:53 [debug] 9409#0: *15 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:53 [debug] 9409#0: *15 close http connection: 8
> 2008/01/07 21:02:53 [debug] 9409#0: *15 SSL_shutdown: 1
> 2008/01/07 21:02:53 [debug] 9409#0: *15 event timer del: 8: 1472758118
> 2008/01/07 21:02:53 [debug] 9409#0: *15 free: 09CA02E0
> 2008/01/07 21:02:53 [debug] 9409#0: *15 free: 09C88128
> 2008/01/07 21:02:53 [debug] 9409#0: *15 free: 09C9FD80
> 2008/01/07 21:02:53 [debug] 9409#0: *15 free: 09C484C0, unused: 28
> 2008/01/07 21:02:53 [debug] 9409#0: *15 free: 09C9F800, unused: 172
> 2008/01/07 21:02:53 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:53 [debug] 9409#0: malloc: 09C484C0:256
> 2008/01/07 21:02:53 [debug] 9409#0: *16 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:53 [debug] 9409#0: *16 event timer add: 8:
> 60000:1472758339
> 2008/01/07 21:02:53 [debug] 9409#0: *16 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:53 [debug] 9409#0: *16 malloc: 09C9FD80:632
> 2008/01/07 21:02:53 [debug] 9409#0: *16 malloc: 09C88128:16384
> 2008/01/07 21:02:53 [debug] 9409#0: *16 malloc: 09C9F800:256
> 2008/01/07 21:02:53 [debug] 9409#0: *16 malloc: 09CA02E0:1024
> 2008/01/07 21:02:53 [debug] 9409#0: *16 malloc: 09C45E90:4096
> 2008/01/07 21:02:53 [debug] 9409#0: *16 http check ssl handshake
> 2008/01/07 21:02:53 [debug] 9409#0: *16 https ssl handshake: 0x16
> 2008/01/07 21:02:53 [debug] 9409#0: *16 SSL_do_handshake: -1
> 2008/01/07 21:02:53 [debug] 9409#0: *16 SSL_get_error: 2
> 2008/01/07 21:02:54 [debug] 9409#0: *16 SSL handshake handler: 0
> 2008/01/07 21:02:54 [debug] 9409#0: *16 SSL_do_handshake: 1
> 2008/01/07 21:02:54 [debug] 9409#0: *16 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:54 [debug] 9409#0: *16 http process request line
> 2008/01/07 21:02:54 [debug] 9409#0: *16 SSL_read: -1
> 2008/01/07 21:02:54 [debug] 9409#0: *16 SSL_get_error: 2
> 2008/01/07 21:02:54 [debug] 9409#0: *16 event timer: 8, old: 1472758339,
> new: 1472758573
> 2008/01/07 21:02:54 [debug] 9409#0: *16 http process request line
> 2008/01/07 21:02:54 [debug] 9409#0: *16 SSL_read: 0
> 2008/01/07 21:02:54 [debug] 9409#0: *16 SSL_get_error: 5
> 2008/01/07 21:02:54 [debug] 9409#0: *16 peer shutdown SSL cleanly
> 2008/01/07 21:02:54 [info] 9409#0: *16 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:54 [debug] 9409#0: *16 http finalize request: 400, "?"
> 2008/01/07 21:02:54 [debug] 9409#0: *16 http close request
> 2008/01/07 21:02:54 [debug] 9409#0: *16 http log handler
> 2008/01/07 21:02:54 [debug] 9409#0: *16 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:54 [debug] 9409#0: *16 close http connection: 8
> 2008/01/07 21:02:54 [debug] 9409#0: *16 SSL_shutdown: 1
> 2008/01/07 21:02:54 [debug] 9409#0: *16 event timer del: 8: 1472758339
> 2008/01/07 21:02:54 [debug] 9409#0: *16 free: 09CA02E0
> 2008/01/07 21:02:54 [debug] 9409#0: *16 free: 09C88128
> 2008/01/07 21:02:54 [debug] 9409#0: *16 free: 09C9FD80
> 2008/01/07 21:02:54 [debug] 9409#0: *16 free: 09C484C0, unused: 28
> 2008/01/07 21:02:54 [debug] 9409#0: *16 free: 09C9F800, unused: 172
> 2008/01/07 21:02:54 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:54 [debug] 9409#0: malloc: 09C484C0:256
> 2008/01/07 21:02:54 [debug] 9409#0: *17 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:54 [debug] 9409#0: *17 event timer add: 8:
> 60000:1472758880
> 2008/01/07 21:02:54 [debug] 9409#0: *17 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:54 [debug] 9409#0: *17 malloc: 09C9FD80:632
> 2008/01/07 21:02:54 [debug] 9409#0: *17 malloc: 09C88128:16384
> 2008/01/07 21:02:54 [debug] 9409#0: *17 malloc: 09C9F800:256
> 2008/01/07 21:02:54 [debug] 9409#0: *17 malloc: 09CA02E0:1024
> 2008/01/07 21:02:54 [debug] 9409#0: *17 malloc: 09C45E90:4096
> 2008/01/07 21:02:54 [debug] 9409#0: *17 http check ssl handshake
> 2008/01/07 21:02:54 [debug] 9409#0: *17 https ssl handshake: 0x16
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL_do_handshake: -1
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL_get_error: 2
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL handshake handler: 0
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL_do_handshake: 1
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:54 [debug] 9409#0: *17 http process request line
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL_read: -1
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL_get_error: 2
> 2008/01/07 21:02:54 [debug] 9409#0: *17 event timer: 8, old: 1472758880,
> new: 1472759067
> 2008/01/07 21:02:54 [debug] 9409#0: *17 http process request line
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL_read: 0
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL_get_error: 5
> 2008/01/07 21:02:54 [debug] 9409#0: *17 peer shutdown SSL cleanly
> 2008/01/07 21:02:54 [info] 9409#0: *17 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:54 [debug] 9409#0: *17 http finalize request: 400, "?"
> 2008/01/07 21:02:54 [debug] 9409#0: *17 http close request
> 2008/01/07 21:02:54 [debug] 9409#0: *17 http log handler
> 2008/01/07 21:02:54 [debug] 9409#0: *17 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:54 [debug] 9409#0: *17 close http connection: 8
> 2008/01/07 21:02:54 [debug] 9409#0: *17 SSL_shutdown: 1
> 2008/01/07 21:02:54 [debug] 9409#0: *17 event timer del: 8: 1472758880
> 2008/01/07 21:02:54 [debug] 9409#0: *17 free: 09CA02E0
> 2008/01/07 21:02:54 [debug] 9409#0: *17 free: 09C88128
> 2008/01/07 21:02:54 [debug] 9409#0: *17 free: 09C9FD80
> 2008/01/07 21:02:54 [debug] 9409#0: *17 free: 09C484C0, unused: 28
> 2008/01/07 21:02:54 [debug] 9409#0: *17 free: 09C9F800, unused: 172
> 2008/01/07 21:02:54 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:54 [debug] 9409#0: malloc: 09C484C0:256
> 2008/01/07 21:02:54 [debug] 9409#0: *18 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:54 [debug] 9409#0: *18 event timer add: 8:
> 60000:1472759209
> 2008/01/07 21:02:54 [debug] 9409#0: *18 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:54 [debug] 9409#0: *18 malloc: 09C9FD80:632
> 2008/01/07 21:02:54 [debug] 9409#0: *18 malloc: 09C88128:16384
> 2008/01/07 21:02:54 [debug] 9409#0: *18 malloc: 09C9F800:256
> 2008/01/07 21:02:54 [debug] 9409#0: *18 malloc: 09CA02E0:1024
> 2008/01/07 21:02:54 [debug] 9409#0: *18 malloc: 09C45E90:4096
> 2008/01/07 21:02:54 [debug] 9409#0: *18 http check ssl handshake
> 2008/01/07 21:02:54 [debug] 9409#0: *18 https ssl handshake: 0x16
> 2008/01/07 21:02:54 [debug] 9409#0: *18 SSL_do_handshake: -1
> 2008/01/07 21:02:54 [debug] 9409#0: *18 SSL_get_error: 2
> 2008/01/07 21:02:54 [debug] 9409#0: *18 SSL handshake handler: 0
> 2008/01/07 21:02:54 [debug] 9409#0: *18 SSL_do_handshake: 1
> 2008/01/07 21:02:54 [debug] 9409#0: *18 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:54 [debug] 9409#0: *18 http process request line
> 2008/01/07 21:02:54 [debug] 9409#0: *18 SSL_read: -1
> 2008/01/07 21:02:54 [debug] 9409#0: *18 SSL_get_error: 2
> 2008/01/07 21:02:54 [debug] 9409#0: *18 event timer: 8, old: 1472759209,
> new: 1472759289
> 2008/01/07 21:02:55 [debug] 9409#0: *18 http process request line
> 2008/01/07 21:02:55 [debug] 9409#0: *18 SSL_read: 0
> 2008/01/07 21:02:55 [debug] 9409#0: *18 SSL_get_error: 5
> 2008/01/07 21:02:55 [debug] 9409#0: *18 peer shutdown SSL cleanly
> 2008/01/07 21:02:55 [info] 9409#0: *18 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:55 [debug] 9409#0: *18 http finalize request: 400, "?"
> 2008/01/07 21:02:55 [debug] 9409#0: *18 http close request
> 2008/01/07 21:02:55 [debug] 9409#0: *18 http log handler
> 2008/01/07 21:02:55 [debug] 9409#0: *18 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:55 [debug] 9409#0: *18 close http connection: 8
> 2008/01/07 21:02:55 [debug] 9409#0: *18 SSL_shutdown: 1
> 2008/01/07 21:02:55 [debug] 9409#0: *18 event timer del: 8: 1472759209
> 2008/01/07 21:02:55 [debug] 9409#0: *18 free: 09CA02E0
> 2008/01/07 21:02:55 [debug] 9409#0: *18 free: 09C88128
> 2008/01/07 21:02:55 [debug] 9409#0: *18 free: 09C9FD80
> 2008/01/07 21:02:55 [debug] 9409#0: *18 free: 09C484C0, unused: 28
> 2008/01/07 21:02:55 [debug] 9409#0: *18 free: 09C9F800, unused: 172
> 2008/01/07 21:02:56 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:56 [debug] 9409#0: malloc: 09C484C0:256
> 2008/01/07 21:02:56 [debug] 9409#0: *19 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:56 [debug] 9409#0: *19 event timer add: 8:
> 60000:1472761326
> 2008/01/07 21:02:56 [debug] 9409#0: *19 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:56 [debug] 9409#0: *19 malloc: 09C9FD80:632
> 2008/01/07 21:02:56 [debug] 9409#0: *19 malloc: 09C88128:16384
> 2008/01/07 21:02:56 [debug] 9409#0: *19 malloc: 09C9F800:256
> 2008/01/07 21:02:56 [debug] 9409#0: *19 malloc: 09CA02E0:1024
> 2008/01/07 21:02:56 [debug] 9409#0: *19 malloc: 09C45E90:4096
> 2008/01/07 21:02:56 [debug] 9409#0: *19 http check ssl handshake
> 2008/01/07 21:02:56 [debug] 9409#0: *19 https ssl handshake: 0x16
> 2008/01/07 21:02:56 [debug] 9409#0: *19 SSL_do_handshake: -1
> 2008/01/07 21:02:56 [debug] 9409#0: *19 SSL_get_error: 2
> 2008/01/07 21:02:57 [debug] 9409#0: *19 SSL handshake handler: 0
> 2008/01/07 21:02:57 [debug] 9409#0: *19 SSL_do_handshake: 1
> 2008/01/07 21:02:57 [debug] 9409#0: *19 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:57 [debug] 9409#0: *19 http process request line
> 2008/01/07 21:02:57 [debug] 9409#0: *19 SSL_read: -1
> 2008/01/07 21:02:57 [debug] 9409#0: *19 SSL_get_error: 2
> 2008/01/07 21:02:57 [debug] 9409#0: *19 event timer: 8, old: 1472761326,
> new: 1472761474
> 2008/01/07 21:02:57 [debug] 9409#0: *19 http process request line
> 2008/01/07 21:02:57 [debug] 9409#0: *19 SSL_read: 0
> 2008/01/07 21:02:57 [debug] 9409#0: *19 SSL_get_error: 5
> 2008/01/07 21:02:57 [debug] 9409#0: *19 peer shutdown SSL cleanly
> 2008/01/07 21:02:57 [info] 9409#0: *19 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:57 [debug] 9409#0: *19 http finalize request: 400, "?"
> 2008/01/07 21:02:57 [debug] 9409#0: *19 http close request
> 2008/01/07 21:02:57 [debug] 9409#0: *19 http log handler
> 2008/01/07 21:02:57 [debug] 9409#0: *19 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:57 [debug] 9409#0: *19 close http connection: 8
> 2008/01/07 21:02:57 [debug] 9409#0: *19 SSL_shutdown: 1
> 2008/01/07 21:02:57 [debug] 9409#0: *19 event timer del: 8: 1472761326
> 2008/01/07 21:02:57 [debug] 9409#0: *19 free: 09CA02E0
> 2008/01/07 21:02:57 [debug] 9409#0: *19 free: 09C88128
> 2008/01/07 21:02:57 [debug] 9409#0: *19 free: 09C9FD80
> 2008/01/07 21:02:57 [debug] 9409#0: *19 free: 09C484C0, unused: 28
> 2008/01/07 21:02:57 [debug] 9409#0: *19 free: 09C9F800, unused: 172
> 2008/01/07 21:02:57 [debug] 9409#0: accept on 0.0.0.0:443, ready: 0
> 2008/01/07 21:02:57 [debug] 9409#0: malloc: 09C484C0:256
> 2008/01/07 21:02:57 [debug] 9409#0: *20 accept: 192.168.5.101 fd:8
> 2008/01/07 21:02:57 [debug] 9409#0: *20 event timer add: 8:
> 60000:1472761621
> 2008/01/07 21:02:57 [debug] 9409#0: *20 epoll add event: fd:8 op:1
> ev:80000001
> 2008/01/07 21:02:57 [debug] 9409#0: *20 malloc: 09C9FD80:632
> 2008/01/07 21:02:57 [debug] 9409#0: *20 malloc: 09C88128:16384
> 2008/01/07 21:02:57 [debug] 9409#0: *20 malloc: 09C9F800:256
> 2008/01/07 21:02:57 [debug] 9409#0: *20 malloc: 09CA02E0:1024
> 2008/01/07 21:02:57 [debug] 9409#0: *20 malloc: 09C45E90:4096
> 2008/01/07 21:02:57 [debug] 9409#0: *20 http check ssl handshake
> 2008/01/07 21:02:57 [debug] 9409#0: *20 https ssl handshake: 0x16
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL_do_handshake: -1
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL_get_error: 2
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL handshake handler: 0
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL_do_handshake: 1
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL: TLSv1, cipher: "RC4-MD5
> SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
> 2008/01/07 21:02:57 [debug] 9409#0: *20 http process request line
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL_read: -1
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL_get_error: 2
> 2008/01/07 21:02:57 [debug] 9409#0: *20 event timer: 8, old: 1472761621,
> new: 1472761786
> 2008/01/07 21:02:57 [debug] 9409#0: *20 http process request line
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL_read: 0
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL_get_error: 5
> 2008/01/07 21:02:57 [debug] 9409#0: *20 peer shutdown SSL cleanly
> 2008/01/07 21:02:57 [info] 9409#0: *20 client closed prematurely
> connection while reading client request line, client: 192.168.5.101,
> server: black.plus.ca
> 2008/01/07 21:02:57 [debug] 9409#0: *20 http finalize request: 400, "?"
> 2008/01/07 21:02:57 [debug] 9409#0: *20 http close request
> 2008/01/07 21:02:57 [debug] 9409#0: *20 http log handler
> 2008/01/07 21:02:57 [debug] 9409#0: *20 free: 09C45E90, unused: 3324
> 2008/01/07 21:02:57 [debug] 9409#0: *20 close http connection: 8
> 2008/01/07 21:02:57 [debug] 9409#0: *20 SSL_shutdown: 1
> 2008/01/07 21:02:57 [debug] 9409#0: *20 event timer del: 8: 1472761621
> 2008/01/07 21:02:57 [debug] 9409#0: *20 free: 09CA02E0
> 2008/01/07 21:02:57 [debug] 9409#0: *20 free: 09C88128
> 2008/01/07 21:02:57 [debug] 9409#0: *20 free: 09C9FD80
> 2008/01/07 21:02:57 [debug] 9409#0: *20 free: 09C484C0, unused: 28
> 2008/01/07 21:02:57 [debug] 9409#0: *20 free: 09C9F800, unused: 172
> 
>  
> 

-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list