cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
13498
Views
0
Helpful
6
Replies

Custom Profile Settings -Block connections to untrusted servers

cnlee
Level 1
Level 1

Does anyone know where AnyConnect stores the value to turn off and on for the setting Block connections to untrusted servers for a profile/XML/registry setting?

We are trying to deploy a custom profile with new installations with this option turned off.

We were not able to locate the setting using version 4.5 of the Profile Editor software

1 Accepted Solution

Accepted Solutions

hslai
Cisco Employee
Cisco Employee

I believe this a preference per user and the users have the option to tick/un-tick the box.

On a Windows-10-enterprise client, I found AC 4.5 writing it to "%LOCALAPPDATA%\Cisco\Cisco AnyConnect Secure Mobility Client\ISEPreferences"

On a macOS High Sierra client, ${HOME}/.anyconnect_ise

<?xml version="1.0" ?>

<ISEPreferences>

    <BlockUntrustedCertificates>false</BlockUntrustedCertificates>

</ISEPreferences>

View solution in original post

6 Replies 6

hslai
Cisco Employee
Cisco Employee

I believe this a preference per user and the users have the option to tick/un-tick the box.

On a Windows-10-enterprise client, I found AC 4.5 writing it to "%LOCALAPPDATA%\Cisco\Cisco AnyConnect Secure Mobility Client\ISEPreferences"

On a macOS High Sierra client, ${HOME}/.anyconnect_ise

<?xml version="1.0" ?>

<ISEPreferences>

    <BlockUntrustedCertificates>false</BlockUntrustedCertificates>

</ISEPreferences>

Works perfectly in Windows 10 but i'm seems this folder doesn't exist in MacOS Catalina/Big Sur. Does it has changed it's location?

Can help me in linux terminal about this  ?

 

cnlee
Level 1
Level 1

thank you hslai!  that works for us. 

Garry Cross
Level 1
Level 1

Using a 4.9.06037 client the answer to this question is wrong.

%LOCALAPPDATA%\Cisco\Cisco AnyConnect Secure Mobility Client\preferences.xml

The specific section int xml file is.

<ControllablePreferences>
<BlockUntrustedServers>false</BlockUntrustedServers>

</ControllablePreferences>

jgustafzon
Level 1
Level 1

Hi,

Where is the option in profile editor for this checkbox? (Using ASDM or Anyconnect Profile Editor) There seems to be no way to activate this checkbox from the editor. Neither in Preferences part 1 or part 2.