An enterprise mobility team deploys a new security baseline requiring certificate-based mutual authentication for mobile VPN connections. Following the update, several remote workers report that their managed mobile devices can browse public websites over cellular data but fail to establish a VPN tunnel to access internal corporate assets. The MDM server reports the devices as fully compliant, but the VPN gateway logs indicate 'TLS handshake failure: client certificate trust chain invalid'. Which of the following is the MOST likely cause of this connectivity issue?
- The root or intermediate CA certificate that signed the client certificates is missing from the VPN gateway's trust store or was omitted from the mobile MDM configuration profile payload.Cevap
- BThe cellular carrier is experiencing a regional cell tower data outage, preventing encrypted VPN tunnel encapsulation across the public network.
- CThe mobile devices are attempting to use WPA2-Personal pre-shared keys instead of 802.1X enterprise authentication over the cellular connection.
- DThe corporate email application installed on the devices lacks the required operating system permissions to perform background cellular data sync.
Cevap
The root or intermediate CA certificate that signed the client certificates is missing from the VPN gateway's trust store or was omitted from the mobile MDM configuration profile payload.
In certificate-based mutual authentication, both the VPN gateway and the client device must have the complete certificate trust chain (including intermediate and root CAs) properly installed and trusted. The error 'TLS handshake failure: client certificate trust chain invalid' indicates that the gateway cannot verify the signing authority of the device's certificate.
Adım Adım Çözüm
Anahtar Kavram
Troubleshooting Mobile OS Security and Connectivity Issues