F5 Firepass VPN and safari

I use F5's firepass VPN to log into work.

Prior to Snow Leopard if worked fine with Safari 4.0. After Snow Leopard the plugin will attempt to load and ask to be reinstalled. Even after a manual installation of a fresh copy of the "F5 SSL VPN Plugin.plugin" and restarting Safari it will ask you to reload the plugin again.

My work around was to launch the plugin from firefox. Firefox will launch the plugin and I revert back to Safari for browsing my my office network.

PowerMac Pro, Mac OS X (10.6)

Posted on Aug 30, 2009 8:49 AM

Reply
46 replies

Sep 1, 2009 10:27 PM in response to Richard Garza1

I'm having the same problems and Firefox doesn't work for me either. I've reverted to connecting from my Windows XP VWware Fusion instance, but even this is a bit problematic. My connection keeps locking up every few minutes which is very annoying. I would love to hear if anyone has a solution, but I expect we'll have to wait until a fix to the plugin is provided.

Sep 3, 2009 5:27 PM in response to gdanov

SSL VPN is working on my MacBook Pro only via Firefox 3.0 (crash in 32-bit Safari), but only the first time. On the second attempt I get a kernel panic. However, when I restart the network after closing the SSL VPN connection it seems to work. Never got a kernel panic again. Here's the AppleScript I'm using:

on run
do shell script "
sudo ifconfig en0 down
sudo ifconfig en1 down
sudo ifconfig en0 up
sudo ifconfig en1 up
"
end run

Sep 10, 2009 9:11 AM in response to Seltini

After a reboot I get a VPN connection without any problems (using Firefox - nowaday also using Safari but I have to ignore some nasty error messages). However, when I close the VPN connection and try to connect later on I get kernel panic. Therfore I run this script manually directly after closing the VPN connection (no need to close safari or firefox windows) and since then I never got a kernel panic anymore.

It's not very elegant, I know, but I have to survive somehow until my company has installed a fix. In the F5 forum support for snow leopard has been "announced" (see http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=62063&forumid=4 &tpage=1). We'll see.

BTW: In the meantime my script looks this way (to handle also my UMTS Stick connections via ppp0):

on run
do shell script "
sudo ifconfig en0 down
sudo ifconfig en1 down
sudo ifconfig ppp0 down
sudo ifconfig en0 up
sudo ifconfig en1 up
sudo ifconfig ppp0 up
"
end run

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

F5 Firepass VPN and safari

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.