This is a discussion on Re: rlm_eap: SSL error within the FreeRADIUS Users forums, part of the Networking and Network Related category; James Lever wrote: .... > I'm having the much mentioned but very hard to get real information > about error ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
James Lever wrote:
.... > I'm having the much mentioned but very hard to get real information > about error below: > > Wed Jan 17 08:00:11 2007 : Error: TLS_accept:error in SSLv3 read > client certificate A That just means there's no client certificate. > Wed Jan 17 08:00:11 2007 : Error: rlm_eap: SSL error > error:00000000:lib(0):func(0):reason(0) > Wed Jan 17 08:00:11 2007 : Error: rlm_eap: SSL error > error:00000000:lib(0):func(0):reason(0) OpenSSL puts a lot of effort into telling the application that there was an error, and then saying "nope, no error" when asked for more details. > Now, the best explanation I can find on list is that it's safe to ignore > the 3 lines of errors, which, although appears to be very accurate in > that they have no effect on the running service, should not be there if > they are really not errors. > > Can anybody explain what is actually causing these errors (and why) and > what would be required to silence them? Fix OpenSSL. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |