Problems connecting to EAP-TLS network

Hello,

I have a RouterBoard 411AH with a R52Hn wireless NIC. I am having trouble getting it to connect to an Aruba AP. The RouterBoard is in station mode and we have successfully attached it to other networks.

We know it is attaching to the intended network, however, it times out while after receiving:

D8:C7:C8:FE:7E:F0@wlan1: EAP method 13 requested, proceed

Here is the current security-profile for this network:

RouterOS Security Profile

name="WLAN" mode=dynamic-keys authentication-types=wpa-eap,wpa2-eap unicast-ciphers=tkip,aes-ccm group-ciphers=tkip,aes-ccm 
     wpa-pre-shared-key="" wpa2-pre-shared-key="" supplicant-identity="002722988A71" eap-methods=eap-tls tls-mode=dont-verify-certificate 
     tls-certificate=cert1 static-algo-0=none static-key-0="" static-algo-1=none static-key-1="" static-algo-2=none static-key-2="" 
     static-algo-3=none static-key-3="" static-transmit-key=key-0 static-sta-private-algo=none static-sta-private-key="" 
     radius-mac-authentication=yes radius-mac-accounting=no radius-eap-accounting=no interim-update=0s radius-mac-format=XXXXXXXXXXXX 
     radius-mac-mode=as-username radius-mac-caching=disabled group-key-update=5m management-protection=disabled 
     management-protection-key=""

Here is a wpa supplicant configuration we have used to connect to this network with other devices.

WPA Supplicant Configuration

network={
ssid="NETWORK"
priority=1
scan_ssid=1
key_mgmt=WPA-EAP IEEE8021X NONE
pairwise=CCMP TKIP
group=CCMP TKIP
eap=TLS
identity="002722AA3395"
password=
phase2="auth=MSCHAPV2"
ca_cert="/etc/persistent/cert/cacert.pem"
client_cert="/etc/persistent/cert/cert.pem"
private_key="/etc/persistent/cert/key.der"
private_key_passwd="PASSWORD"
}

Is this something we can implement in RouterOS?

Please enable ‘wireless,debug’ logs on station router and post them here (make sure you have correct time settings on both ends).

Thanks for the reply.

wireless,debug is enabled, output below.

12:23:12 wireless,debug wlan1: no network that satisfies connect-list, by default choose with strongest signal
12:23:12 wireless,info D8:C7:C8:FE:7E:F0@wlan1 established connection on 2437, SSID WLAN
12:23:12 wireless,debug D8:C7:C8:FE:7E:F0@wlan1: EAP method 17 requested, deny
12:23:12 wireless,debug D8:C7:C8:FE:7E:F0@wlan1: EAP method 13 requested, proceed
12:23:24 wireless,debug D8:C7:C8:FE:7E:F0@wlan1: EAP failure - timeout
12:23:24 wireless,info D8:C7:C8:FE:7E:F0@wlan1: lost connection, 802.1x authentication failed

Times match on both ends.

Test

Did you solved the problem ?

I have problem with “802.1x authentication failed” and source of problem was expired certification who was re-created. We must at MS CA revoke cert and create a new request for cert, sign it and PC start work with 802.1x .