8 Apr
2012
8 Apr
'12
6:13 a.m.
Winson Fernandes wrote:
I upgraded freeradius version from 2.0.2 to 2.1.12 and also the openssl version from 0.9.7 to 0.9.8n. The issue I am facing now is with peap mschapv2 windows client not able to authenticate with my radius server.
Well... other people have it working. OpenSSL is weird.
The error is [peap] No SSL info available. Waiting for more SSL data.
That means that the server expects the client to send more data, and the client expects the server to send more data. Since the client is in charge here, nothing more happens.
Not sure what the bug298 is all about and also what could be the possible reason for the arg (state) to be NULL?
No idea. OpenSSL is weird. Alan DeKok.