Re: Problem with EAP-TLS and certificate

2012-06-18 Thread Alan DeKok
Stephane Brodeur wrote: I am a newbie to Freeradius and I am having a real hard time to implement EAP-TLS using self-signed certificate. Why? The server comes with scripts that create self-signed certs. See raddb/certs. If you search google for freeradius eap-tls howto, the first link is

Re: Problem with EAP-TLS and certificate

2012-06-18 Thread Matthew Newton
On Sun, Jun 17, 2012 at 11:07:31PM -0400, Stephane Brodeur wrote: My problem is the following error message when running eapol_test TLS: Trusted root certificate(s) loaded OpenSSL: SSL_use_certificate_file (DER) -- OK OpenSSL: tls_connection_private_key - SSL_use_PrivateKey_File (DER) failed

Problem with EAP-TLS and certificate

2012-06-17 Thread Stephane Brodeur
Hi, I am a newbie to Freeradius and I am having a real hard time to implement EAP-TLS using self-signed certificate. My certificate seems valid: Server Certificate [root@localhost CA]# openssl verify -CAfile /etc/pki/CA/cacert.pem xplab.pem xplab.pem: OK Client certificate [root@localhost

Problem with EAP-TLS.

2011-05-11 Thread Miguel Miralles
Hi, i'm implementing authentication for 802.1X using Freeradius (version 2.1.6 ) in Fedora10. The supplicant is windows XP wiht Service pack 3. The NAS is Switch cisco and the network is wire. My problem is what the connection works good when the autentication is for user and password, but if

Problem with EAP-TLS authentication in Freeradius

2011-04-25 Thread senthil kumar
Hi All, I am using Freeradius 2.1.0 PEAP/TTLS is working fine and I am facing problem in TLS authentication. I am able to generate certificate but while connecting it throws Authentication error. Can some one send me client.cnf and server.cnf. Also let me know whether installing

Re: Problem with EAP-TLS authentication in Freeradius 2.1.0

2011-04-13 Thread senthil kumar
Hi, Can anyone please give some solution or idea to debug it. Regards Senthil On Mon, Apr 11, 2011 at 5:57 PM, senthil kumar mail...@gmail.com wrote: Hi Alan, Any solution or debug to this problem. Please let me know. Regards Senthil On Fri, Apr 8, 2011 at 1:43

Re: Problem with EAP-TLS authentication in Freeradius 2.1.0

2011-04-11 Thread senthil kumar
Hi Alan, Any solution or debug to this problem. Please let me know. Regards Senthil On Fri, Apr 8, 2011 at 1:43 PM, senthil kumar mail...@gmail.com wrote: Hi Alan, Earlier I have faced the same problem and after changing Make file it was working fine. Now

Problem with EAP-TLS authentication in Freeradius 2.1.0

2011-04-08 Thread senthil kumar
Hi All, I am using Freeradius 2.1.0 PEAP/TTLS is working fine and I am facing problem in TLS authentication. I am able to generate certificate but while connecting it throws Authentication error. Please let me know how to debug it. rad_recv: Access-Request packet from host

Re: Problem with EAP-TLS authentication in Freeradius 2.1.0

2011-04-08 Thread Alan DeKok
senthil kumar wrote: I am using Freeradius 2.1.0 PEAP/TTLS is working fine and I am facing problem in TLS authentication. I am able to generate certificate but while connecting it throws Authentication error. Please let me know how to debug it. *Read* the debug log.

Re: Problem with EAP-TLS authentication in Freeradius 2.1.0

2011-04-08 Thread senthil kumar
Hi Alan, Earlier I have faced the same problem and after changing Make file it was working fine. Now certificate got expired and I tried to generate new certificate. Problem is I am not able to connect with the new certificate. So please let me know how to solve this problem.

Problem with EAP-TLS authentication in Freeradius 2.1.0

2011-04-07 Thread senthil kumar
Hi All, I am using Freeradius 2.1.0 PEAP/TTLS is working fine and I am facing problem in TLS authentication. I am able to generate certificate but while connecting it throws Authentication error. Please let me know how to debug it. rad_recv: Access-Request packet from host

Re: Problem with EAP TLS authentication in Freeradius

2009-12-16 Thread senthil kumar
Hi I have copied MAKE file from the 2.1.8 pre version.But not able to generate certificates. When I try to run ./bootstrap , it throws error related to MAKE.in file Please let me know the procedure to generate a certificate. Regards Senthil On Wed, Dec 9, 2009 at 1:00 AM, t...@kalik.net

Re: Problem with EAP TLS authentication in Freeradius

2009-12-16 Thread tnt
I have copied MAKE file from the 2.1.8 pre version.But not able to generate certificates. When I try to run ./bootstrap , it throws error related to MAKE.in file Please let me know the procedure to generate a certificate. Read the README file in certs directory. Ivan Kalik - List

Re: Problem with EAP TLS authentication in Freeradius

2009-12-08 Thread Fernando Calvelo Vazquez
Where I could get the makefile v.2.1.8-pre Probably it also solves the problem that I have. regards, Fernando. t...@kalik.net wrote: Below is the complete Log.. Please let me know how to solve/debug it.. [tls] Done initial handshake [tls] TLS 1.0 Alert [length 0002],

Re: Problem with EAP TLS authentication in Freeradius

2009-12-08 Thread Alan DeKok
Fernando Calvelo Vazquez wrote: Where I could get the makefile v.2.1.8-pre Probably it also solves the problem that I have. http://git.freeradius.org/pre/ Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with EAP TLS authentication in Freeradius

2009-12-08 Thread senthil kumar
Actually I copied the file from /usr/share/doc/freeradius/examples/certs folder But I didnt change any in MAKE file Is there anyother way to debug it??? On Tue, Dec 8, 2009 at 3:40 AM, t...@kalik.net wrote: Below is the complete Log.. Please let me know how to solve/debug

Re: Problem with EAP TLS authentication in Freeradius

2009-12-08 Thread tnt
Where I could get the makefile v.2.1.8-pre Probably it also solves the problem that I have. Get the whole thing and take what you want: http://git.freeradius.org/pre/ Ivan Kalik - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with EAP TLS authentication in Freeradius

2009-12-08 Thread tnt
Where I could get the makefile v.2.1.8-pre Probably it also solves the problem that I have. PS. I would take the whole certs directory. Ivan Kalik - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with EAP TLS authentication in Freeradius

2009-12-08 Thread tnt
Actually I copied the file from /usr/share/doc/freeradius/examples/certs folder But I didnt change any in MAKE file From which version? 2.1.7 or 2.1.8? 2.1.8 has the new Makefile which signs client certificates with ca certificate. Is there anyother way to debug it??? That's openSSL stuff.

Re: Problem with EAP TLS authentication in Freeradius

2009-12-07 Thread senthil kumar
Hi All, Below is the complete Log.. Please let me know how to solve/debug it.. Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.1.1 port 4991, id=2, length=144 User-Name = maemo NAS-IP-Address = 192.168.1.1 Called-Station-Id = 0023692c6f74

Re: Problem with EAP TLS authentication in Freeradius

2009-12-07 Thread tnt
Below is the complete Log.. Please let me know how to solve/debug it.. [tls] Done initial handshake [tls] TLS 1.0 Alert [length 0002], warning bad_certificate TLS Alert read:warning:bad certificate It's adifferent error. Quite clear what is wrong. Did you try to alter

Re: Problem with EAP-TLS, please give me a hint

2009-12-06 Thread tnt
I changed it but it's always the same problem: [tls] TLS_accept: SSLv3 write certificate request A [tls] TLS_accept: SSLv3 flush data [tls] TLS_accept: Need to read more data: SSLv3 read client certificate A Problem? What problem? Those are normal openSSL messages. Ivan

Re: Problem with EAP TLS authentication in Freeradius

2009-12-05 Thread tnt
Iam using Freeeadius 2.1.0. The setup is working fine with EAP-TTLS, PEAP method.But for EAP TLS, it gives the below error.. Please let me know how to solve.. [eap] Handler failed in EAP/tls [eap] Failed in EAP select ++[eap] returns invalid Failed to authenticate the user. Well,

Re: Problem with EAP-TLS, please give me a hint

2009-12-05 Thread _Stefan_H
] TLS_accept: Need to read more data: SSLv3 read client certificate A Next week I will try it with the other switch and client again. Now I am waiting for an other xp version for my client. -- View this message in context: http://old.nabble.com/Problem-with-EAP-TLS%2C-please-give-me-a-hint

Re: Problem with EAP-TLS, please give me a hint

2009-12-05 Thread tnt
I changed it but it's always the same problem: [tls] TLS_accept: SSLv3 write certificate request A [tls] TLS_accept: SSLv3 flush data [tls] TLS_accept: Need to read more data: SSLv3 read client certificate A Problem? What problem? Those are normal openSSL messages. Ivan Kalik

Re: Problem with EAP-TLS, please give me a hint

2009-12-05 Thread _Stefan_H
messages. Ivan Kalik - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html But then nothing happens and the cleaning up follows, take a look at the debug in my first post -- View this message in context: http://old.nabble.com/Problem-with-EAP-TLS%2C-please

Re: Problem with EAP-TLS, please give me a hint

2009-12-04 Thread tnt
Well after i read your post i tried to sign the client certificates with the ca. I make some changes in the makefile but it think I made something wrong because it doesn't work: old: client.csr client.key: client.cnf openssl req -new -out client.csr -keyout client.key -config

Problem with EAP TLS authentication in Freeradius

2009-12-04 Thread senthil kumar
Hi, Iam using Freeeadius 2.1.0. The setup is working fine with EAP-TTLS, PEAP method.But for EAP TLS, it gives the below error.. Please let me know how to solve.. [eap] Handler failed in EAP/tls [eap] Failed in EAP select ++[eap] returns invalid Failed to authenticate the user. Regards

Re: Problem with EAP-TLS, please give me a hint

2009-12-03 Thread Fernando Calvelo Vazquez
Great!! Finally, after several weeks posting question on this forum trying to solve my first test with EAP-TLS, you give with this tip the correct solution!! Thanks a lot Ivan!! Cheers, Fernando. PS: Only for your knowledge... It seems this tip is also applicable to M.Vista (my case ;-)

Re: Problem with EAP-TLS, please give me a hint

2009-12-02 Thread _Stefan_H
in the eap.conf doesn't give me a solution. I know that you don't like to waste you time on a newbie like me, but please give me only a hint where the problem could be. -- View this message in context: http://old.nabble.com/Problem-with-EAP-TLS%2C-please-give-me-a-hint-tp26515010p26612701.html Sent from

Re: Problem with EAP-TLS, please give me a hint

2009-12-02 Thread Alan DeKok
_Stefan_H wrote: Well, can anyone tell me, why nobody is helping me? I would not get on your nerves if there would be a solution to my problem. I was searching for a time and i found this helpful solutions look in the FAQ and look in the eap.conf. Well the FAQ tells about the xptensions and

Re: Problem with EAP-TLS, please give me a hint

2009-12-02 Thread tnt
Well, can anyone tell me, why nobody is helping me? I would not get on your nerves if there would be a solution to my problem. I was searching for a time and i found this helpful solutions look in the FAQ and look in the eap.conf. Well the FAQ tells about the xptensions and the help in

Problem with EAP-TLS

2009-11-25 Thread _Stefan_H
the standardcertificate only for testing, but am I right that the problem is caused by the certificates? If you need the full output or the configs please don’t hesitate to contact me. -- View this message in context: http://old.nabble.com/Problem-with-EAP-TLS-tp26515010p26515010.html Sent from

ntlm_auth problem using EAP-TLS with MSCHAP authentication to LDAP server

2009-07-03 Thread Clement Ogedengbe
Can someone please help provide a clue into the problems with using ntlm_auth in a Freeradius config running on Debian. The user/password information are held in the LDAP server. I have been able to authenticate successfully with packets coming from non-EAP clients. But for EAP

Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication to LDAP server

2009-07-03 Thread Ivan Kalik
The user/password information are held in the LDAP server. I have been able to authenticate successfully with packets coming from non-EAP clients. But for EAP authentication clients, I have been receiving the following error lines. (I am using ntlm_auth = /usr/bin/ntlm_auth

RE: ntlm_auth problem using EAP-TLS with MSCHAP authentication to LDAP server

2009-07-03 Thread Clement Ogedengbe
-users-bounces+c.ogedengbe=worc.ac...@lists.freeradius.org [mailto:freeradius-users-bounces+c.ogedengbe=worc.ac...@lists.freeradius.org] On Behalf Of Ivan Kalik Sent: 03 July 2009 12:17 To: FreeRadius users mailing list Subject: Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication to LDAP

Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication to LDAP server

2009-07-03 Thread Nicolas Goutte
-bounces+c.ogedengbe=worc.ac...@lists.freeradius.org ] On Behalf Of Ivan Kalik Sent: 03 July 2009 12:17 To: FreeRadius users mailing list Subject: Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication to LDAP server The user/password information are held in the LDAP server. I have

Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication to LDAP server

2009-07-03 Thread A . L . M . Buxey
hi, is the required config in your inner-tunnel? ie is LDAP defined at all? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: ntlm_auth problem using EAP-TLS with MSCHAP authentication toLDAP server

2009-07-03 Thread Clement Ogedengbe
Of Nicolas Goutte Sent: 03 July 2009 12:33 To: FreeRadius users mailing list Subject: Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication toLDAP server Am 03.07.2009 um 13:24 schrieb Clement Ogedengbe: OK. I have done that, But still returned the error below! Found Auth-Type = EAP

RE: ntlm_auth problem using EAP-TLS with MSCHAP authentication toLDAP server

2009-07-03 Thread Clement Ogedengbe
Sent: 03 July 2009 12:36 To: FreeRadius users mailing list Subject: Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication toLDAP server hi, is the required config in your inner-tunnel? ie is LDAP defined at all? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication toLDAP server

2009-07-03 Thread Alan DeKok
Clement Ogedengbe wrote: Yes... The LDAP authenticates successfully from Non EAP clients! I think you didn't understand the question. Edit raddb/sites-available/inner-tunnel, and ensure that the LDAP module is being used there, too. Alan DeKok. - List info/subscribe/unsubscribe? See

RE: ntlm_auth problem using EAP-TLS with MSCHAP authentication toLDAPserver

2009-07-03 Thread Clement Ogedengbe
To: FreeRadius users mailing list Subject: Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication toLDAPserver Clement Ogedengbe wrote: Yes... The LDAP authenticates successfully from Non EAP clients! I think you didn't understand the question. Edit raddb/sites-available/inner-tunnel

Re: ntlm_auth problem using EAP-TLS with MSCHAP authentication toLDAPserver

2009-07-03 Thread Alan DeKok
Clement Ogedengbe wrote: Yes That was done! Then you don't have clear-text passwords in your LDAP server. Post the debug output for an EAP session, and again for a non-EAP session. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: problem with eap-tls between FR and XP client

2009-05-07 Thread Alan DeKok
bLn wrote: I'm trying to connect a Windows XP client (also I'm trying with Vista) with freeradius with EAP-TLS. I made my set of certificates (from this site http://www.linuxjournal.com/node/8095/print) Why? If you just start the server in debugging mode after you first install it, it will

problem with eap-tls between FR and XP client

2009-05-06 Thread bLn
hi forum, I'm trying to connect a Windows XP client (also I'm trying with Vista) with freeradius with EAP-TLS. I made my set of certificates (from this site http://www.linuxjournal.com/node/8095/print) and now, I have: CA, radius_cert.pem, radius_key.pem, radius_keycert.pemradius_req.pem,

Problem with EAP-TLS

2008-10-01 Thread Guk Victor
Hi all. I have problem with EAP-TLS. Computer with OS Windows Vista, Freeradius 1.1.3. Immediately access to the network exists after connection, but access is forbidden through several minutes. This is what it is obtained: [EMAIL PROTECTED] ~]# radiusd -X Starting - reading configuration

Re: Problem with EAP-TLS

2008-10-01 Thread tnt
Radius is working fine. Your problem is with NAS: .. rad_recv: Accounting-Request packet from host 10.0.1.2:5007, id=61, length=271 .. Acct-Status-Type = Stop .. Acct-Session-Time = 120 .. Acct-Terminate-Cause = Lost-Carrier .. Connection breaks after two minutes. Debug

Re: Problem with EAP-TLS

2008-10-01 Thread Lech Karol Pawłaszek
Guk Victor wrote: Hi all. I have problem with EAP-TLS. Computer with OS Windows Vista, Freeradius 1.1.3. Immediately access to the network exists after connection, but access is forbidden through several minutes. This is what it is obtained: Well. I had very similar issue. If your NAS

Re: cert bootstrap bug? (was Re: definitely, I have a problem with eap-tls)

2008-08-22 Thread Andrew Hood
Alan DeKok wrote: Andrew Hood wrote: Pardon me if I've missed something, but as far as I can tell the server cert isn't authorised to sign client certs, so I can't see how it could work. The CA can sign client certs. There can be multiple levels of CA's. Verisign, your company, the

Re: cert bootstrap bug? (was Re: definitely, I have a problem with eap-tls)

2008-08-22 Thread Sergio
Andrew Hood escribió: Alan DeKok wrote: Andrew Hood wrote: Pardon me if I've missed something, but as far as I can tell the server cert isn't authorised to sign client certs, so I can't see how it could work. The CA can sign client certs. There can be multiple levels of

Re: cert bootstrap bug? (was Re: definitely, I have a problem with eap-tls)

2008-08-22 Thread Alan DeKok
Andrew Hood wrote: That's what Sergio seemed to be getting at in changing with the Makefile to have a CA rather than the server sign the client cert. Is that the better way? It's a different way. The question you want to ask is if the *CA* issues client certificates, or if the *server*

Re: cert bootstrap bug? (was Re: definitely, I have a problem with eap-tls)

2008-08-21 Thread Andrew Hood
Alan DeKok wrote: William Hegardt wrote: EAP-TLS authentication fails with the fatal unknown ca message. The server cert may need to be marked with CA:true If I hack the Makefile like Sergio mentioned last month to sign the client certificate with the CA key, then authentication

Re: cert bootstrap bug? (was Re: definitely, I have a problem with eap-tls)

2008-08-21 Thread Alan DeKok
Andrew Hood wrote: Pardon me if I've missed something, but as far as I can tell the server cert isn't authorised to sign client certs, so I can't see how it could work. The CA can sign client certs. There can be multiple levels of CA's. Verisign, your company, the local division, etc. This

Re: cert bootstrap bug? (was Re: definitely, I have a problem with eap-tls)

2008-08-20 Thread Alan DeKok
William Hegardt wrote: EAP-TLS authentication fails with the fatal unknown ca message. The server cert may need to be marked with CA:true If I hack the Makefile like Sergio mentioned last month to sign the client certificate with the CA key, then authentication succeeds. That can work,

Re: cert bootstrap bug? (was Re: definitely, I have a problem with eap-tls)

2008-08-19 Thread William Hegardt
I hate to resurrect this long thread from July 22-28, but I have the same problem and never saw a resolution. I'm using FreeRadius 2.0.5 on CentOS 5.2 with wpa_supplicant 0.6.4 (latest to date). I'm using the bootstrap script to generate example certificates. I also created a client certificate

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-27 Thread Sergio
Anders Holm escribió: [snip] rlm_pap: WARNING! No known good password found for the user. Authentication may fail because of this. //Normal, i am not willing to do PAP but mschapv2 me If you’re not using a module, disable it. All it’ll do is add latency, delays and

Re: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-27 Thread Alan DeKok
Sergio wrote: I'm agree, a good begining would be comment out all modules you're not using. The instances of the modules are in sites-enabled/default and sites-enabled/inner-tunnel (for peap and ttls). For debugging... no. The default configuration file WORKS in the widest possible set of

Re : Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-27 Thread Reveal MAP
I'm agree, a good begining would be comment out all modules you're not using. The instances of the modules are in sites-enabled/default and sites-enabled/inner-tunnel (for peap and ttls). - --- Donb't worry, it will be done soon (as soon as the week starts again ). i really want to figure it

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-27 Thread Reveal MAP
with eap-tls) Sergio wrote: I'm agree, a good begining would be comment out all modules you're not using. The instances of the modules are in sites-enabled/default and sites-enabled/inner-tunnel (for peap and ttls). For debugging... no. The default configuration file WORKS in the widest

Re: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-27 Thread Alan DeKok
Reveal MAP wrote: Yes, Alan, we already now that thedefault config do works! my mind: freeradius (in our case, sergio and me) is correctly configured. But, we encounterd a problem showing no error message. so to make the log slimmer, why not deactivate some non mandatory module in our

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-27 Thread Reveal MAP
problem out . - Message d'origine De : Alan DeKok [EMAIL PROTECTED] À : FreeRadius users mailing list freeradius-users@lists.freeradius.org Envoyé le : Dimanche, 27 Juillet 2008, 19h42mn 23s Objet : Re: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls) Reveal MAP

Re: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-27 Thread Alan DeKok
Reveal MAP wrote: now we know what not to do at all. we are still wondering what we have to do. Use a client that isn't broken. Sorry. Try SecureW2. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-26 Thread Sergio
Reveal MAP escribió: installing ca.der and putting user pass into client machine, the authentication doesn't work? -- no, it doesn't! you only need ca.der but, if you have an active directory like LDAP, check if your comunication with AD server also have tls authentication. Into ldap

Re: Re : Re : Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-26 Thread Phil Mayers
see the logf there: http://tinypaste.com/5b99b Your problem is nothing to do with certificates. The PEAP tunnel gets setup correctly, the MS-CHAP client-server auth succeeds, but the final server-client (mutual) auth appears to fail. This could be for a number of reasons, but it's a

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-26 Thread Reveal MAP
thanx for responding dude. let's take a look at this part of log! (remember too that i am a new linux, many thing are still chinese for me) i agree, my certificate are OK to do EAP in general my coments are the red lines : my mschap module config is: -- mschap { use_mppe =

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-26 Thread Reveal MAP
PROTECTED] À : FreeRadius users mailing list freeradius-users@lists.freeradius.org Envoyé le : Vendredi, 25 Juillet 2008, 20h51mn 58s Objet : Re : Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls) Are you using vista supplicant? By reading the last lines of your radius

Re: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-26 Thread Anders Holm
[snip] rlm_pap: WARNING! No known good password found for the user. Authentication may fail because of this.//Normal, i am not willing to do PAP but mschapv2 me If you¹re not using a module, disable it. All it¹ll do is add latency, delays and unnecessary log

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-26 Thread Reveal MAP
hmm... it's true i didn't test authentication with another laptop! i will! and i will too with secureW2 instead ofXP built-in wireless manager, and see!! see the logf there: http://tinypaste.com/5b99b Your problem is nothing to do with certificates. The PEAP tunnel gets setup correctly, the

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-26 Thread Reveal MAP
e: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls) http://tinypaste.com/5b99b = Radiusd -X output. [snip] rlm_pap: WARNING! No known good password found for the user. Authentication may fail because of this.//Normal, i am not willing to do

Re: cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-25 Thread Phil Mayers
On Thu, Jul 24, 2008 at 09:14:54PM +0200, Alan DeKok wrote: Phil Mayers wrote: Alan - it does look to my untrained eye as if the client.crt Makefile target in /etc/raddb/certs is signing the client key with the server key. Is this intentional, or a bug? It's intentional. It's a perfectly

Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-25 Thread Reveal MAP
freeradius-users@lists.freeradius.org Envoyé le : Jeudi, 24 Juillet 2008, 19h54mn 32s Objet : Re: cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls) Sergio wrote: But the debug I posted shows that radius doesn't recognize the issuer of client cert using default certs

Re: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-25 Thread Sergio
: FreeRadius users mailing list freeradius-users@lists.freeradius.org Envoyé le : Jeudi, 24 Juillet 2008, 19h54mn 32s Objet : Re: cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls) Sergio wrote: But the debug I posted shows that radius doesn't recognize the issuer of client cert

Re : Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-25 Thread Reveal MAP
d'origine De : Sergio [EMAIL PROTECTED] À : FreeRadius users mailing list freeradius-users@lists.freeradius.org Envoyé le : Vendredi, 25 Juillet 2008, 13h20mn 54s Objet : Re: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls) Reveal MAP escribió: HOW TO FIX THE PROBLEM

Re: Re : Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-25 Thread Sergio
open! - Message d'origine De : Sergio [EMAIL PROTECTED] À : FreeRadius users mailing list freeradius-users@lists.freeradius.org Envoyé le : Vendredi, 25 Juillet 2008, 13h20mn 54s Objet : Re: Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls) Reveal MAP

Re : Re : Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-25 Thread Reveal MAP
installing ca.der and putting user pass into client machine, the authentication doesn't work? -- no, it doesn't! you only need ca.der but, if you have an active directory like LDAP, check if your comunication with AD server also have tls authentication. Into ldap module you can

Re : Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-25 Thread nf-vale
Are you using vista supplicant? By reading the last lines of your radius debug file it seems so... See earlier posts with subject: PEAP or TTLS and Microsoft Vista. Sex, 2008-07-25 às 17:10 +, Reveal MAP escreveu: installing ca.der and putting user pass into client machine, the

Re: Re : Re : cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-25 Thread Sergio
nf-vale escribió: Are you using vista supplicant? By reading the last lines of your radius debug file it seems so... See earlier posts with subject: PEAP or TTLS and Microsoft Vista. Sex, 2008-07-25 às 17:10 +, Reveal MAP escreveu: installing ca.der and putting user pass into

Re: definitively, I have a problem with eap-tls

2008-07-24 Thread Sergio
Sorry, I'll do the things right jeje Log using default configuration except: -default_eap_type = tls into eap.conf -client 192.168.0.0/24 { secret = testing123 shortname = kely } into clients.conf, and ap configuration ok (still not in the garbage)

Re: definitively, I have a problem with eap-tls

2008-07-24 Thread Sergio
Phil Mayers escribió: Sergio wrote: Sorry, I'll do the things right jeje I haven't been reading all your emails, but what I have read is very confusing. So I'm sorry if I misunderstand. The error message seems very very clear. FreeRadius cannot verify the client certificate. This means

Re: definitively, I have a problem with eap-tls

2008-07-24 Thread Phil Mayers
ok :) I provide certificate files and eap.conf in a tar ball to not to post a mail too long. If I print [EMAIL PROTECTED] in text form I see how radius is the issuer of the certificate. This is the default PKI and I don't know what I'm doing wrong. Thanks for your attention. I get the

Re: definitively, I have a problem with eap-tls

2008-07-24 Thread Sergio
Phil Mayers escribió: ok :) I provide certificate files and eap.conf in a tar ball to not to post a mail too long. If I print [EMAIL PROTECTED] in text form I see how radius is the issuer of the certificate. This is the default PKI and I don't know what I'm doing wrong. Thanks for your

cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-24 Thread Phil Mayers
Yeah!! Then you're agree with me. I've been explaining (trying) in this forum that client cert must be signed by ca cert. bootstrap command sign client cert with server.key and this not works. The solution is to replace de signing in certs/Makefile (-key server.key -cert server.pem should be

Re: cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-24 Thread Alan DeKok
Phil Mayers wrote: Alan - it does look to my untrained eye as if the client.crt Makefile target in /etc/raddb/certs is signing the client key with the server key. Is this intentional, or a bug? It's intentional. It's a perfectly valid use of certificate chains. The idea is that you have

Re: cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-24 Thread Sergio
Alan DeKok escribió: Phil Mayers wrote: Alan - it does look to my untrained eye as if the client.crt Makefile target in /etc/raddb/certs is signing the client key with the server key. Is this intentional, or a bug? It's intentional. It's a perfectly valid use of certificate chains.

Re: cert bootstrap bug? (was Re: definitively, I have a problem with eap-tls)

2008-07-24 Thread Sergio
Alan DeKok escribió: Phil Mayers wrote: Alan - it does look to my untrained eye as if the client.crt Makefile target in /etc/raddb/certs is signing the client key with the server key. Is this intentional, or a bug? It's intentional. It's a perfectly valid use of certificate chains.

Re: definitively, I have a problem with eap-tls

2008-07-23 Thread Sergio
Sergio escribió: HI, continuing with Reveal MAP problem with unknown ca's under eap-tls using default configuration private_key_file = ${certdir}/server.pem certificate_file = ${certdir}/server.pem CA_file = ${cadir}/ca.pem freeradius tell me this: rlm_eap_tls: TLS 1.0 Handshake [length

Re: definitively, I have a problem with eap-tls

2008-07-23 Thread Sergio
Sergio escribió: Sergio escribió: HI, continuing with Reveal MAP problem with unknown ca's under eap-tls using default configuration private_key_file = ${certdir}/server.pem certificate_file = ${certdir}/server.pem CA_file = ${cadir}/ca.pem freeradius tell me this: rlm_eap_tls: TLS 1.0

definitively, I have a problem with eap-tls

2008-07-22 Thread Sergio
HI, continuing with Reveal MAP problem with unknown ca's under eap-tls using default configuration private_key_file = ${certdir}/server.pem certificate_file = ${certdir}/server.pem CA_file = ${cadir}/ca.pem freeradius tell me this: rlm_eap_tls: TLS 1.0 Handshake [length 0bdb], Certificate

problem with eap-tls authentication

2007-08-28 Thread HBA BOX
Hello, I'm using radius server and and linksys access point configured to use radius security mode and windows xp in my laptop as wlan client configured like that: network authentication: open data encryption: WEP enable IEEE 802.1x authentication for this NW EAP type: smartcard or

Re: Problem in EAP-TLS Authentication

2007-07-19 Thread Alan DeKok
Govardhana K N wrote: I was trying to configure EAP with TLS/TTlS. After enabling TLS/TTLS in eap.conf, I tried sending an Radius Access-Request with EAP-Identitye response. The Server is crashing becoz of segmentation fault. The debug lod from the server is given below. See doc/bugs The

Problem in EAP-TLS Authentication

2007-07-18 Thread Govardhana K N
Hi, I was trying to configure EAP with TLS/TTlS. After enabling TLS/TTLS in eap.conf, I tried sending an Radius Access-Request with EAP-Identitye response. The Server is crashing becoz of segmentation fault. The debug lod from the server is given below.

Re: problem with EAP-TLS

2007-04-06 Thread Alan DeKok
Ivan wrote: Hi, i am using freeradius 1.1.3 and i have a problem with eap-tls, in full log it seems that it works, but windows xp client cannot connect This is in the FAQ. In 1.1.4 and later, there's also a long explanation in eap.conf. Alan DeKok. -- http://deployingradius.com

Re: Problem configuration eap-tls

2006-09-22 Thread A . L . M . Buxey
Hi, tls { private_key_password = ** # have I to put the server pass phrase here? yes. the pass phrase goes there. private_key_file = ${raddbdir}/certs/server_keycert.pem certificate_file =

Re: Problem configuration eap-tls

2006-09-22 Thread listas
all of these files mentioned exist and are readable by the radiusd process? Yes, all of them have chmod 777 just in case. The contents of server_keycert.pem and cacert.pem is the following: server_keycert.pem: -BEGIN RSA PRIVATE KEY- Proc-Type: 4,ENCRYPTED DEK-Info:

Re: Problem configuration eap-tls

2006-09-22 Thread K. Hoercher
Hi, hm, the _full_ debugging output (-X as has been time and time again been mentioned here, faq, etc.) would show, where exactly freeradius wants to read that file. No such file or directory does point pretty strong into the direction of the problem one would think. regards K. Hoercher - List

Problem configuration eap-tls

2006-09-21 Thread listas
Hello!I'm OrgacK and this is my first post. I'm try to configure my own radius server for my house but before a lot of attempts I haven't got it. I always obtain same error: Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module:

Re: Problem configuration eap-tls

2006-09-21 Thread A . L . M . Buxey
Hi, rlm_eap_tls: Loading the certificate file as a chain rlm_eap: SSL error error:02001002:system library:fopen:No such file or directory rlm_eap_tls: Error reading Trusted root CA list rlm_eap: Failed to initialize type tls it cant load the certificate file. please post your eap.conf

Re: Problem configuration eap-tls

2006-09-21 Thread listas
Hi, rlm_eap_tls: Loading the certificate file as a chain rlm_eap: SSL error error:02001002:system library:fopen:No such file or directory rlm_eap_tls: Error reading Trusted root CA list rlm_eap: Failed to initialize type tls it cant load the certificate file. please post your

Problem with EAP/TLS authentication

2006-03-06 Thread Guillaume
hi, i am in trouble in the configuration of my radius server, eap/tls and wifi clients, i dont know where is the error, if its in my conf or if its in my certificates... I run the freeradius version 1.0.4. When Wifi client running winXP sp2 try to connect the radius, i have this following error

Re: Problem with EAP/TLS authentication

2006-03-06 Thread Alan DeKok
Guillaume [EMAIL PROTECTED] wrote: I run the freeradius version 1.0.4. You should probably upgrade. rlm_eap_tls: Received unexpected tunneled data after successful handshake. I recall that's a problem with machine accounts, or some other Windows weirdness. See the list archives.

  1   2   >