Posted on 08-31-2017 05:57 AM
After deploying pulse secure connect client successfully , Pulse Secure Desktop client remains in "Connect Requested"
I found this kb
[https://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB40720](link URL)
worked like a charm
And instead of copying config file I created a script that runs after install and creates a file with all the configuration and imports it to the pulse client
here is the config file
cat <<EOF >/private/tmp/vpn.pulse
schema version {
version: "1"
}
machine settings {
version: "11"
guid: "12345678910"
connection-source: "preconfig"
server-id: "12345678910"
connection-set-owner: "server.server.com"
connection-set-name: "Default"
connection-set-last-modified: "2017-08-30 15:06:40 UTC"
connection-set-download-host: server.server.com"
allow-save: "false"
user-connection: "true"
lock-down: "false"
splashscreen-display: "false"
dynamic-trust: "true"
dynamic-connection: "true"
eap-fragment-size: "1400"
captive-portal-detection: "false"
enable-browser: "false"
FIPSClient: "false"
clear-smart-card-pin-cache: "false"
wireless-suppression: "false"
}
ive "12345678910" {
friendly-name: "vpn"
version: "6"
guid: "12345678910"
server-id: "1234567891011121314"
connection-source: "preconfig"
factory-default: "true"
uri-list: "https://vpn.domain.com/"
uri: "https://vpn.domain.com"
connection-policy-override: "true"
connection-lock-down: "false"
use-for-connect: "true"
use-for-secure-meetings: "false"
this-server: "false"
uri-list-use-last-connected: "false"
uri-list-randomize: "false"
sso-cached-credential: "false"
connection-identity: "user"
connection-policy: "false"
preferred-realm: "VPN-realm"
preferred-roleset: "VPN-role"
client-certificate-location-system: "false"
reconnect-at-session-timeout: "true"
}
EOF
/Applications/Pulse Secure.app/Contents/Plugins/JamUI/jamCommand -importfile /private/tmp/vpn.pulse?
enjoy