11 Aug
2008
11 Aug
'08
1:50 a.m.
Kwok Sianbin wrote:
I'd been doing this for sometimes and can't get it solved. Client try to communicate with server but just can't get it connected.
Please READ the debug output. It is telling you what's going wrong.
rlm_eap_tls: <<< TLS 1.0 Handshake [length 037f], Certificate --> verify error:num=20:unable to get local issuer certificate rlm_eap_tls: >>> TLS 1.0 Alert [length 0002], fatal unknown_ca TLS Alert write:fatal:unknown CA TLS_accept:error in SSLv3 read client certificate B rlm_eap: SSL error error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
You are doing EAP-TLS. The certificate presented is from a CA that is unknown. Alan DeKok.