Verified by connecting to a Pulse server which requires a client cert,
without providing one via -c/-k.
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
if (failcode == 0x0d) {
vpn_progress(vpninfo, PRG_ERR,
_("Authentication failure: Account locked out\n"));
+ } else if (failcode == 0x0e) {
+ vpn_progress(vpninfo, PRG_ERR,
+ _("Authentication failure: Client certificate required\n"));
} else {
vpn_progress(vpninfo, PRG_ERR,
_("Authentication failure: Code 0x%02x\n"),