• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Corporate Security ByPass

AkashAnand

Junior Member
Is there a way to check email accounts(HotMail, yahoo, AOL) through corporate intranets which have restricted access to those websites?
 
Try using https to get there.

https://mail.yahoo.com - Link

My corp firewall blocks my webmail access (not one of the ones you mentioned though) and I stumbled on this workaround.

Reason is, they block the address on port 80, which is where all the http traffic goes. But https uses a different port (somewhere in the 400's I think) and the firewall may not be setup to block traffic on that port.
 
If the company uses a web proxy to filter and check URLs then it can be done by telneting or ssh'ing (if they allow telnet or ssh) to a shell account and running lynx or links. I would highly recommend against doing that. You would be circumventing their corporate security policy/restrictions and are subject to whatever punishement they choose.
In the case of ssh, they wouldn't know what you accessed due to they encryption but they would know that you made a connection outside of the company's walls.

I used this method when the company I worked for had to lockdown all port 80(www) requests to the proxy serverdue to the CodeRed worm. I was able to check my email and get what I needed albeit without any graphics.

Think long and hard before you do anything.
 
Back
Top