Version Question

2006-10-25 Thread King, Michael
I'm still struggling with my server throwing Error: TLS Alert write:fatal:bad record macError: TLS_accept:error in SSLv3 read certificate verify AError: rlm_eap: SSL error error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad record macError: rlm_eap_tls: SSL_read failed in

Re: Version Question

2006-10-25 Thread Alan DeKok
King, Michael [EMAIL PROTECTED] wrote: I thought the errors (SSL error error::lib(0):func(0):reason(0)) only started printing in version 1.1.3 (It was something to do with sending it to the log instead of stdout) I think a few SSL errors may have been printed out earlier, but check

RE: Version Question

2006-10-25 Thread King, Michael
-Original Message- I think a few SSL errors may have been printed out earlier, but check that the 1.1.3 rlm_* libraries aren't still on your system. The Libraries were still there. Eradicating them helped. :-) - List info/subscribe/unsubscribe? See

RE: Version Question

2006-10-25 Thread King, Michael
] On Behalf Of Alan DeKok Sent: Wednesday, October 25, 2006 11:24 AM To: FreeRadius users mailing list Subject: Re: Version Question King, Michael [EMAIL PROTECTED] wrote: I thought the errors (SSL error error::lib(0):func(0):reason(0)) only started printing in version 1.1.3

Re: Version Question

2006-10-25 Thread Alan DeKok
King, Michael [EMAIL PROTECTED] wrote: Would the fact that the libraries were causing this issue help narrow it down? Maybe. You had mentioned in the past that the TLS threading code should be looked at. Would this be part of the library? No. See src/main/threads.c in the latest CVS.