The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Newnetwork
7 years agoActive Contributor
Logmein AV - Block Certificate credentials from sites (https)
Good Morning, I have some site that require authentication by certificate already installed. Whit LogmeinAV, even completely disabling each component not appear a little window that ask to proce...
- 7 years ago
This is what we received from our account rep. We have tested it and it does appear to work. Looks like prior to LMI v.4.1.0.13002 turning off the traffic scan and anti-phishing feature doesn't really turn it off. After 13002 and an uninstall and re-install of LMI-AV, it behaves as expected. (on a side note, it may have introduced a new issue possibly causing network printing issues - but we are still tracking this down - but odd it has happened only on computers with 13002 and an uninstall/re-install of LMI-AV with these 2 components turned off).
This issue is somewhat more complicated than it might look at first as Bitdefender is not about to replace their old Content Control driver (that causes the issue) with the new one via product update in the near future (only via clean installs). Our take on this was to completely shut down the related core module (called NetDefender, that provides Antiphishing and TrafficScan their functionalities) if both Antiphishing and TrafficScan are disabled. The new host (4.1.0.13002) contains this modification.
As a temporary solution one can update their LogMeIn host to 4.1.0.13002 and disable Antiphishing and TrafficScan via LogMeIn AV policy.
In the long run however, I would suggest running the batch script (attached) with O2M (as admin) and initiate a clean install of LogMeIn AV from Central afterwards.
To check whether the customer is using the new Content Control driver, run sc query bddci in a Command Prompt and make sure that it does not fail.
If it does fail, then the customer is using the old one (also if that's the case, sc query bdfwfpf should not fail)
Below is the batch script, save as a .bat file and you can run it as a One2Many task:
echo off
FOR /F "skip=2 tokens=2,*" %%A IN ('reg.exe query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Endpoint Security" /v "UninstallString"') DO SET "UninstallString=%%B"
%UninstallString% /silent /remove
shutdown.exe /r /t 10
dcm
6 years agoActive Contributor
Is there any update on this? it affects our end users connecting to hotel wifi's. It affects our mortgage brokers from using basic websites for property searches? very disappointed in the new LogMeIn AV. does not work right and numerous problems. Only solution we have for most of our issues is to completely remove it.
Newnetwork
6 years agoActive Contributor
Only way for us is now disable antiphishing and traffic scan. With this function disabled browse https certificates works. However No good
- dcm6 years agoActive Contributor
right! Logmein you have to get this fixed. big security risk if we continue to allow traffic scan and anti-phishing to be disabled.