cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1296
Views
0
Helpful
2
Replies

Cisco Anyconnect 4

MercatorIneo
Level 1
Level 1

Hello,

I use Cisco Anyconnect 4.4.00243 to connect to a SSL VPN hosted by a Cisco 800 router. When I launch the connection in AnyConnect, it starts web pages related to a certificate related to my banking system. I think AnyConnect test the certificates present in my local windows store. Is there a way to avoid this annoying behavior?

After closing these not desired pages AnyConnect connects successfully.

Any help is already appreciated.

Kind regards,

Guy

2 Replies 2

Philip D'Ath
VIP Alumni
VIP Alumni

This is not an AnyConnect issue.  AnyConnect (and any other application) should be able to iterate through the certificate store and try using certificates for authentication.

This will be some other application on your machine triggering when the certificates are used.  Possible a banking application,  You should probably ask whoever does the banking software to fix this issue in their software.

Thanks for your answer. Version 3 of AnyConnect did not present this issue.

I've saved my day by making AnyConnect not to iterate through the user certificates but only the machine certificate.

In preferences.xml in C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile, I put this 

<ClientInitialization>
<CertificateStore>Machine</CertificateStore>
</ClientInitialization>

Regards,

Guy