Configuring Kerberos in an explicit proxy deployment (BlueCoat).

Hopefully this will get published in the bluecoat KB soon, but till then, enjoy 🙂 It’s centred around Bluecoat’s implementation, but the steps are generic enough to be useful in general proxy deployments. Configuring Kerberos in a Bluecoat explicit proxy deployment. Pre-Setup : Setting up the Windows environment In order to function properly in windows … Continue reading Configuring Kerberos in an explicit proxy deployment (BlueCoat).

Nugget post: PAC file validation

A nifty tool that’s quite useful in catching errors in your PAC [proxy auto config] file is “pacparser”. You can find it here: http://code.google.com/p/pacparser/ The win32 zip file contains a binary executable that you just point to your PAC file and an example URL to test with. It will then use javascript to parse the … Continue reading Nugget post: PAC file validation