On Friday 06 February 2004 10:44, Rainer Traut wrote: > >>The default number of resumable sessions that will be cached on the > >>server is 50. To modify the number of sessions > >>cached, set the SSL_RESUMABLE_SESSIONS notes.ini variable to the desired > >>number. Setting > >>SSL_RESUMABLE_SESSIONS=1 will disable SSL session resumption on the > >> server. > > > > Did you try to disable this SSL resumables? > > Yes, I have disabled this. Effect is then nearly the same or worse. > If I higher this to eg. 1000 the effect is triggered later. > > > Also, tcpdump might help other on the list know what exactly is going on. > > Can you give me any hint how to do this? > A 'tcpdump host w.x.y.z port 443' gives huge output...
Pick ip addr of only one client host, not ip of the server. # tcpdump -nli<iface> -s0 host w.x.y.z port 443 2>&1 | tee 443.log .... # bzip2 -9 443.log -- vda
