It is occurring when an employee in the field connects, from a certain country. I believe they are clicking through the certificates errors. Unfortunately, bad practice has encouraged this behavior. I have my hands tied from investigating further, however need to come up with a solution without any type of support.
Main Topics
Browse All Topics





by: stefanxPosted on 2009-09-24 at 08:27:23ID: 25414352
Where do you think the Man-in-the-Middle interception is happening? Is it just before your server, i.e where your site is hosted, or is close to where your visitors are?
If the action is on your server's side, i.e the place where your server is located is doing the interception, then either move your site to a different hosting provider, or, if you can't, consider getting an externally hosted server, run a SSL-based tunnel or VPN between your existing server and the external server relying on shared secret rather than X509 certificates and then proxy for your https webserver via the external server.
If on the other hand, the interception is happening on the client side, like say at a company's firewall, then moving the webserver or running a proxy will make no difference - you will then need a VPN directly from the client to your server to get past this.