Hi!
I am trying to reproduce the problem here in our avast! QA lab, but without success. Would it be OK for some of you to help us a bit with debugging?
We need to figure out, whether your avast! tries to connect to the my.avast account or not. This can be nicely done using e.g. Wireshark (
http://www.wireshark.org/download.html). I don't know if you are familiar with this tool or not, so I will rather describe the process in a few steps:
1) Install and run the Wireshark
2) On the main screen, in the "Capture" section, click on the network interface, which you use to connect to the Internet
3) This starts the capturing of all packets, we need just those ones related to the my.account
4) In the "Filter:" field, write this expression: http.host == vl.ff.avast.com
5) In the avast! GUI settings, the "Account" section, set the "Update frequency:" to 1 minute (just for the debugging purposes)
6) Go back to the Wireshark. You should see there a new http request to "
http://vl.ff.avast.com/F/some_stuff" every minute
If you do not see any requests, please open your browser and type in the address bar the
http://vl.ff.avast.com/ address. That should also generate a visible record in the Wireshark.
Now, if your browser generates the requests, but avast! does not, then we will have to look more into the program itself.
Please let me know how did it go. Hopefully, we will figure out, what the root cause of the problem is.
Thanks!