Leighton, tks for help me. I agree with you, the messages are a little bit confusing for me too.<br>That's what I thought, problems wich permission. That's why I did chmod 777, even knowing that it's not recommended. After doing this, the issue persist...I'm using the newest available version of <a href="http://freeradius.org">freeradius.org</a>.<br>
<br>Here follows the output of Makefile.<br><br>/etc/raddb/certs/Makefile<br>/etc/raddb/certs/Makefile: line 12: DH_KEY_SIZE: command not found<br>grep: server.cnf: No such file or directory<br>/etc/raddb/certs/Makefile: line 17: PASSWORD_SERVER: command not found<br>
grep: ca.cnf: No such file or directory<br>/etc/raddb/certs/Makefile: line 18: PASSWORD_CA: command not found<br>grep: client.cnf: No such file or directory<br>/etc/raddb/certs/Makefile: line 19: PASSWORD_CLIENT: command not found<br>
grep: client.cnf: No such file or directory<br>/etc/raddb/certs/Makefile: line 21: USER_NAME: command not found<br>/etc/raddb/certs/Makefile: line 28: .PHONY:: command not found<br>/etc/raddb/certs/Makefile: line 29: all:: command not found<br>
/etc/raddb/certs/Makefile: line 31: .PHONY:: command not found<br>/etc/raddb/certs/Makefile: line 32: client:: command not found<br>/etc/raddb/certs/Makefile: line 34: .PHONY:: command not found<br>/etc/raddb/certs/Makefile: line 35: ca:: command not found<br>
/etc/raddb/certs/Makefile: line 37: .PHONY:: command not found<br>/etc/raddb/certs/Makefile: line 38: server:: command not found<br>/etc/raddb/certs/Makefile: line 45: dh:: command not found<br>/etc/raddb/certs/Makefile: line 46: DH_KEY_SIZE: command not found<br>
<br>And the outpug of ls -ls on certs directory:<br><br>RADIUS:/etc/raddb/certs # ls -l<br>total 104<br>-rwxrwxrwx 1 root root 4210 Mar 17 10:49 01.pem<br>-rwxrwxrwx 1 root root 4441 Nov 19 14:20 Makefile<br>-rwxrwxrwx 1 root root 5343 Nov 19 14:20 README<br>
-rwxrwxrwx 1 root radiusd 462 Nov 19 14:20 bootstrap<br>-rwxrwxrwx 1 root radiusd 1288 Nov 19 14:20 ca.cnf<br>-rwxrwxrwx 1 root root 1195 Mar 17 10:49 ca.der<br>-rwxrwxrwx 1 root root 1743 Mar 17 10:49 ca.key<br>-rwxrwxrwx 1 root root 1675 Mar 17 10:49 ca.pem<br>
-rwxrwxrwx 1 root radiusd 1109 Nov 19 14:20 client.cnf<br>-rwxrwxrwx 1 root root 466 Mar 19 15:10 dh<br>-rwxrwxrwx 1 root root 120 Mar 17 10:49 index.txt<br>-rwxrwxrwx 1 root root 21 Mar 17 10:49 index.txt.attr<br>
-rwxrwxrwx 1 root root 0 Mar 17 10:49 index.txt.old<br>-rwxrwxrwx 1 root root 1024 Mar 19 15:11 random<br>-rwxrwxrwx 1 root root 3 Mar 17 10:49 serial<br>-rwxrwxrwx 1 root root 3 Mar 17 10:49 serial.old<br>
-rwxrwxrwx 1 root radiusd 1123 Nov 19 14:20 server.cnf<br>-rwxrwxrwx 1 root root 4210 Mar 17 10:49 server.crt<br>-rwxrwxrwx 1 root root 1062 Mar 17 10:49 server.csr<br>-rwxrwxrwx 1 root root 1743 Mar 17 10:49 server.key<br>
-rwxrwxrwx 1 root root 2533 Mar 17 10:49 server.p12<br>-rwxrwxrwx 1 root root 3495 Mar 17 10:49 server.pem<br>-rwxrwxrwx 1 root root 578 Nov 19 14:20 xpextensions<br><br><div class="gmail_quote">2009/3/20 Leighton Man <span dir="ltr"><<a href="mailto:l.j.man@hud.ac.uk">l.j.man@hud.ac.uk</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
<br>
<br>
There is nothing related to eap to comment out in these files...<br>
Should I create a certificate? Is it compulsory?<br>
<br>
<br>
<br>
</div>Hi,<br>
I've just struggled through all this so it's nice to try and help. Always take note of the FIRST error message in the debug. The later ones can be confusing if you don't understand what's going on.<br>
Your problem seems to be that the server can't read the certificate files. If they aren't there, it won't be able to. When I compiled freeradius it generated test certificates itself (after tweaking the Makefile). Are you using the latest version?<br>
<br>
You must have certificates to do SSL. They live in the raddb/certs directory.<br>
<br>
Regards,<br>
<font color="#888888"><br>
Leighton<br>
</font><div><div></div><div class="h5"><br>
<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>