I wrote a little AppleScript app that makes Network Connect compatible with Snow Leopard (though it doesn't solve the 64-bit kernel issue, you still need to boot the 32-bit kernel). It currently works with 6.3 and 6.4.
EDIT: Since it doesn't look like I can attach it here, and I don't currently have time to rewrite the parts that are specific to my environment, I'll just give you the terminal commands to run:
sudo chmod 755 /usr/local/juniper/nc/6.4.0/
sudo chmod 4711 /usr/local/juniper/nc/6.4.0/ncproxyd
sudo mkdir '/Applications/Network Connect.app/Contents/Frameworks
Note: this assumes Network Connect.app is at least installed. If your VPN portal is configured to install NC for you but your browser isn't installing it properly, open /Utilities/Java Preferences.app and make sure TLS v1.0 is enabled on the advanced tab, make sure Java is enabled in your browser, then run this:
sudo keytool -storepasswd -new changeit -keystore /System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Ho me/lib/security/cacerts -storepass changeme
Then clear your browser cache and log in again. The client should install but if you're running Snow Leopard it will say it "Failed to establish secure connection" or something similar. If you're getting that far, the first three sudo commands above should get things working for you.
Message was edited by: c0rey
Message was edited by: c0rey