I mean, what I want to achieve is to use tls with certificates for the PC's that want to connect AP of entry, this creates certificates with the following reference: https://lists.freeradius.org/pipermail/freeradius-users/2008-October/msg0055... license = certificates for tls , sorry my english (is very bad). then my problem is certificates? but i try many opcion and nothing. I created the certificates according to the README file, then tried and nothing, then did the same thing, but I created a bundle : "cat ca.pem server.pem > cabundle.pem" and convert in the cabundle. der, then import client.p12 and cabundle.der to the laptop, then try and get the last error that you showed.
Martin Silvero wrote:
I mean, what I want to achieve is to use tls with certificates for the PC's that want to connect AP of entry, this creates certificates with the following reference:
There is an EAP-TLS "howto" on the FreeRADIUS web site (type "EAP-TLS howto" into google). It may help.
and convert in the cabundle. der, then import client.p12 and cabundle.der to the laptop, then try and get the last error that you showed.
Except that the error messages mean you haven't done that. The error messages show that you've created *two* sets of certificates (client, CA, server). You've put one set of certificates on the client, and a completely different set of certificates on the server. Alan DeKok.
participants (2)
-
Alan DeKok -
Martin Silvero