Hello All,
we have a GW R80.30 and many VPN users. But recently one user got an issue: his VPN Client doesn't accept any Certificates. We even imported the certificate into Windows Certificate Storage to let the user connect without password - still doesn't work. The logs schow the following:
[ 16532 9924][24 May 15:17:13][CONFIG_MANAGER] gw_uses_login_options return value true, because it is Default variable. Scope: site My_Company VPN, gw VPN_GW ,user USER
[ 16532 9924][24 May 15:17:13][TR_REALM_CONFIG_MANAGER] TrRealmConfigManager::GetGatewayLoginOptionState: gw VPN_GW support login option
[ 16532 9924][24 May 15:17:13][CONFIG_MANAGER] site_uses_login_options return value true, because it is Gateway config variable. Scope: site My_Company VPN ,gw NULL ,user USER
[ 16532 9924][24 May 15:17:13][CONFIG_MANAGER] selected_realm_id return value vpn, because it is User config variable. Scope: site My_Company VPN ,gw NULL ,user USER
[ 16532 9924][24 May 15:17:13][RealmConfiguration] [COVERAGE] [RealmConfiguration::getRealmByName(s)] __start__
[ 16532 9924][24 May 15:17:13][RealmConfiguration] [DEBUG] [RealmConfiguration::getRealmByName(s)] getRealmByName where realm ID=vpn
[ 16532 9924][24 May 15:17:13][CONFIG_MANAGER] login_options_list return value is object type, because it is Gateway config variable. Scope: site My_Company VPN ,gw NULL ,user USER
[ 16532 9924][24 May 15:17:13][RealmConfiguration] [INFO] [RealmConfiguration::getRealmByName(s)] Found realm with matching realm ID: vpn
[ 16532 9924][24 May 15:17:13][RealmConfiguration] [COVERAGE] [RealmConfiguration::getRealmByName(s)] __end__ Total: 0 milliseconds.
[ 16532 9924][24 May 15:17:13][TR_REALM_CONFIG_MANAGER] TrRealmConfigManager::GetGatewayRealmObj: siteName My_Company VPN, gwName VPN_GW, realm_display_name=vpn, realm_id=vpn
[ 16532 9924][24 May 15:17:13][TR_AUTH_MANAGER] TrCredKey::TrCredKey: creating credKey
[ 16532 9924][24 May 15:17:13][TR_AUTH_MANAGER] TrAuthenticationManager::CredsInCache: enter, item - (gw = My_Company VPN, authMethod=p12-certificate, realmId=vpn)
[ 16532 9924][24 May 15:17:13][TR_AUTH_MANAGER] TR_AUTH_MANAGER::TrAuthenticationManager::CredsInCache: cred item is null
[ 16532 9924][24 May 15:17:13][TR_AUTH_MANAGER] TR_AUTH_MANAGER::TrAuthenticationManager::CredsInCache: did not find an appropriate auth object in cache
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] IsCredsAvailable: Creds not in cache looking in CPLogon
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] TrConnManager::GetRegOrCPLogonCreds: site name is: My_Company VPN
[ 16532 9924][24 May 15:17:13][CONFIG_MANAGER] save_cli_credentials_for_ATM return value false, because it is Default variable. Scope: site My_Company VPN, gw NULL ,user USER
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] TrConnManager::IsCredsInRegOrCPLogon: site name is: My_Company VPN
[ 16532 9924][24 May 15:17:13][CONFIG_MANAGER] save_cli_credentials_for_ATM return value false, because it is Default variable. Scope: site My_Company VPN, gw NULL ,user USER
[ 16532 9924][24 May 15:17:13][ICS] TrFeatureManager::isATM: return value - is ATM = false
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] TR_CONN_MANAGER::TrConnManager::IsCredsInRegOrCPLogon: Check if CPLogon enabled
[ 16532 9924][24 May 15:17:13][TR_CPLOGON] IsEnabled: LogonAgentAPI dll not loaded
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] TR_CONN_MANAGER::TrConnManager::IsCredsInRegOrCPLogon: Credentials are not in cplogon and not in registry
[ 16532 9924][24 May 15:17:13][ICS] TrFeatureManager::isATM: return value - is ATM = false
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] TR_CONN_MANAGER::TrConnManager::GetRegOrCPLogonCreds: Creds are not in registry or cplogon
[ 16532 9924][24 May 15:17:13][TR_API_TRANSLATE] TR_API_TRANSLATE::TrAPI_Translate::ToSet: converting realmAuthFactor struct to set
[ 16532 9924][24 May 15:17:13][TR_SRV2CL] TR_SRV2CL::GetConfig: Entering
[ 16532 9924][24 May 15:17:13][TrMsg] TrMsg::TrMsgFromMsgObj: Entering
[ 16532 9924][24 May 15:17:13][CONFIG_MANAGER] is_secondary_connect_enabled_and_supported_on_gw is not client decide
[ 16532 9924][24 May 15:17:13][TR_SRV2CL] TR_SRV2CL::GetConfig: Recieved Get config message, will get the configuration from the site's scope
[ 16532 9924][24 May 15:17:13][CONFIG_MANAGER] is_secondary_connect_enabled_and_supported_on_gw return value false, because it is Gateway config variable. Scope: site My_Company VPN ,gw NULL ,user USER
[ 16532 9924][24 May 15:17:13][TrMsg] TrMsg::TrMsgArgIterGetNextArg: No more TrArgs
[ 16532 9924][24 May 15:17:13][MSGOBJ] msg_obj_init: format=1.0 id=TR_CONFIGURATION
What I don't like here:
[ 16532 9924][24 May 15:17:13][ICS] TrFeatureManager::isATM: return value - is ATM = false
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] TR_CONN_MANAGER::TrConnManager::IsCredsInRegOrCPLogon: Check if CPLogon enabled
[ 16532 9924][24 May 15:17:13][TR_CPLOGON] IsEnabled: LogonAgentAPI dll not loaded
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] TR_CONN_MANAGER::TrConnManager::IsCredsInRegOrCPLogon: Credentials are not in cplogon and not in registry
[ 16532 9924][24 May 15:17:13][ICS] TrFeatureManager::isATM: return value - is ATM = false
[ 16532 9924][24 May 15:17:13][TR_CONN_MANAGER] TR_CONN_MANAGER::TrConnManager::GetRegOrCPLogonCreds: Creds are not in registry or cplogon
I know that on the user's computer some security applications are installed, like Zscaller, ByoundTrust, maybe something else. Is it possible that such applications block some libraries? I asked him to check it with his Security team.
Thank you for any ideas!