Hello,
I have an issue where I have installed the certificates and key as below:
1. /cisco/certificates/client/mycert.pem
2. /cisco/certificate/private/mycert.key
3. /cisco/certificate/ca/myrootca.pem
I've run a DART and can see certificate validation failure error message.
</acguiNotice>
<acguiNotice module="com.cisco.anyconnect.presentation.vpn" type="update" timestamp="Thu Oct 11 11:36:53 2018">
<label id="simple_status" value="No valid certificates available for authentication." tooltip="No valid certificates available for authentication."/>
<log messagehistory="No valid certificates available for authentication."/>
</acguiNotice>
<acguiNotice module="com.cisco.anyconnect.presentation.vpn" type="popup">
<popup timestamp="Thu Oct 11 11:36:53 2018" id="error_popup" type="error">
<title value="Cisco AnyConnect"/>
<text value="Certificate Validation Failure"/>
</popup>
</acguiNotice>
My .xml file is like below for certificates:
<?xml version="1.0" encoding="UTF-8"?>
<AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/encoding/ AnyConnectProfile.xsd">
<ClientInitialization>
<UseStartBeforeLogon UserControllable="true">false</UseStartBeforeLogon>
<AutomaticCertSelection UserControllable="false">true</AutomaticCertSelection>
<ShowPreConnectMessage>false</ShowPreConnectMessage>
<CertificateStore>Machine</CertificateStore>
<CertificateStoreMac>All</CertificateStoreMac>
<CertificateStoreOverride>
Is there something I'm missing here ?
Regards,
Abdul