<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>I would be really grateful if someone could help me out with this problem.</DIV>
<DIV>There appears to be a very high time between my client and server in transferring data.</DIV>
<DIV> </DIV>
<DIV>The log shows the following:</DIV>
<DIV> </DIV>
<DIV>2009.06.02 12:32:59 LOG5[5824:5516]: TS3_GPRS accepted connection from 193.35.132.231:45050<BR>2009.06.02 12:32:59 LOG7[5824:5516]: SSL state (accept): before/accept initialization<BR>2009.06.02 12:32:59 LOG7[5824:5516]: SSL state (accept): SSLv3 read client hello A<BR>2009.06.02 12:32:59 LOG7[5824:5516]: SSL state (accept): SSLv3 write server hello A<BR>2009.06.02 12:32:59 LOG7[5824:5516]: SSL state (accept): SSLv3 write certificate A<BR>2009.06.02 12:32:59 LOG7[5824:5516]: SSL state (accept): SSLv3 write certificate request A<BR>2009.06.02 12:32:59 LOG7[5824:5516]: SSL state (accept): SSLv3 flush data<BR>2009.06.02 12:33:09 LOG5[5824:5516]: CRL: verification passed<BR>2009.06.02 12:33:09 LOG5[5824:5516]: VERIFY OK: depth=1, /C=UK/ST=Fife/L=Dunfermline/O=TS3 Services Ltd/OU=Infrastructure/CN=TS3 Services <A href="mailto:Ltd/emailAddress=helpdesk@ts3services.co.uk">Ltd/emailAddress=helpdesk@ts3services.co.uk</A><BR>2009.06.02 12:33:09
 LOG5[5824:5516]: CRL: verification passed<BR>2009.06.02 12:33:09 LOG5[5824:5516]: VERIFY OK: depth=0, /C=UK/ST=Fife/O=TS3 Services Ltd/OU=Terminal/CN=TS3 Services <A href="mailto:Ltd/emailAddress=helpdesk@ts3services.co.uk">Ltd/emailAddress=helpdesk@ts3services.co.uk</A><BR>2009.06.02 12:33:09 LOG7[5824:5516]: SSL state (accept): SSLv3 read client certificate A<BR>2009.06.02 12:33:09 LOG7[5824:5516]: SSL state (accept): SSLv3 read client key exchange A<BR>2009.06.02 12:33:09 LOG7[5824:5516]: SSL state (accept): SSLv3 read certificate verify A<BR>2009.06.02 12:33:10 LOG7[5824:5516]: SSL state (accept): SSLv3 read finished A<BR>2009.06.02 12:33:10 LOG7[5824:5516]: SSL state (accept): SSLv3 write change cipher spec A<BR>2009.06.02 12:33:10 LOG7[5824:5516]: SSL state (accept): SSLv3 write finished A<BR>2009.06.02 12:33:10 LOG7[5824:5516]: SSL state (accept): SSLv3 flush data<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    2 items in the session
 cache<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    0 client connects (SSL_connect())<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    0 client connects that finished<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    0 client renegotiations requested<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    2 server connects (SSL_accept())<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    2 server connects that finished<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    0 server renegotiations requested<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    0 session cache hits<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    0 session cache misses<BR>2009.06.02 12:33:10 LOG7[5824:5516]:    0 session cache timeouts<BR>2009.06.02 12:33:10 LOG6[5824:5516]: SSL accepted: new session negotiated<BR>2009.06.02 12:33:10 LOG6[5824:5516]: Negotiated ciphers: DES-CBC3-SHA SSLv3 Kx=RSA Au=RSA
 Enc=3DES(168) Mac=SHA1<BR>2009.06.02 12:33:10 LOG7[5824:5516]: FD 292 in non-blocking mode<BR>2009.06.02 12:33:10 LOG7[5824:5516]: TS3_GPRS connecting 127.0.0.1:8139<BR>2009.06.02 12:33:10 LOG7[5824:5516]: connect_wait: waiting 10 seconds<BR>2009.06.02 12:33:10 LOG7[5824:5516]: connect_wait: connected<BR>2009.06.02 12:33:10 LOG5[5824:5516]: TS3_GPRS connected remote server from 127.0.0.1:2273<BR>2009.06.02 12:33:10 LOG7[5824:5516]: Remote FD=292 initialized<BR>2009.06.02 12:33:31 LOG7[5824:5516]: Socket closed on read<BR>2009.06.02 12:33:31 LOG7[5824:5516]: SSL write shutdown<BR>2009.06.02 12:33:31 LOG7[5824:5516]: SSL alert (write): warning: close notify<BR>2009.06.02 12:33:31 LOG6[5824:5516]: SSL socket closed on SSL_shutdown<BR>2009.06.02 12:33:31 LOG7[5824:5516]: Socket write shutdown<BR>2009.06.02 12:33:31 LOG5[5824:5516]: Connection closed: 65 bytes sent to SSL, 185 bytes sent to socket<BR>2009.06.02 12:33:31 LOG7[5824:5516]: TS3_GPRS finished (0
 left)</DIV>
<DIV> </DIV>
<DIV>The main issue for me is the time between the two lines:</DIV>
<DIV> </DIV>
<DIV>2009.06.02 12:32:59 LOG7[5824:5516]: SSL state (accept): SSLv3 flush data<BR>2009.06.02 12:33:09 LOG5[5824:5516]: CRL: verification passed</DIV>
<DIV> </DIV>
<DIV>The handshaking and certificate exchange appears to be pretty quick, but I need to understand why there is 10 second delay between these two lines.</DIV>
<DIV>It seems horrendous amount of time for transferring data.</DIV>
<DIV>It might be my lack of understanding on the SSL process, so any information on this would be greatly appreciated.</DIV>
<DIV> </DIV>
<DIV>Thanks in advance,</DIV>
<DIV> </DIV>
<DIV>Steven</DIV></div></body></html>