• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Formlogin/Apache/SSL

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I've just set up a server running on CentOS 3.3 and installed the following software:
- WAS AE V4 (fixpack 4)
- DB2 V8.1
- Apache 2.0.46
- LDAP.

my application uses a secure connection
(https, i'm using a self-signed certificate)
My type of login is formbased.

Everything runs well if I open a browser directly on the server and access my application. After login I can start using my application.
https://servername/myapp/login.jsp

But when I try to start my application remote I'm always getting back my login.jsp page. Authentication still works because when I enter an invalid password I get the errorpage.

The servername is defined in my hostfile (local) and also on the server in /etc/HOSTNAME

Can anyone help me on this one?

thanks

Baitar

I also found this in ssl_error.log

[Thu Oct 20 13:08:53 2005] [info] Loading certificate & private key of SSL-aware server
[Thu Oct 20 13:08:53 2005] [debug] ssl_engine_pphrase.c(499): unencrypted RSA private key - pass phrase not required
[Thu Oct 20 13:08:53 2005] [info] Configuring server for SSL protocol
[Thu Oct 20 13:08:53 2005] [debug] ssl_engine_init.c(436): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
[Thu Oct 20 13:08:53 2005] [debug] ssl_engine_init.c(614): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP]
[Thu Oct 20 13:08:53 2005] [debug] ssl_engine_init.c(742): Configuring RSA server certificate
[Thu Oct 20 13:08:53 2005] [debug] ssl_engine_init.c(781): Configuring RSA server private key
[Thu Oct 20 13:08:54 2005] [info] Loading certificate & private key of SSL-aware server
[Thu Oct 20 13:08:54 2005] [debug] ssl_engine_pphrase.c(499): unencrypted RSA private key - pass phrase not required
[Thu Oct 20 13:08:55 2005] [info] Configuring server for SSL protocol
[Thu Oct 20 13:08:55 2005] [debug] ssl_engine_init.c(436): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
[Thu Oct 20 13:08:55 2005] [debug] ssl_engine_init.c(614): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP]
[Thu Oct 20 13:08:55 2005] [debug] ssl_engine_init.c(742): Configuring RSA server certificate
[Thu Oct 20 13:08:55 2005] [debug] ssl_engine_init.c(781): Configuring RSA server private key
[Thu Oct 20 14:19:06 2005] [info] Connection to child 0 established (server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:06 2005] [info] Seeding PRNG with 136 bytes of entropy
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1778): OpenSSL: Handshake: start
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: before/accept initialization
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 11/11 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 80 4c 01 03 00 00 33 00-00 00 10 .L....3.... |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 67/67 bytes from BIO#863dea8 [mem: 86668c3] (BIO dump follows)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 00 00 04 00 00 05 00 00-0a 01 00 80 07 00 c0 03 ................ |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0010: 00 80 00 00 09 06 00 40-00 00 64 00 00 62 00 00 .......@..d..b.. |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 03 00 00 06 02 00 80 04-00 80 00 00 13 00 00 12 ................ |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 00 00 63 d8 fc ac bd 52-93 67 01 7c 8e 66 15 7e ..c....R.g.|.f.~ |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0040: 65 d6 b9 e.. |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client hello A
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server hello A
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write certificate A
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server done A
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 84 ..... |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 132/132 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 10 00 00 80 22 b8 7c f8-67 ad 79 e6 37 b4 76 f9 ....".|.g.y.7.v. |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0010: 39 63 3d e8 ee 66 0e 5f-ed 11 c2 6e 17 9b d3 98 9c=..f._...n.... |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0020: df 60 94 12 86 40 8a 62-41 9f a3 8e 75 03 65 ba .`...@.bA...u.e. |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 60 4e 13 e9 94 52 22 b0-8e 3b 64 62 b6 ee 0d 92 `N...R"..;db.... |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0040: 66 15 b4 c2 ce c0 4f 95-78 9c 2e 14 8c b8 b6 56 f.....O.x......V |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0050: ab 3d 17 48 14 3b 02 f3-ae 1e ae ed df f8 95 7a .=.H.;.........z |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0060: 18 f7 ac 92 69 a8 33 5d-d9 0d f8 e1 b3 82 13 28 ....i.3].......( |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0070: 77 55 5f 94 d1 d4 2f b4-94 41 a4 7b b3 ca a7 89 wU_.../..A.{.... |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0080: e4 d6 7b 12 ..{. |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client key exchange A
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 14 03 00 00 01 ..... |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 1/1 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 01 . |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 38 ....8 |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 56/56 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 74 62 21 28 67 41 bb 14-ea c6 10 80 5f c6 c1 4c tb!(gA......_..L |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0010: 36 51 b7 29 d2 71 7b 98-39 48 ec 0b 56 57 9b 6c 6Q.).q{.9H..VW.l |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 52 bc 0d ab 32 61 61 0d-d4 35 d9 93 62 47 29 fe R...2aa..5..bG). |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 98 59 c5 3e c7 99 4f 8d- .Y.>..O. |
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read finished A
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write change cipher spec A
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write finished A
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(685): inside shmcb_store_session
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(691): session_id[0]=217, masked index=25
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(1072): entering shmcb_insert_encoded_session, *queue->pos_count = 0
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(996): entering shmcb_expire_division
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(1128): we have 14386 bytes and 133 indexes free - enough
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(1157): storing in index 0, at offset 0
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(1172): session_id[0]=217, idx->s_id2=217
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(1183): leaving now with 148 bytes in the cache and 1 indexes
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(1187): leaving shmcb_insert_encoded_session
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(719): leaving shmcb_store successfully
[Thu Oct 20 14:19:06 2005] [debug] ssl_scache_shmcb.c(424): shmcb_store successful
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1624): Inter-Process Session Cache: request=SET status=OK id=D9D96DC5769FC5267C63A6E67DE31F9BAFA248BA3790DF5598629EBB6061EC95 timeout=300s (session caching)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1782): OpenSSL: Handshake: done
[Thu Oct 20 14:19:06 2005] [info] Connection: Client IP: 192.168.1.213, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_io.c(1530): OpenSSL: I/O error, 5 bytes expected to read on BIO#863dea8 [mem: 86668b8]
[Thu Oct 20 14:19:06 2005] [info] (70014)End of file found: SSL input filter read failed.

[Thu Oct 20 14:19:06 2005] [debug] ssl_engine_kernel.c(1796): OpenSSL: Write: SSL negotiation finished successfully
[Thu Oct 20 14:19:06 2005] [info] Connection to child 0 closed with standard shutdown(server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:56 2005] [info] Connection to child 1 established (server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:56 2005] [info] Seeding PRNG with 136 bytes of entropy
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1778): OpenSSL: Handshake: start
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: before/accept initialization
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 11/11 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 61 01 00 00-5d 03 ....a...]. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1495): | 0011 - <SPACES/NULS>
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 91/91 bytes from BIO#863dea8 [mem: 86668c3] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 43 57 89 c3 e9 1d d2 77-99 9c 11 3c a2 e1 a3 5f CW.....w...<..._ |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0010: 37 dd 14 a8 3f 57 7b 4a-e9 d2 40 eb 66 6b 83 3d 7...?W{J..@.fk.= |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0020: 20 d9 d9 6d c5 76 9f c5-26 7c 63 a6 e6 7d e3 1f ..m.v..&|c..}.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0030: 9b af a2 48 ba 37 90 df-55 98 62 9e bb 60 61 ec ...H.7..U.b..`a. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0040: 95 00 16 00 04 00 05 00-0a 00 09 00 64 00 62 00 ............d.b. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0050: 03 00 06 00 13 00 12 00-63 01 ........c. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1495): | 0091 - <SPACES/NULS>
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(735): inside shmcb_retrieve_session
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(747): id[0]=217, masked index=25
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1208): entering shmcb_lookup_session_id
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(996): entering shmcb_expire_division
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1218): loop=0, count=1, curr_pos=0
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1222): idx->s_id2=217, id[1]=217, offset=0
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1239): at index 0, found possible session match
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1258): a match!
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(763): leaving shmcb_retrieve_session
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(441): shmcb_retrieve had a hit
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1624): Inter-Process Session Cache: request=GET status=FOUND id=D9D96DC5769FC5267C63A6E67DE31F9BAFA248BA3790DF5598629EBB6061EC95 (session reuse)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client hello A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server hello A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write change cipher spec A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write finished A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 14 03 00 00 01 ..... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 1/1 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 01 . |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 38 ....8 |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 56/56 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 69 23 d4 ab 5c 66 93 50-22 da 00 b0 09 08 09 a8 i#..\f.P"....... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0010: 12 57 e1 dd 91 14 9b 2e-22 10 a7 ea 9b d6 64 3b .W......".....d; |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0020: 80 d2 43 50 b0 e6 4a b2-58 b7 0c 88 eb f3 47 bb ..CP..J.X.....G. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0030: 07 e1 98 39 db 6d b1 5b- ...9.m.[ |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read finished A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1782): OpenSSL: Handshake: done
[Thu Oct 20 14:19:56 2005] [info] Connection: Client IP: 192.168.1.213, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 17 03 00 01 8a ..... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 394/394 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: af 38 cb f2 79 88 4b 19-68 8f d3 2b da cc fe 6c .8..y.K.h..+...l |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0010: 5b 7a a0 99 59 a5 9d bc-93 fd 94 28 86 1a 23 39 [z..Y......(..#9 |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0020: 14 f9 d6 02 6c ef 82 9f-73 4c ea a3 8d 24 5f 0b ....l...sL...$_. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0030: 6a 9b df f1 a3 43 a2 cf-70 ee 38 4a 87 21 ff 1a j....C..p.8J.!.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0040: c7 39 63 3a 1c c0 31 72-4a 2e 0f a7 da 00 b5 c0 .9c:..1rJ....... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0050: 0e 5c 61 12 2d f9 ff c5-e1 a7 27 8f 69 ca 3a 9f .\a.-.....'.i.:. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0060: 8c 99 dd 31 15 c5 b8 18-bb ce c7 83 fd 7b d3 5e ...1.........{.^ |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0070: a4 d4 66 b4 de 7c 47 4e-d2 1c 66 c2 01 5b 0e 7e ..f..|GN..f..[.~ |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0080: 09 93 3c 7f 20 db 08 b1-6f b6 42 5a 69 5b 1d ba ..<. ...o.BZi[.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0090: 70 9c 21 c3 27 cd 33 86-b2 a7 97 ba 38 ba e5 68 p.!.'.3.....8..h |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00a0: c2 e8 c5 7f 74 29 59 39-69 d3 06 79 68 09 0d 56 ....t)Y9i..yh..V |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00b0: dd 2f de ff 65 4d bf 86-0c 47 d2 7d 70 30 ed 0d ./..eM...G.}p0.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00c0: bb 60 22 be f5 d5 66 b2-5e 18 4d e9 79 66 bb 39 .`"...f.^.M.yf.9 |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00d0: 46 78 08 92 7c ca 80 43-e9 13 81 3a 99 af 04 8e Fx..|..C...:.... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00e0: c5 d1 1c 5f 11 25 75 c7-a9 83 41 2a 5d f7 46 ec ..._.%u...A*].F. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00f0: 61 16 42 c5 e0 f3 84 b3-fb b0 1c 1e 6b 81 21 61 a.B.........k.!a |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0100: 76 27 25 49 b4 b5 a7 a0-db e4 79 69 f4 e6 d1 16 v'%I......yi.... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0110: 3c 66 86 42 5c 92 88 48-f6 88 be 45 90 0a 5a f5 <f.B\..H...E..Z. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0120: 8b cc 9a 5e 5d 13 d6 2a-42 2e ef 60 fc a9 43 40 ...^]..*B..`..C@ |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0130: 9c d0 39 94 0a 3c 36 ab-85 6a b0 de 95 25 2c a1 ..9..<6..j...%,. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0140: 98 84 b7 cd 15 fb 71 4a-1d 30 02 2e fa e5 9e 89 ......qJ.0...... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0150: b0 f6 f0 1d 19 85 59 27-88 29 12 ca 0d 2f cd 40 ......Y'.).../.@ |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0160: 1d 1a 9a 25 f7 03 54 5a-7c 6a 74 fe f1 f6 19 80 ...%..TZ|jt..... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0170: db 42 36 d8 c0 7a d4 1d-55 4b 53 36 73 3f af 87 .B6..z..UKS6s?.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0180: ca 87 85 f2 68 b8 76 a5-69 d7 ....h.v.i. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1796): OpenSSL: Write: SSL negotiation finished successfully
[Thu Oct 20 14:19:56 2005] [info] Connection to child 1 closed with standard shutdown(server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:56 2005] [info] Connection to child 2 established (server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:56 2005] [info] Seeding PRNG with 136 bytes of entropy
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1778): OpenSSL: Handshake: start
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: before/accept initialization
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 11/11 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 61 01 00 00-5d 03 ....a...]. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1495): | 0011 - <SPACES/NULS>
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 91/91 bytes from BIO#863dea8 [mem: 86668c3] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 43 57 89 c4 55 7c 72 a6-98 ba af 41 e8 ff ba 2a CW..U|r....A...* |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0010: 45 9b d9 de 4f 4c ab 2b-ff 2a ac b1 1a 95 62 fd E...OL.+.*....b. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0020: 20 d9 d9 6d c5 76 9f c5-26 7c 63 a6 e6 7d e3 1f ..m.v..&|c..}.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0030: 9b af a2 48 ba 37 90 df-55 98 62 9e bb 60 61 ec ...H.7..U.b..`a. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0040: 95 00 16 00 04 00 05 00-0a 00 09 00 64 00 62 00 ............d.b. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0050: 03 00 06 00 13 00 12 00-63 01 ........c. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1495): | 0091 - <SPACES/NULS>
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(735): inside shmcb_retrieve_session
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(747): id[0]=217, masked index=25
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1208): entering shmcb_lookup_session_id
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(996): entering shmcb_expire_division
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1218): loop=0, count=1, curr_pos=0
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1222): idx->s_id2=217, id[1]=217, offset=0
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1239): at index 0, found possible session match
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(1258): a match!
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(763): leaving shmcb_retrieve_session
[Thu Oct 20 14:19:56 2005] [debug] ssl_scache_shmcb.c(441): shmcb_retrieve had a hit
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1624): Inter-Process Session Cache: request=GET status=FOUND id=D9D96DC5769FC5267C63A6E67DE31F9BAFA248BA3790DF5598629EBB6061EC95 (session reuse)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client hello A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server hello A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write change cipher spec A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write finished A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 14 03 00 00 01 ..... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 1/1 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 01 . |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 38 ....8 |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 56/56 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: dc 9a 85 a0 4d 9d 87 00-09 95 15 15 95 8a b7 50 ....M..........P |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0010: 28 ee 16 e6 31 44 bd f9-87 1c 29 89 c4 93 87 bc (...1D....)..... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0020: 0f 63 73 f1 46 5f 4a 5b-29 be 60 53 5a 0b db 6e .cs.F_J[).`SZ..n |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0030: 83 5c 61 f7 30 ce da 6b- .\a.0..k |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read finished A
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_kernel.c(1782): OpenSSL: Handshake: done
[Thu Oct 20 14:19:56 2005] [info] Connection: Client IP: 192.168.1.213, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 17 03 00 01 a8 ..... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 424/424 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0000: 61 a9 af 81 c5 15 63 02-b3 d7 cc 10 09 e2 1e ee a.....c......... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0010: d1 ff b1 5c cf ac de 76-b5 c3 89 27 47 71 41 3d ...\...v...'GqA= |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0020: b6 2f eb eb 77 bd 1f 6e-d4 6e 00 62 cc c5 a8 57 ./..w..n.n.b...W |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0030: f2 6a 61 f7 8f 3d 48 f6-f3 30 08 be 48 6b 98 8e .ja..=H..0..Hk.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0040: 68 a6 00 83 ee a8 ef 7d-55 09 c2 08 4e 51 3e c9 h......}U...NQ>. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0050: 24 a4 e1 e1 4e 77 da 32-f1 7a b2 6b 26 8f 02 4f $...Nw.2.z.k&..O |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0060: 9d 3d 1c 0d 40 26 0b 0a-8a c9 aa f8 b8 00 01 87 .=..@&.......... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0070: f5 9b 03 fa 74 84 54 a5-50 df 0f 1b 5e 3a 2b 0b ....t.T.P...^:+. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0080: 3c a1 3e ed 6a 53 83 34-6b d0 b8 30 71 43 95 ec <.>.jS.4k..0qC.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0090: 8b 16 14 80 b6 91 91 d5-0f e8 cb 0c 98 17 ea 57 ...............W |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00a0: c8 e1 8c a4 1f 2b b9 21-d0 af 61 30 32 ab 20 e5 .....+.!..a02. . |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00b0: 06 40 ed 4f 2c 3c 58 44-44 85 d7 27 9d b0 97 40 .@.O,<XDD..'...@ |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00c0: 67 d8 ed ca 0c 2f b0 65-d3 f9 3b 03 22 93 07 e2 g..../.e..;."... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00d0: f0 ad 53 5e 1a 1f 5a 48-4b 47 00 4b 96 db 4d 49 ..S^..ZHKG.K..MI |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00e0: cf 95 2a b7 12 c3 91 37-64 27 00 36 87 d5 db 86 ..*....7d'.6.... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 00f0: d5 ed 1d 71 f9 72 14 62-79 9f 4d 16 c0 a1 3d 1f ...q.r.by.M...=. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0100: 2f b3 b1 c0 85 fd 15 b7-15 de 15 01 26 73 c5 5b /...........&s.[ |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0110: 1a ce d0 2a 63 56 24 5b-66 6a dc fd 28 7e 71 42 ...*cV$[fj..(~qB |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0120: af f5 a0 d6 a3 2a a2 b5-a9 4c c7 c0 e0 2e de a5 .....*...L...... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0130: cb 8e 38 60 94 88 7f 4a-36 73 d2 7c 65 79 d9 d6 ..8`...J6s.|ey.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0140: a7 e2 bc d0 bb fe ed 54-6f 37 0d 21 3a 5b ce 84 .......To7.!:[.. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0150: 34 ef 4b 46 00 85 2b 82-f9 b3 12 e9 56 c3 e3 b4 4.KF..+.....V... |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0160: 31 e5 aa ce 3a 39 ba 59-fb 53 80 5b 1e 61 4a c2 1...:9.Y.S.[.aJ. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0170: a4 e7 95 ce f8 dd 31 e3-0c 1d c8 eb 73 6e 31 8b ......1.....sn1. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0180: 28 2b 78 f9 9a 62 d3 d5-ce eb 32 a3 c2 89 6c 8e (+x..b....2...l. |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 0190: 73 a0 2a 78 82 cf 4e a3-74 e0 7d 7a a1 32 86 3f s.*x..N.t.}z.2.? |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1491): | 01a0: 0f 83 71 90 70 a5 fc 76- ..q.p..v |
[Thu Oct 20 14:19:56 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1796): OpenSSL: Write: SSL negotiation finished successfully
[Thu Oct 20 14:19:57 2005] [info] Connection to child 2 closed with standard shutdown(server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:57 2005] [info] Connection to child 3 established (server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:57 2005] [info] Seeding PRNG with 136 bytes of entropy
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1778): OpenSSL: Handshake: start
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: before/accept initialization
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 11/11 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 61 01 00 00-5d 03 ....a...]. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1495): | 0011 - <SPACES/NULS>
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 91/91 bytes from BIO#863dea8 [mem: 86668c3] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 43 57 89 c4 02 1b 54 ef-b6 bd ca c1 b5 0a 54 1e CW....T.......T. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0010: fb 06 c8 c7 33 a1 7b a5-3e e6 ee 49 8c de 99 d5 ....3.{.>..I.... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0020: 20 d9 d9 6d c5 76 9f c5-26 7c 63 a6 e6 7d e3 1f ..m.v..&|c..}.. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0030: 9b af a2 48 ba 37 90 df-55 98 62 9e bb 60 61 ec ...H.7..U.b..`a. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0040: 95 00 16 00 04 00 05 00-0a 00 09 00 64 00 62 00 ............d.b. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0050: 03 00 06 00 13 00 12 00-63 01 ........c. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1495): | 0091 - <SPACES/NULS>
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(735): inside shmcb_retrieve_session
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(747): id[0]=217, masked index=25
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1208): entering shmcb_lookup_session_id
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(996): entering shmcb_expire_division
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1218): loop=0, count=1, curr_pos=0
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1222): idx->s_id2=217, id[1]=217, offset=0
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1239): at index 0, found possible session match
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1258): a match!
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(763): leaving shmcb_retrieve_session
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(441): shmcb_retrieve had a hit
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1624): Inter-Process Session Cache: request=GET status=FOUND id=D9D96DC5769FC5267C63A6E67DE31F9BAFA248BA3790DF5598629EBB6061EC95 (session reuse)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client hello A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server hello A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write change cipher spec A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write finished A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 14 03 00 00 01 ..... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 1/1 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 01 . |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 38 ....8 |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 56/56 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 05 0c 10 60 44 a4 66 db-7e da 66 b6 6a 57 f1 77 ...`D.f.~.f.jW.w |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0010: 93 45 62 1c ec c8 25 de-f0 dd e2 27 14 d7 b7 34 .Eb...%....'...4 |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0020: da 7b 57 f9 4a b3 7e 52-84 e0 c8 93 9a e4 92 67 .{W.J.~R.......g |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0030: 81 85 a8 8f 35 64 05 e2- ....5d.. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read finished A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1782): OpenSSL: Handshake: done
[Thu Oct 20 14:19:57 2005] [info] Connection: Client IP: 192.168.1.213, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 17 03 00 01 a4 ..... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 420/420 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 1a 7b ba f7 de 31 6c d7-d8 b7 a8 34 cd 3b 61 dd .{...1l....4.;a. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0010: b9 2f e4 b0 8f aa 99 d1-5f a2 4e b9 73 f2 96 1c ./......_.N.s... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0020: 1e 7b c0 26 bf 46 55 5b-d8 53 70 ed 30 c4 2e a6 .{.&.FU[.Sp.0... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0030: f7 48 d9 ab 6a 91 da 14-8e 17 91 da 06 b6 c4 35 .H..j..........5 |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0040: 56 b2 3e 91 38 26 17 81-1f d6 cb 0b 2b 2b 4c 38 V.>.8&......++L8 |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0050: 14 cf 6e 8b 70 4a b5 ea-ae 7a 1c 1b 4b df f6 1c ..n.pJ...z..K... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0060: 49 7a 63 bd 93 67 ec 5b-33 3c ef c2 48 83 de 48 Izc..g.[3<..H..H |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0070: a9 ca 3d 90 73 50 35 28-8a 7b d7 17 fc 2b aa 5e ..=.sP5(.{...+.^ |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0080: ed a0 b6 fb 43 f1 d5 0b-ea d5 da b7 84 84 5f 4f ....C........._O |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0090: 96 73 a5 48 9d 6e 4f fd-b7 a5 15 fb 6b 1c 1c 4d .s.H.nO.....k..M |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00a0: 3a 83 38 35 30 54 2e b9-d2 32 44 ac 2e 8a bb c1 :.850T...2D..... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00b0: 78 c6 8a 6c 62 0f c4 85-9c c3 f2 77 a7 58 44 42 x..lb......w.XDB |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00c0: a4 70 70 51 ae 28 f3 0d-b1 92 fe a4 80 6d d3 66 .ppQ.(.......m.f |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00d0: 67 3d d8 d7 c8 9a c5 a8-f8 74 98 b6 73 b4 d0 5c g=.......t..s..\ |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00e0: fe a3 f9 e7 a4 90 51 4b-bf 1c f6 ed 50 36 d9 93 ......QK....P6.. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00f0: b7 e2 1a 14 8e 07 53 35-00 9e 1c 65 f4 b7 1c 3d ......S5...e...= |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0100: 23 f5 aa 28 56 11 91 8d-7c a0 26 b9 50 79 2e 7f #..(V...|.&.Py.. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0110: 01 c4 63 56 68 30 7b 0f-7d 2c 84 68 5a b5 22 5e ..cVh0{.},.hZ."^ |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0120: b2 ed 8a dd ea 1f 1c 87-16 35 58 6f e9 52 fe 6d .........5Xo.R.m |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0130: 1f bf 03 be 34 22 aa c1-8b d0 94 44 9c cc ac a6 ....4".....D.... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0140: 91 ec f3 8c 16 3d a7 a9-f9 b0 05 63 46 dd f2 aa .....=.....cF... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0150: ee 39 c9 68 df 67 b1 bd-b4 3c d1 20 24 ab 72 92 .9.h.g...<. $.r. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0160: 41 82 51 21 3f 58 29 8b-86 be f6 e9 8b c5 ef ad A.Q!?X)......... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0170: 0a 00 e8 9f 0e 56 12 74-99 80 2c 14 8e 1e 6d b0 .....V.t..,...m. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0180: fb 36 30 d9 a3 4b 21 f6-07 ba ab 4b 3f ad e7 7b .60..K!....K?..{ |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0190: 9a fa 4a 48 52 e1 4c ac-61 2c 01 64 a4 82 9b 05 ..JHR.L.a,.d.... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 01a0: aa f3 f7 b9 .... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1796): OpenSSL: Write: SSL negotiation finished successfully
[Thu Oct 20 14:19:57 2005] [info] Connection to child 3 closed with standard shutdown(server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:57 2005] [info] Connection to child 4 established (server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:19:57 2005] [info] Seeding PRNG with 136 bytes of entropy
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1778): OpenSSL: Handshake: start
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: before/accept initialization
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 11/11 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 61 01 00 00-5d 03 ....a...]. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1495): | 0011 - <SPACES/NULS>
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 91/91 bytes from BIO#863dea8 [mem: 86668c3] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 43 57 89 c4 e7 e7 5a 58-63 9c 7c 43 40 24 8c 29 CW....ZXc.|C@$.) |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0010: 8e 67 c6 2b 10 44 79 f5-2d ad bf a0 15 76 8c f5 .g.+.Dy.-....v.. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0020: 20 d9 d9 6d c5 76 9f c5-26 7c 63 a6 e6 7d e3 1f ..m.v..&|c..}.. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0030: 9b af a2 48 ba 37 90 df-55 98 62 9e bb 60 61 ec ...H.7..U.b..`a. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0040: 95 00 16 00 04 00 05 00-0a 00 09 00 64 00 62 00 ............d.b. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0050: 03 00 06 00 13 00 12 00-63 01 ........c. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1495): | 0091 - <SPACES/NULS>
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(735): inside shmcb_retrieve_session
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(747): id[0]=217, masked index=25
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1208): entering shmcb_lookup_session_id
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(996): entering shmcb_expire_division
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1218): loop=0, count=1, curr_pos=0
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1222): idx->s_id2=217, id[1]=217, offset=0
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1239): at index 0, found possible session match
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(1258): a match!
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(763): leaving shmcb_retrieve_session
[Thu Oct 20 14:19:57 2005] [debug] ssl_scache_shmcb.c(441): shmcb_retrieve had a hit
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1624): Inter-Process Session Cache: request=GET status=FOUND id=D9D96DC5769FC5267C63A6E67DE31F9BAFA248BA3790DF5598629EBB6061EC95 (session reuse)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client hello A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server hello A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write change cipher spec A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write finished A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 14 03 00 00 01 ..... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 1/1 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 01 . |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 38 ....8 |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 56/56 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 36 15 6b df a7 91 be 65-89 5d 8a 40 4e 3a 5b 64 6.k....e.].@N:[d |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0010: 28 aa 03 c0 d9 fc f2 6c-ee 5f fa d9 95 46 68 4f (......l._...FhO |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0020: 63 2d ec 52 f3 0d 84 55-38 34 c9 31 a5 bd 08 26 c-.R...U84.1...& |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0030: 29 cc 4e 0a 00 03 e2 7e- ).N....~ |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read finished A
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1782): OpenSSL: Handshake: done
[Thu Oct 20 14:19:57 2005] [info] Connection: Client IP: 192.168.1.213, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 17 03 00 01 a8 ..... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 424/424 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0000: 65 72 32 a4 f9 a1 6a 83-0f f9 da 27 0f 7a 39 15 er2...j....'.z9. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0010: 98 17 27 7f d9 77 3f 6f-ae c7 8d ac ff 86 80 12 ..'..w?o........ |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0020: e5 c5 d5 92 bb 72 22 55-98 26 34 e2 b5 2d 9e a2 .....r"U.&4..-.. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0030: 58 53 a3 fc 5c fd b6 40-b1 1b e1 8d 59 28 29 2b XS..\..@....Y()+ |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0040: 5a f6 cc 5b 97 8c 1f 0d-f9 5b 57 03 ce b0 30 67 Z..[.....[W...0g |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0050: 47 9e 49 50 b5 eb dc 5d-98 73 e3 d3 39 c8 c7 94 G.IP...].s..9... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0060: 33 7d 15 99 a9 66 92 36-fd 87 7e 88 25 f8 cf 8a 3}...f.6..~.%... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0070: ff 12 0c 68 8f 5d 91 42-ee 48 22 16 3a 5e 95 4b ...h.].B.H".:^.K |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0080: 1e a2 3f 77 2a 5c 78 77-ea f0 a5 f9 12 47 38 d7 ..?w*\xw.....G8. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0090: 1b ef a1 82 e6 83 21 1d-92 55 46 ba 9b 0f 63 23 ......!..UF...c# |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00a0: 0a 14 f2 c0 35 1d 21 3e-88 ce 64 39 47 2c 73 0c ....5.!>..d9G,s. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00b0: 2c be cd 25 84 65 94 fa-19 7f d1 6a f6 81 52 ea ,..%.e.....j..R. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00c0: 9c cb 57 7f 65 d4 cf f3-e9 30 80 ba 4b 25 77 18 ..W.e....0..K%w. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00d0: 5e 77 38 6e 80 aa 02 b2-75 f4 16 81 6f 95 f7 67 ^w8n....u...o..g |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00e0: 79 f9 41 e9 de 83 32 aa-ae 23 11 93 2f 2a 04 53 y.A...2..#../*.S |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 00f0: 39 8f 37 c7 88 20 d9 4d-03 93 8c 83 d6 95 62 7d 9.7.. .M......b} |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0100: dd bc 25 ae 03 ce dd 31-4f 22 ab f3 62 fd a0 ee ..%....1O"..b... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0110: fe 22 a1 40 31 34 5a 99-f5 71 63 60 a5 5b a2 67 .".@14Z..qc`.[.g |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0120: 28 37 d4 92 00 d8 e4 5d-a2 cf e9 8b f0 4f 6b c3 (7.....].....Ok. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0130: f7 b6 a2 11 14 d9 ef cd-b2 10 c6 c8 b3 0c cd 3b ...............; |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0140: 29 05 d7 93 50 f5 89 2d-cf 5d 73 e7 e6 85 97 58 )...P..-.]s....X |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0150: 86 79 8c 74 9b 3b a1 c4-8f e0 70 65 5f 5a 98 3c .y.t.;....pe_Z.< |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0160: f0 c8 47 4d 14 1a 55 db-a3 0c c6 23 44 87 8c 93 ..GM..U....#D... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0170: 6a e1 b8 96 75 68 ad 79-ac 47 f7 b6 8f 6f 98 bd j...uh.y.G...o.. |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0180: 81 9d ff e9 b8 af 68 3e-17 f1 a5 1c 7e 59 ca 46 ......h>....~Y.F |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 0190: 14 02 e3 20 bc e0 35 41-bb 7a 9a d8 1f bf 00 41 ... ..5A.z.....A |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1491): | 01a0: 10 e3 c8 70 c3 ab 8a af- ...p.... |
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:19:57 2005] [debug] ssl_engine_kernel.c(1796): OpenSSL: Write: SSL negotiation finished successfully
[Thu Oct 20 14:19:57 2005] [info] Connection to child 4 closed with standard shutdown(server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:20:06 2005] [info] Connection to child 5 established (server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:20:06 2005] [info] Seeding PRNG with 136 bytes of entropy
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1778): OpenSSL: Handshake: start
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: before/accept initialization
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 11/11 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 61 01 00 00-5d 03 ....a...]. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1495): | 0011 - <SPACES/NULS>
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 91/91 bytes from BIO#863dea8 [mem: 86668c3] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 43 57 89 cd 4b b8 c2 21-2d 88 40 10 88 5d 9c ee CW..K..!-.@..].. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: b6 0b 54 aa 26 d4 0e d8-41 df 84 f3 de d6 47 e2 ..T.&...A.....G. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 20 d9 d9 6d c5 76 9f c5-26 7c 63 a6 e6 7d e3 1f ..m.v..&|c..}.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 9b af a2 48 ba 37 90 df-55 98 62 9e bb 60 61 ec ...H.7..U.b..`a. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0040: 95 00 16 00 04 00 05 00-0a 00 09 00 64 00 62 00 ............d.b. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0050: 03 00 06 00 13 00 12 00-63 01 ........c. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1495): | 0091 - <SPACES/NULS>
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(735): inside shmcb_retrieve_session
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(747): id[0]=217, masked index=25
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1208): entering shmcb_lookup_session_id
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(996): entering shmcb_expire_division
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1218): loop=0, count=1, curr_pos=0
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1222): idx->s_id2=217, id[1]=217, offset=0
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1239): at index 0, found possible session match
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1258): a match!
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(763): leaving shmcb_retrieve_session
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(441): shmcb_retrieve had a hit
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1624): Inter-Process Session Cache: request=GET status=FOUND id=D9D96DC5769FC5267C63A6E67DE31F9BAFA248BA3790DF5598629EBB6061EC95 (session reuse)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client hello A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server hello A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write change cipher spec A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write finished A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 14 03 00 00 01 ..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 1/1 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 01 . |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 38 ....8 |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 56/56 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 68 22 71 bf 22 75 a0 7b-18 85 de 49 bc 04 0f 62 h"q."u.{...I...b |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: 40 f0 bd 5c 50 f7 a3 31-76 08 fa 8d 27 cb 9c 1f @..\P..1v...'... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 2b 9c b7 12 8e 30 c5 18-c0 fa b7 a7 5f 74 86 cf +....0......_t.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 3b 3f 28 40 02 3e ff b4- ;?(@.>.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read finished A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1782): OpenSSL: Handshake: done
[Thu Oct 20 14:20:06 2005] [info] Connection: Client IP: 192.168.1.213, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 17 03 00 02 a1 ..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 673/673 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 0a cf 6c c1 6a 77 fa 1a-0d c8 06 1b 72 3f 5d 53 ..l.jw......r?]S |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: 4e a7 25 97 9b 9c 61 8b-c9 a3 4c ef e5 7f 1a 8a N.%...a...L..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 7e 8e 32 ed 7b fa c0 14-0a ac b0 a6 9f 06 51 b0 ~.2.{.........Q. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 9e ad b1 70 da db 8b ca-2f 15 76 f7 31 11 00 a8 ...p..../.v.1... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0040: 27 1e 63 4e a7 de 34 ff-4b cf a3 14 56 4c 43 41 '.cN..4.K...VLCA |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0050: 11 ef 84 a6 a4 80 e5 f0-d6 9f e6 e7 d1 71 73 a6 .............qs. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0060: 04 37 15 a7 d7 69 78 87-fa 9a 33 27 40 c1 53 d3 .7...ix...3'@.S. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0070: 8d d0 bd d4 f8 cb 4e b5-85 a3 34 af 16 54 a2 b9 ......N...4..T.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0080: 99 3b 69 e1 ec 0e 15 0f-4f 3d 12 7d f1 a7 b7 8a .;i.....O=.}.... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0090: dc fe c8 54 c1 46 d9 ff-7e 20 a9 10 52 63 2a ac ...T.F..~ ..Rc*. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00a0: d0 8d 28 ce 97 a5 df 0b-a1 17 4d 41 53 66 d0 06 ..(.......MASf.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00b0: 86 1c 8a 89 4f f9 f1 fe-01 20 6c 3f fe 8d 73 04 ....O.... l?..s. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00c0: ba 7f 35 6d f1 54 83 3d-f5 28 16 4c 7c bb 4a 6a ..5m.T.=.(.L|.Jj |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00d0: 0a 11 93 eb 25 a5 48 1c-e7 b0 47 cd b8 b9 4d 42 ....%.H...G...MB |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00e0: 69 f8 ca 31 03 9b 89 d1-68 ff 4f 88 09 32 f9 57 i..1....h.O..2.W |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00f0: e3 b7 7d 87 4c 32 c3 3a-19 1a 60 a8 f3 3e d3 be ..}.L2.:..`..>.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0100: 9a 1c 6f 76 ee b5 b5 5f-d4 be 9a 20 ff e3 5e 88 ..ov..._... ..^. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0110: 3d 54 ab c3 a2 8d fe f5-34 c0 14 c5 66 18 47 e3 =T......4...f.G. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0120: 04 67 dc 96 a6 0f 44 91-41 0d f1 da e1 4a ed f1 .g....D.A....J.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0130: 90 a8 34 75 28 18 5c f0-de ad d1 09 51 7f fb 32 ..4u(.\.....Q..2 |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0140: 2c 82 4f 75 0a db e2 03-16 0f a1 19 e6 2b 54 a7 ,.Ou.........+T. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0150: 5c 8d f3 ca 26 c5 a4 61-20 46 d7 fb ef 42 44 ff \...&..a F...BD. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0160: 00 ba fe ae 68 01 fc cf-98 5c 17 23 a0 19 64 bb ....h....\.#..d. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0170: c5 39 ae a2 0b 1c ca e6-e2 72 6f 93 32 fc 50 01 .9.......ro.2.P. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0180: ab c6 7f 10 99 09 0a 98-96 1b b1 05 1e 08 70 5d ..............p] |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0190: 94 a0 31 c1 f2 b9 24 f8-87 98 d5 c0 9b 26 f0 06 ..1...$......&.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01a0: b8 78 b7 8d f4 f6 69 74-5e f4 a9 f4 99 e0 46 20 .x....it^.....F |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01b0: d7 90 44 9b c5 a4 4f 18-1f 2b e9 47 9f 6d b3 cf ..D...O..+.G.m.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01c0: 7a 4c d1 ab 10 ca 78 4a-dc 80 f7 9a cb 30 b8 04 zL....xJ.....0.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01d0: 2b 1d 0c 17 c2 c8 87 64-38 61 d0 72 bf 2a 6f a5 +......d8a.r.*o. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01e0: bd 05 44 0f d6 f5 3f 34-18 f5 61 69 21 2a 7a 0f ..D...?4..ai!*z. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01f0: 39 d4 c5 13 5a cd b1 1b-6c 88 1c 83 ce 6a 68 e1 9...Z...l....jh. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0200: 6f 57 ca 73 5b 17 ce 0c-a0 2d c5 40 1b 52 01 20 oW.s[....-.@.R. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0210: e6 34 0d 39 08 8b 31 ee-a7 97 f9 d3 86 40 35 28 .4.9..1......@5( |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0220: 79 11 3e f3 cb 32 94 ca-ce 4c 2c 62 e2 d6 9d d7 y.>..2...L,b.... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0230: cc 23 db 46 05 ac a2 65-10 85 04 4f 55 38 c0 b5 .#.F...e...OU8.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0240: cb 05 0a 27 15 29 69 ec-0f fa 15 0c f9 4f 96 96 ...'.)i......O.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0250: 2f 54 dd dc 6a d7 78 14-3b 89 59 71 fd d1 5a 59 /T..j.x.;.Yq..ZY |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0260: 0f 27 04 54 b6 48 68 40-f3 35 45 a6 23 9f 2d 78 .'.T.Hh@.5E.#.-x |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0270: a4 3d a3 7e e4 9c 54 fd-37 05 bf d3 01 24 ff 1b .=.~..T.7....$.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0280: 53 41 78 ba 8a 1d 92 25-35 d1 42 85 52 51 35 03 SAx....%5.B.RQ5. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0290: 5f 94 75 ec e7 03 09 69-e0 6d df 1b 9e 69 e9 cc _.u....i.m...i.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 02a0: 4a J |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1796): OpenSSL: Write: SSL negotiation finished successfully
[Thu Oct 20 14:20:06 2005] [info] Connection to child 5 closed with standard shutdown(server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:20:06 2005] [info] Connection to child 6 established (server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:20:06 2005] [info] Seeding PRNG with 136 bytes of entropy
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1778): OpenSSL: Handshake: start
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: before/accept initialization
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 11/11 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 61 01 00 00-5d 03 ....a...]. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1495): | 0011 - <SPACES/NULS>
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 91/91 bytes from BIO#863dea8 [mem: 86668c3] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 43 57 89 cd cb 51 a0 f4-d2 36 8b 60 83 7f b8 86 CW...Q...6.`.... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: da 9c 57 72 aa 4e 50 12-eb 60 64 a3 54 91 85 59 ..Wr.NP..`d.T..Y |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 20 d9 d9 6d c5 76 9f c5-26 7c 63 a6 e6 7d e3 1f ..m.v..&|c..}.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 9b af a2 48 ba 37 90 df-55 98 62 9e bb 60 61 ec ...H.7..U.b..`a. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0040: 95 00 16 00 04 00 05 00-0a 00 09 00 64 00 62 00 ............d.b. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0050: 03 00 06 00 13 00 12 00-63 01 ........c. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1495): | 0091 - <SPACES/NULS>
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(735): inside shmcb_retrieve_session
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(747): id[0]=217, masked index=25
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1208): entering shmcb_lookup_session_id
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(996): entering shmcb_expire_division
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1218): loop=0, count=1, curr_pos=0
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1222): idx->s_id2=217, id[1]=217, offset=0
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1239): at index 0, found possible session match
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1258): a match!
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(763): leaving shmcb_retrieve_session
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(441): shmcb_retrieve had a hit
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1624): Inter-Process Session Cache: request=GET status=FOUND id=D9D96DC5769FC5267C63A6E67DE31F9BAFA248BA3790DF5598629EBB6061EC95 (session reuse)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client hello A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server hello A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write change cipher spec A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write finished A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 14 03 00 00 01 ..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 1/1 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 01 . |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 38 ....8 |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 56/56 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 8b 83 24 26 58 05 b9 14-d9 7c 47 31 0f d4 ec 4c ..$&X....|G1...L |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: 9e a2 cf f2 64 ed a3 a3-69 7a de ab 9d 76 dc ef ....d...iz...v.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 79 22 0b 36 51 e6 8f 73-5b 29 f1 38 40 52 63 b1 y".6Q..s[).8@Rc. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 8f 21 1f 56 0d 9e d4 bd- .!.V.... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read finished A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1782): OpenSSL: Handshake: done
[Thu Oct 20 14:20:06 2005] [info] Connection: Client IP: 192.168.1.213, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 17 03 00 02 0e ..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 526/526 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: ed a4 10 d6 1d 5f ae f1-31 4c 67 cc 1d 8b 00 9a ....._..1Lg..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: d1 9a 49 4e 6c e2 6a 42-18 05 e0 4a b3 a3 8d 64 ..INl.jB...J...d |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: ab ae df 18 dc 1d 4c 77-5c f8 91 8a 1c 09 19 47 ......Lw\......G |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 40 6a b8 7b 69 aa 6a 11-92 6c ac 44 fe 2d 74 4d @j.{i.j..l.D.-tM |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0040: 08 c3 36 9a 07 8b 5c 89-ea 91 48 b4 fe ac cb a7 ..6...\...H..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0050: 29 7f 8b 45 41 e1 19 85-79 f8 ef 57 45 47 f9 b1 )..EA...y..WEG.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0060: 68 7b 13 e3 48 ce 30 c0-34 49 ad 62 a2 c1 94 1f h{..H.0.4I.b.... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0070: 05 53 82 c5 fc fc cd d8-38 2d 00 02 7d 9d eb b3 .S......8-..}... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0080: d3 57 70 07 ab 4e 41 90-13 8b 9a 2b 7c 3a 7a e3 .Wp..NA....+|:z. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0090: d3 93 65 b2 da 3e 04 c5-cf 62 67 51 be 1e 52 cf ..e..>...bgQ..R. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00a0: 73 09 0b 05 00 8d fb f5-48 18 7f 34 0f 7b e1 89 s.......H..4.{.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00b0: 50 e3 04 d5 36 3b 18 f6-82 64 16 01 ea 7d 48 01 P...6;...d...}H. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00c0: c9 da 74 d3 c8 b4 d1 ae-b9 93 24 08 c1 70 79 21 ..t.......$..py! |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00d0: c4 10 bf 84 02 fa 3f 72-d9 22 f8 92 57 c6 0c e8 ......?r."..W... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00e0: 3a b3 ee 46 f3 d5 21 3c-53 6e eb 12 dd 97 bd e0 :..F..!<Sn...... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00f0: 36 34 02 16 d3 3a 2d 5c-8d c8 e8 f7 86 86 92 82 64...:-\........ |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0100: ff 55 d0 7a 64 b8 3e d9-04 cb cb 9b 4b 13 58 90 .U.zd.>.....K.X. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0110: d3 23 0b 03 7c 99 83 ff-c2 94 ca c1 26 c9 ea 92 .#..|.......&... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0120: f6 d6 16 33 5b f3 92 9f-20 04 59 73 b8 ad 78 c4 ...3[... .Ys..x. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0130: 5b 38 1b 9e 87 fd ee 0a-6c 16 34 fa 54 79 03 3e [8......l.4.Ty.> |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0140: 63 3d ac cc da 47 3e 1b-11 af 47 70 59 9b a2 2e c=...G>...GpY... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0150: 49 1b e5 63 43 13 9b f2-ad f6 5e 54 ff a1 c4 66 I..cC.....^T...f |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0160: 9c 6c 22 31 dd e6 a8 7c-42 e6 66 f2 de 9f c0 95 .l"1...|B.f..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0170: 2a a5 11 c0 4c 60 b1 d2-bb 6a 41 04 17 04 cd 41 *...L`...jA....A |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0180: e5 29 4e d1 c5 00 df 9f-77 4d 2a d9 c3 1d 04 89 .)N.....wM*..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0190: 72 38 f3 2a 10 3a 35 c3-f7 ca 48 20 ac 5a 66 1e r8.*.:5...H .Zf. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01a0: 21 5c 64 72 22 53 28 a2-d5 01 73 41 41 15 7f 0f !\dr"S(...sAA... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01b0: 4d d7 54 18 18 7c 2e 93-12 49 1a d1 8b 70 e9 11 M.T..|...I...p.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01c0: 4f b1 06 70 1d 43 25 f8-ff 16 98 8a fe 50 cc 9d O..p.C%......P.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01d0: 04 b9 79 e0 a2 7b 4f 60-23 8b 6d 57 97 ac 6f 86 ..y..{O`#.mW..o. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01e0: 3b 93 4b 46 d3 d4 33 fc-01 ee 04 d7 b1 ea 5f df ;.KF..3......._. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01f0: 98 71 09 0f a0 57 79 07-ad b2 cf 2d 6b c2 98 ea .q...Wy....-k... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0200: 73 fc d6 d4 f6 88 4d 88-7d 27 1b b8 85 2a s.....M.}'...* |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1796): OpenSSL: Write: SSL negotiation finished successfully
[Thu Oct 20 14:20:06 2005] [info] Connection to child 6 closed with standard shutdown(server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:20:06 2005] [info] Connection to child 7 established (server vigor20:443, client 192.168.1.213)
[Thu Oct 20 14:20:06 2005] [info] Seeding PRNG with 136 bytes of entropy
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1778): OpenSSL: Handshake: start
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: before/accept initialization
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 11/11 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 61 01 00 00-5d 03 ....a...]. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1495): | 0011 - <SPACES/NULS>
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 91/91 bytes from BIO#863dea8 [mem: 86668c3] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 43 57 89 ce 7f 51 25 ce-f0 be 17 53 71 82 4f 81 CW...Q%....Sq.O. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: c1 7d 5e 24 1c 3d 53 b5-e6 c9 04 0f 26 d4 84 81 .}^$.=S.....&... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 20 d9 d9 6d c5 76 9f c5-26 7c 63 a6 e6 7d e3 1f ..m.v..&|c..}.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 9b af a2 48 ba 37 90 df-55 98 62 9e bb 60 61 ec ...H.7..U.b..`a. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0040: 95 00 16 00 04 00 05 00-0a 00 09 00 64 00 62 00 ............d.b. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0050: 03 00 06 00 13 00 12 00-63 01 ........c. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1495): | 0091 - <SPACES/NULS>
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(735): inside shmcb_retrieve_session
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(747): id[0]=217, masked index=25
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1208): entering shmcb_lookup_session_id
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(996): entering shmcb_expire_division
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1218): loop=0, count=1, curr_pos=0
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1222): idx->s_id2=217, id[1]=217, offset=0
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1239): at index 0, found possible session match
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(1258): a match!
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(763): leaving shmcb_retrieve_session
[Thu Oct 20 14:20:06 2005] [debug] ssl_scache_shmcb.c(441): shmcb_retrieve had a hit
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1624): Inter-Process Session Cache: request=GET status=FOUND id=D9D96DC5769FC5267C63A6E67DE31F9BAFA248BA3790DF5598629EBB6061EC95 (session reuse)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read client hello A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write server hello A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write change cipher spec A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 write finished A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 flush data
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 14 03 00 00 01 ..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 1/1 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 01 . |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 16 03 00 00 38 ....8 |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 56/56 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 4a 30 16 2f 3d 48 b3 f8-e7 47 cd f7 a6 9b ec 52 J0./=H...G.....R |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: cf 7a 06 7f 96 10 e8 8b-d5 05 fa 5c 43 5f cb 51 .z.........\C_.Q |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 80 35 74 f5 de 22 0d c0-c1 b2 71 36 4c 21 b1 72 .5t.."....q6L!.r |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 09 84 2d 9b a0 c3 4c d9- ..-...L. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1786): OpenSSL: Loop: SSLv3 read finished A
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1782): OpenSSL: Handshake: done
[Thu Oct 20 14:20:06 2005] [info] Connection: Client IP: 192.168.1.213, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 5/5 bytes from BIO#863dea8 [mem: 86668b8] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 17 03 00 02 24 ....$ |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1519): OpenSSL: read 548/548 bytes from BIO#863dea8 [mem: 86668bd] (BIO dump follows)
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1466): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0000: 6e ba c7 00 85 19 cc 9b-33 6a f9 f5 c1 bf f6 19 n.......3j...... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0010: 4f a9 99 0e 9e fa d3 77-14 65 b3 28 14 6e e1 f0 O......w.e.(.n.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0020: 31 75 19 fd 74 7b 3c 4d-f4 30 bf 4a c2 1a 17 42 1u..t{<M.0.J...B |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0030: 87 3b b0 ed bf ed fe 13-e9 e2 d0 bc 26 65 d5 ad .;..........&e.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0040: 4c 80 c7 82 39 15 4a ee-23 08 66 62 e0 c0 e9 e9 L...9.J.#.fb.... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0050: 4c da 25 12 a9 0c d6 ca-88 45 f0 36 d3 e2 32 5f L.%......E.6..2_ |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0060: 74 db f2 98 07 88 2b 41-e5 8b 9b b5 d5 25 93 eb t.....+A.....%.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0070: 50 35 e7 c8 4a ea 10 b5-2a bb c5 db 21 e2 a8 52 P5..J...*...!..R |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0080: 06 e5 6d ed b1 34 84 6d-05 6a 1c 53 97 57 4b cb ..m..4.m.j.S.WK. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0090: a4 d7 d6 04 32 37 6a 2c-e4 8b 43 f7 7c d1 de 30 ....27j,..C.|..0 |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00a0: df ad 30 cc 23 78 d3 8c-ba 7f e9 aa 58 f5 ad b4 ..0.#x......X... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00b0: df c3 6b 49 46 77 59 dc-57 d6 f1 24 88 31 5a 7e ..kIFwY.W..$.1Z~ |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00c0: 88 4c 3b fd 00 59 f6 3e-62 3e ca 4a 22 83 e1 31 .L;..Y.>b>.J"..1 |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00d0: 46 98 77 d8 e1 24 a3 77-86 c3 4d 38 c3 60 6b 62 F.w..$.w..M8.`kb |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00e0: 84 bb e7 74 20 e9 62 b8-b8 0f 88 ae 0c 00 af 1a ...t .b......... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 00f0: 03 72 87 e0 2d 55 9b 23-ba 2b 06 cf e6 1e 76 67 .r..-U.#.+....vg |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0100: 22 3c cb 2c 80 c6 69 3c-12 bf 5c e7 1d 9d dc a9 "<.,..i<..\..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0110: b4 54 2d 13 ae a3 8b 71-1c 19 55 c8 24 32 68 24 .T-....q..U.$2h$ |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0120: 65 03 7c 54 c5 e2 e8 3d-6f f8 6a 4b 6b e6 a2 b3 e.|T...=o.jKk... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0130: 75 bd f6 d6 45 7d 22 b3-b7 66 07 f9 8d 7b 13 be u...E}"..f...{.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0140: 15 d8 6a 59 8f c0 91 d2-b8 3d 01 50 e9 c9 b5 33 ..jY.....=.P...3 |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0150: 6a f9 2a 97 42 0b a3 2e-c1 a9 a0 f3 0e 7b 23 59 j.*.B........{#Y |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0160: a2 e1 fe 9a bd aa f2 96-30 03 d8 8f 4b 5b 79 16 ........0...K[y. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0170: 79 0e 43 97 69 af f0 fb-de 59 18 06 db 67 76 f7 y.C.i....Y...gv. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0180: 28 ae 4b 17 1f 2c 7e 1d-7a 86 d8 0a 1c 0f 08 61 (.K..,~.z......a |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0190: 1d 3d da b3 7f 97 35 d2-b7 7e e5 f5 20 54 24 e4 .=....5..~.. T$. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01a0: 3c c8 dc c0 c7 c1 17 a3-59 5a ce 8b e1 1b 8b ed <.......YZ...... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01b0: 3b 1b 03 e9 5c 2e a3 4b-60 06 ee 91 36 6b 5f 04 ;...\..K`...6k_. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01c0: 66 4e 9a 85 9d 41 e6 47-57 4e f8 b2 fe f4 7e 9c fN...A.GWN....~. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01d0: 6b 66 95 31 e6 9b ec 20-b9 76 2a 87 71 14 ba 96 kf.1... .v*.q... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01e0: 61 40 8b 0b 9f 74 89 a8-2f ce cc cb e2 89 65 50 a@...t../.....eP |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 01f0: ee b5 a8 0d f3 05 b6 a9-73 9f e0 5e 2a ac 7e fc ........s..^*.~. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0200: ba ad d1 a6 eb 23 a0 a9-ce 96 66 09 e7 3e d1 98 .....#....f..>.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0210: b0 43 c9 c7 3b ab b7 cb-ef 36 5b d9 7f e3 b8 1f .C..;....6[..... |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1491): | 0220: 2c 79 d2 10 ,y.. |
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_io.c(1497): +-------------------------------------------------------------------------+
[Thu Oct 20 14:20:06 2005] [debug] ssl_engine_kernel.c(1796): OpenSSL: Write: SSL negotiation finished successfully
[Thu Oct 20 14:20:06 2005] [info] Connection to child 7 closed with standard shutdown(server vigor20:443, client 192.168.1.213)
[ October 20, 2005: Message edited by: Mo Baitar ]
 
I think she's lovely. It's this tiny ad that called her crazy:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic