> Dug inside some of the freeRADIUS code. The function > SSL_get_error() gets called which returns error code, > if any. These error codes are defined within the > openssl source code.
[...] > any inputs on how you resolved the issue??? With regards to the SSL_ERROR_WANT_READ errors I'm fairly sure you can just safely ignore these as the comment in src/modules/rlm_eap/types/rlm_eap_tls/tls.c suggests. The reason the EAP-TLS module get these errors from OpenSSL is probably that the OpenSSL code assumes that it reads from a blocking stream. We should probably remove the logging of these error messages to avoid confusion. The SSL_ERROR_SYSCALL errors you get later on in your log I'm not sure about. I don't remember if I've seen these before. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
