Forum Discussion
daniel_19629
Nimbostratus
Jul 28, 2009Customization of SSL VPN Connection
Dear all,
Please, i need help to solve my problem with Customization in Firepass.
// create SSL VPN Connection
// params:
// res_group: Represents the resource group.
// fav_name: Represents the name of the favorite in the resource group.
function createVPNConnection(res_group, fav_name) {
var params = "res_group="+res_group+"&res_name="+fav_name;
var w_name = 'VPN_CONNECTION'+(Math.random()).toString().substring(2,16);
childWindow = window.open('/vdesk/vpn/connect.php3?'+params, w_name,
'name='+w_name+',resizable=0,scrollbars=0,statusbar=0,menubar=0,width=320,height=240');
childWindow.focus();
}
About my res_group and fav_name, i need put in res_group the name of resource group but in fav_name i dont see any of this information.
I think its a Connection name: in Network Access, its correctly?
I tried it, but when i click in SSL Conennection, show The page cannot be displayed.
Could you help?
Thanks.
No RepliesBe the first to reply
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects