• 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.

would a proxy server help in this situtation?

mcveigh

Diamond Member
I am thinking about setting a up a proxy server at home. thyis will make my connection seem faster as it doesn't have to get new pages all the time like anandtech? will this interfere when trying to play on-line games? what about ssl pages, I am am doing work on a company site running sql queries through ssl pages would it not cache the pages then?

Thanks!
 
I don't think it will have an effect on game play.

The SSL pages that's another story. I imagine that you could set up the proxy server itself to not cache SSL pages.
 
As long as it's a caching proxy server (proxy doesn't automatically mean caching) then most websites should be sped up, because things like graphics won't need to be redownloaded or checked over your connection (even if your browser doesn't actually download them again, it still tries to contact the server to make sure they don't need to be). Games won't be affected, because for one thing, the proxy should only be set up for http traffic and your web browser configured only to use the proxy for port 80 web traffic. Nothing else will even contact the proxy. Secure pages should be https, so your browser will only use the proxy for those if you specify it should in the settings.

Make sure your proxy is configured to ignore traffic coming from outside of your local LAN, otherwise it'll have a chance to be hijacked and used by people outside the network (unless you're behing a NAT router).
 
Back
Top