I have noticed that after successfully established a secure connection, the software provided by my VPN provider does a "soft reset" approximately 60 minutes later.
Below is a typical example (truncated):
In the example above, at about 19:54:23 hours, the secure connection was established. About an hour later, at about 20:54:15 hours, there was a "TLS: soft reset". Three or four seconds later, the process of data channel encyption and decryption took place.Tue May 10 19:54:23 2011 Initialization Sequence Completed
Tue May 10 19:54:44 2011 Replay-window backtrack occurred [1]
Tue May 10 19:54:50 2011 Replay-window backtrack occurred [2]
Tue May 10 20:54:15 2011 TLS: soft reset sec=0 bytes=19444148/0 pkts=41430/0
Tue May 10 20:54:16 2011 VERIFY OK: depth=1, /C=US/ST=Virginia/L=Reston/O=Full_Mesh_Networks__Inc./OU=FMN_Engineering___Operations/CN=Full_Mesh_Networks_Certificate_Authority/emailAddress=support@fullmesh.net
Tue May 10 20:54:16 2011 VERIFY OK: nsCertType=SERVER
Tue May 10 20:54:16 2011 VERIFY OK: depth=0, /C=US/ST=Virginia/O=Full_Mesh_Networks__Inc./OU=Aspen_Engineering___Operations/CN=vpn/emailAddress=support@aspen.com
Tue May 10 20:54:18 2011 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Tue May 10 20:54:18 2011 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue May 10 20:54:18 2011 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Tue May 10 20:54:18 2011 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue May 10 20:54:18 2011 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Could the experts here help me answer the following questions:
(1) What could be the possible causes of a "TLS soft reset"? Was it due to my antivirus/firewall software?
(2) During a "TLS soft reset" was my VPN connection lost/disconnected? Was my ISP able to view/sniff out which website(s) I was surfing?
(3) What can I do to prevent a similar occurence?
My commercial VPN provider has many gateways in many locations throughout the world and I have experienced "TLS soft reset" with all of them.
Any advice that you experts provide will be most appreciated.