Puzzel wrote:
When i want to connect from ipad with 7.0.3(11B511) version of firmware i can't connect and in logs i have something like that:
Oct 1 13:06:38 radius radiusd[8232]: TLS Alert read:warning:close notify
Oct 1 13:06:38 radius radiusd[8232]: TLS_accept: failed in SSLv3 read client certificate A
Oct 1 13:06:38 radius radiusd[8232]: rlm_eap: SSL error error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure
That's an OpenSSL issue. FreeRADIUS just uses OpenSSL to do all of the TLS / SSL work. We don't implement SSL ourselves.
Any other systems this certificate work fine.
Check the OpenSSL library versions. The working machine will have a different version than the non-working machine. So... update the non-working machine to the working version of OpenSSL. Alan DeKok.