FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Darlington, Andrew
Hi all I'm trying to setup a very basic test server using FreeRADIUS (running on Ubuntu 12.04) that uses PEAP with the example certificates generated by FreeRADIUS. I keep running into a variety of fairly basic problems. After running freeradius -X I get this error message. Couldn't open

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Alan DeKok
Darlington, Andrew wrote: I’m trying to setup a very basic test server using FreeRADIUS (running on Ubuntu 12.04) that uses PEAP with the example certificates generated by FreeRADIUS. See http://deployingradius.com It has a detailed guide for EAP / PEAP. Couldn't open /etc/freeradius

RE: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Darlington, Andrew
Thanks for the fast reply. See http://deployingradius.com It has a detailed guide for EAP / PEAP. I'm actually following that one, it's very helpful, however I keep running into problems that aren't covered. You're running it as a normal user, and the file is owned by root (or another

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread A . L . M . Buxey
Hi, I'm trying to setup a very basic test server using FreeRADIUS (running on Ubuntu 12.04) that uses PEAP with the example certificates generated by FreeRADIUS. out of the box, freeRADIUS works - you just need, for testing to add your user/pass to the 'users' file and your NAS

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread A . L . M . Buxey
hi, check permissions/owner etc of /etc/freeradius and the contents alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Phil Mayers
On 15/08/13 14:30, Darlington, Andrew wrote: Couldn't open /etc/freeradius/acct_users for reading: Permission denied Errors reading /etc/freeradius/acct_users /etc/freeradius/modules/files[7]: Instantiation failed for module files /etc/freeradius/sites-enabled/inner-tunnel[124]: Failed to load

RE: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Darlington, Andrew
Hi Thanks for all the replies! Going through all the permissions of the various files freeradius complained about fixed it like Phil Mayers and Alan said. I also fixed the radtest problem. This just need to have freeradius restarted normally. I'm now working on PEAP with an Ubuntu client

Re: Question on certificates before deep dive into EAP-TLS

2013-04-12 Thread Alan DeKok
Mathieu Simon wrote: Telling students how to install a internal CA root isn't going to work, it already didn't work for teachers in the past ... Yes. That is a problem. But allowing only (internal) devices with certs from the internal CA through CA_file would allow us to more easily

Question on certificates before deep dive into EAP-TLS

2013-04-11 Thread Mathieu Simon
G'day As a (hopefully) answer-able question to those experienced with EAP-TLS that I've been twisting my brain: Usually I've seen example for EAP-TLS setups that used a server-side certificate issued from the same CA as the one it should allow EAP-TLS clients who present their certificate to FR.

Re: Question on certificates before deep dive into EAP-TLS

2013-04-11 Thread Alan DeKok
Mathieu Simon wrote: Usually I've seen example for EAP-TLS setups that used a server-side certificate issued from the same CA as the one it should allow EAP-TLS clients who present their certificate to FR. Yes. Am I guessing correctly that CA_file can contain a different list of CA(s)

Re: Question on certificates before deep dive into EAP-TLS

2013-04-11 Thread Mathieu Simon
Hi Am 11.04.2013 20:08, schrieb Alan DeKok: snip! The real-life example would be that people could use PEAP-MSCHAPv2 for credential-based logins (server certificate being signed by a trusted external CA) While that works, it's not recommended. It means that the client will trust *any*

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread Stephan Manske
Am 23.01.2013, 19:53 Uhr, schrieb Stephan Manske gmane-re...@stephan.manske-net.de: Yes, it is a ssl problem, the ca.key and all the certs are incompatible. And no, it is not only a ssl problem, it is a freeradius problem, too: Unless the makefile in certs is provided by openssl, but I

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread Stephan Manske
Am 22.01.2013, 22:19 Uhr, schrieb Alan DeKok al...@deployingradius.com: Stephan Manske wrote: [tls] -- verify return:1 -- verify error:num=7:certificate signature failure [tls] TLS 1.0 Alert [length 0002], fatal decrypt_error TLS Alert write:fatal:decrypt error TLS_accept: error in SSLv3

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread Alan DeKok
Stephan Manske wrote: Unless the makefile in certs is provided by openssl, but I think this is freeradius stuff, or? The Makefile I pointed to was written by me. It runs OpenSSL scripts to create certificates. It uses sample configurations written by me. It works for *everyone* else

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread Alan DeKok
Stephan Manske wrote: I think I found the issue: ... makes ca.key dependant to the date of index.txt and serial Both files are updated every time a new client cert is build. IMHO. OK. That's a better explanation than FreeRADIUS is wrong. There's a fix on github, which will be in 2.2.1.

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread A . L . M . Buxey
Hi, IMHO these patch https://github.com/FreeRADIUS/freeradius-server/commit/2d3f119cd8d9e99028f968db1ee108eb6f05db09#raddb/certs/Makefile with +ca.key ca.pem: ca.cnf index.txt serial you stated earlier that you didnt touch freeradius...that all you did was update OpenSSL to the latest

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread Stephan Manske
Am 23.01.2013, 21:03 Uhr, schrieb Alan DeKok al...@deployingradius.com: Stephan Manske wrote: Unless the makefile in certs is provided by openssl, but I think this is freeradius stuff, or? It works for *everyone* else. If you didn't use the Makefiles to create the certs, then don't

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread John Dennis
On 01/23/2013 01:53 PM, Stephan Manske wrote: IMHO these patch https://github.com/FreeRADIUS/freeradius-server/commit/2d3f119cd8d9e99028f968db1ee108eb6f05db09#raddb/certs/Makefile with +ca.key ca.pem: ca.cnf index.txt serial makes ca.key dependant to the date of index.txt and serial Both

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread Stephan Manske
Am 23.01.2013, 21:13 Uhr, schrieb Alan DeKok al...@deployingradius.com: Stephan Manske wrote: I think I found the issue: ... makes ca.key dependant to the date of index.txt and serial Both files are updated every time a new client cert is build. IMHO. OK. That's a better explanation

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread Stephan Manske
fault, not to think about an update months ago. Really sorry. So, it was a coexistence: all worked fine, then I updated openssl, made a new client certificate to test it (unfortunately the first time for months) and from now on my older certificates gave me ssl errors. So it looks to me

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-23 Thread Alan DeKok
Stephan Manske wrote: Does this work with specific make commands only? So you cannot use it in freeradius to be compatible? It only works with GNU Make. Version 3 has a new build system, which requires GNU Make. It could be done there. Alan DeKok. - List info/subscribe/unsubscribe? See

suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-22 Thread Stephan Manske
Hello! I have a huge problem with freeradius 2.2.0 on my eisfair server (www.eisfair.org) and users using certificates to authenticate. first of all: this should not be a how must I config my freeradius to work? problem. These installation with these certificates and these config worked

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-22 Thread Alan DeKok
Stephan Manske wrote: first of all: this should not be a how must I config my freeradius to work? problem. These installation with these certificates and these config worked for over 8 month very well. And suddenly I got the problem. OK. changes before the problem occurs: I updated openssl

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-22 Thread Stephan Manske
of cases I found via google cert A was the problem). I would suggest manually verifying the certificates using the openssl command-line tool. It may be that the signatures are broken. any hint where I can found more to read about what I should test? Which parameters I have to use with openssl

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-22 Thread Stephan Manske
Am 22.01.2013, 23:44 Uhr, schrieb Alan DeKok al...@deployingradius.com: Stephan Manske wrote: any hint where I can found more to read about what I should test? Which parameters I have to use with openssl command? See raddb/certs/Makefile, it's all there. OK, and I will try my luck at

Re: suddenly problem with certificates / error in SSLv3 read client certificate B

2013-01-22 Thread Alan DeKok
code, or in the certificates. What is about all this stuff: EAP-Message = 0x010304000dc009b3160301003102 State = 0x7d1f9f227f1c92c8e3xx and so on? There's nothing secret in that. Am I right when I suggest this certificate B is the CA certificate? I'm not really sure

distinguish between revoked and expired certificates

2012-09-07 Thread Wegener, Norbert
Is it possible to distinguish between expired and revoked certificates and assign a special vlan in the first case while rejecting the user in the second one? As in both cases the certificate is invalid, I suppose the answer is no. The probably best way would be to organize the the renewal

Re: distinguish between revoked and expired certificates

2012-09-07 Thread Phil Mayers
On 09/07/2012 10:05 AM, Wegener, Norbert wrote: Is it possible to distinguish between expired and revoked certificates and assign a special vlan in the first case while rejecting the user in the second one? As in both cases the certificate is invalid, I suppose the answer is no. If it's even

Re: distinguish between revoked and expired certificates

2012-09-07 Thread Alan DeKok
Wegener, Norbert wrote: Is it possible to distinguish between expired and revoked certificates and assign a special vlan in the first case while rejecting the user in the second one? As in both cases the certificate is invalid, I suppose the answer is no. Both will cause Access-Reject

How to Disable on Iphone and MAC OSX Clients use of Certificates

2012-07-09 Thread Nedi
Hi, I use on Bufallo Router the Freeradius Server future and all works well with Certificates, but sometimes after router reboot some clients can’t login in the Network if Certificate used. If I disable the certificate check on windows I can login without Certificate but on new Macbook

Re: How to Disable on Iphone and MAC OSX Clients use of Certificates

2012-07-09 Thread Patrick Machauer
Hello, Nedi n...@gmx.ch hat am 9. Juli 2012 um 13:24 geschrieben: Hi, I use on Bufallo Router the Freeradius Server future and all works well with Certificates, but sometimes after router reboot some clients can’t login in the Network if Certificate used. If I disable

Re: Blackberry disabled server certificates query

2012-04-03 Thread DaveA
on the RADIUS server Regards, Dave -- View this message in context: http://freeradius.1045715.n5.nabble.com/Blackberry-disabled-server-certificates-query-tp5159946p5615207.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org

Creating Certificates for EAP

2012-03-14 Thread suggestme
Hi, I am trying to create certificates in Freeradius going inside /usr/local/etc/raddb/certs. I need these certificates for EAP-TTLS authentication for wireless access points. As suggested in deployingradius.com and README inside /usr/local/etc/raddb/certs; I tried to create Test Certificates

Re: Creating Certificates for EAP

2012-03-14 Thread Alan DeKok
suggestme wrote: Also I tried ./bootstrap going inside the same certs directory; it also doesn't do anything. Running a shell script doesn't work? It doesn't generate errors? Your OS is completely broken. Or, *something* happened, and you ignored it. Alan DeKok. - List

Re: Creating Certificates for EAP

2012-03-14 Thread Prateek Kumar
am trying to create certificates in Freeradius going inside /usr/local/etc/raddb/certs. I need these certificates for EAP-TTLS authentication for wireless access points. As suggested in deployingradius.com and README inside /usr/local/etc/raddb/certs; I tried to create Test Certificates

Re: Creating Certificates for EAP

2012-03-14 Thread suggestme
directory? Thanks -- View this message in context: http://freeradius.1045715.n5.nabble.com/Creating-Certificates-for-EAP-tp5564660p5564962.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Certificates not working

2012-03-14 Thread Scott McLane Gardner
Okay, I followed the instructions in the certs README, created the CSR and got a certificate from GeoTrust. When I install it and try to start the server, I get the following error messages: rlm_eap: SSL error error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt rlm_eap_tls:

Re: Certificates not working

2012-03-14 Thread Scott McLane Gardner
Just to get the server running, I tried moving all the things out of that directory, then doing the ./bootstrap thing and it still gives that error when trying to start the server. -Scott On 3/14/12 3:44 PM, Scott McLane Gardner sgar...@uark.edu wrote: Okay, I followed the instructions in the

Re: Certificates not working

2012-03-14 Thread Alan DeKok
Scott McLane Gardner wrote: Okay, I followed the instructions in the certs README, created the CSR and got a certificate from GeoTrust. When I install it and try to start the server, I get the following error messages: rlm_eap: SSL error error:06065064:digital envelope

Re: Certificates not working

2012-03-14 Thread Scott McLane Gardner
On 3/14/12 4:05 PM, Alan DeKok al...@deployingradius.com wrote: Scott McLane Gardner wrote: Okay, I followed the instructions in the certs README, created the CSR and got a certificate from GeoTrust. When I install it and try to start the server, I get the following error messages:

Re: Certificates not working

2012-03-14 Thread Alan DeKok
Scott McLane Gardner wrote: Doesn't it just use server.cnf to set the password for the key and the CSR? To *make* the certificates, yes. For EAP, you need to configure the passwords in eap.conf. This is documented. server.cnf is an OpenSSL configuration file. FreeRADIUS doesn't read

Re: Certificates not working

2012-03-14 Thread Alan Buxey
Hi, Doesn't it just use server.cnf to set the password for the key and the CSR? server.cnf is for openSSL - applications such as FreeRADIUS and Apache have their own configuration files for private certificate keys etc - eap.conf in your case alan - List info/subscribe/unsubscribe? See

Re: Certificates not working

2012-03-14 Thread Scott McLane Gardner
FreeRADIUS doesn't read OpenSSL configuration files. Alan DeKok. Gosh, I feel like a dummy. Thanks. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Creating Certificates for EAP

2012-03-14 Thread Prateek Kumar
://freeradius.1045715.n5.nabble.com/Creating-Certificates-for-EAP-tp5564660p5564962.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: Blackberry disabled server certificates query

2012-02-01 Thread Alan Buxey
hi, just to revisit this recent thread. Was at a site who were implementing 802.1X authentication and they noted the Blackberry issue - some devices okay, others not... the FreeRADIUS server was configured to have the WHOLE CA chain of certs (root, intermediate,server signer and server cert) in

Re: Distributing Certificates

2012-01-20 Thread Mark Holmes
already have the relevant root certificate and so will trust the certificate presented by the server. This is assuming he is using certificates for confirming identity of the server, not for EAP-TLS etc. Cheers, Mark On 6 Jan 2012, at 21:43, Sallee, Stephen (Jake) jake.sal...@umhb.edu wrote

Blackberry disabled server certificates query

2012-01-20 Thread lmgo5991
-certificates-query-tp5159946p5159946.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Distributing Certificates

2012-01-20 Thread Phil Mayers
On 01/20/2012 08:16 AM, Mark Holmes wrote: Your problem is going to bedistributing the server cert to theclients NOT distributing client Maybe I've missed something here, but why will he need to distribute a cert to clients? If you're using a private CA for signing the radius server certs,

RE: Blackberry disabled server certificates query

2012-01-20 Thread Garber, Neal
if you leave the box unchecked disable server certificate validation then the blackberry connects fine if you uncheck connection fails failed to connect. You wrote, ...if you leave it unchecked... (it)... connects fine if you uncheck (it the) connection fails??? Did you mean to say if you

Re: Blackberry disabled server certificates query

2012-01-20 Thread Alan DeKok
lmgo5991 wrote: We are testing various deivces with our new eduroam wirelss and so far so good. However, an issue cropped up with blackberrys where during the setup, if you leave the box unchecked disable server certificate validation then the blackberry connects fine if you uncheck

RE: Blackberry disabled server certificates query

2012-01-20 Thread Palmer J.D.F.
: 20 January 2012 11:13 To: 'FreeRadius users mailing list' Subject: RE: Blackberry disabled server certificates query if you leave the box unchecked disable server certificate validation then the blackberry connects fine if you uncheck connection fails failed to connect. You wrote

RE: Blackberry disabled server certificates query

2012-01-20 Thread Bruce Nunn
...@lists.freeradius.org [mailto:freeradius-users- bounces+j.d.f.palmer=swansea.ac...@lists.freeradius.org] On Behalf Of Garber, Neal Sent: 20 January 2012 11:13 To: 'FreeRadius users mailing list' Subject: RE: Blackberry disabled server certificates query if you leave the box unchecked disable server

Re: Distributing Certificates

2012-01-20 Thread Alan Buxey
Hi, If you're using a private CA for signing the radius server certs, which is generally cited as best practice because it provides belt braces; in the event a client does not learn subsequently re-check the cert CN, a public CA would allow an attacker to impersonate your SSID. A

Re: Distributing Certificates

2012-01-20 Thread Phil Mayers
On 01/20/2012 02:36 PM, Alan Buxey wrote: CA distribution was always the issue for private CA - but most sites now go for using a deployment tool of some kind to get clients set up - and all of them can deal with installing a CA, so thats a problem gone. the system is closed-loop, visitors

Distributing Certificates

2012-01-06 Thread McSparin, Joe
on 600 computers or is there some way that the server passes out certificates when the machine logs on. Or do I have an incorrect understanding of how to implement 802.1x security. Joseph R. McSparin Network Administrator Hill Country Memorial Hospital 830 990 6638 phone 830 990 6623 fax jmcspa

RE: Distributing Certificates

2012-01-06 Thread Danner, Mearl
[mailto:freeradius-users-bounces+jmdanner=samford@lists.freeradius.org] On Behalf Of McSparin, Joe Sent: Friday, January 06, 2012 10:18 AM To: FreeRadius users mailing list Subject: Distributing Certificates Now that I have my Radius server configured I need to begin implementation I have 600

RE: Distributing Certificates

2012-01-06 Thread David Mitton
You can do such things as suggested... but you haven't articulated what your goal is and what you will be using the certificates for? 802.1X doesn't require certificates... but you may want to use them depending on what you are trying to do. Dave. Quoting Danner, Mearl jmdan...@samford.edu

Re: Distributing Certificates

2012-01-06 Thread Francois Gaudreault
If you PCs are all Windows, and they are all member of an AD domain (or subdomains), use PEAP with machine auth (or machine+user auth). It is much less painful than deploy 600 client certificates. PEAP also works with Mac OSZ and Linux box using user authentication. On 12-01-06 1:44 PM

RE: Distributing Certificates

2012-01-06 Thread McSparin, Joe
I don't have any particular desire to use certificates thus far in testing mode have been using PEAP and just ignoring the warning that tells me there is a certificate on the server that doesn't match. I assumed in deployment I would have to install certificates so the users wouldn't

Re: Distributing Certificates

2012-01-06 Thread Francois Gaudreault
be easily done using a GPO like others said. Unless you want to do EAP-TLS, but that's another story. On 12-01-06 4:07 PM, McSparin, Joe wrote: I don't have any particular desire to use certificates thus far in testing mode have been using PEAP and just ignoring the warning that tells me

Re: Distributing Certificates

2012-01-06 Thread Alan Buxey
Hi, I don't have any particular desire to use certificates thus far in testing mode have been using PEAP and just ignoring the warning that tells me there is a certificate on the server that doesn't match. I assumed in deployment I would have to install certificates so the users wouldn't

RE: Distributing Certificates

2012-01-06 Thread Sallee, Stephen (Jake)
Subject: RE: Distributing Certificates I don't have any particular desire to use certificates thus far in testing mode have been using PEAP and just ignoring the warning that tells me there is a certificate on the server that doesn't match. I assumed in deployment I would have to install certificates

Not sending all trusted CA Certificates in EAP-TLS Server Hello

2012-01-04 Thread Daniel Finger
Hi! We are using 802.1X EAP TTLS to Authenticate Phones in our network. It is working, but after seeing a tcpdump, the Radius Server is sending all known CA Certificates to the Client during EAP TLS Negotiation. Our Config looks like this: private_key_file = ${certdir}/radius_server.key

Re: Not sending all trusted CA Certificates in EAP-TLS Server Hello

2012-01-04 Thread Alan DeKok
Daniel Finger wrote: We are using 802.1X EAP TTLS to Authenticate Phones in our network. It is working, but after seeing a tcpdump, the Radius Server is sending all known CA Certificates to the Client during EAP TLS Negotiation. That's largely how EAP-TLS works. CA_file = ${cadir

Re: Not sending all trusted CA Certificates in EAP-TLS Server Hello

2012-01-04 Thread Daniel Finger
Hi! As far as I can see the Server does not send the full certificates, but only announces the certificates the server knows. I did not read the RFC yet, but I assume that this only informs the client which certificates can be requested to verify the server certificate chain. Am 04.01.2012 15:09

Is it Possible to use FreeRadius without certificates

2011-12-26 Thread McSparin, Joe
I would like to just have freeRadius authenticate against my active directory in windows using only the user name and password in Active Directory for authentication. Is this possible to do I don't want to have to mess with installing certificates on the user machines or the server

Re: Is it Possible to use FreeRadius without certificates

2011-12-26 Thread Alan DeKok
McSparin, Joe wrote: I would like to just have freeRadius authenticate against my active directory in windows using only the user name and password in Active Directory for authentication. Is this possible to do I don't want to have to mess with installing certificates on the user machines

Re: Is it Possible to use FreeRadius without certificates

2011-12-26 Thread Fajar A. Nugraha
to have to mess with installing certificates on the user machines or the server.  Is this possible? Should be possible, but that means you won't be able to use EAP or 802.1x. If you only use plain PAP/MSCHAP anyway, it should work. -- Fajar - List info/subscribe/unsubscribe? See http

RE: Error when trying to create certificates

2011-12-23 Thread McSparin, Joe
trying to create certificates McSparin, Joe wrote: It's not located in the /usr/local/etc/raddb directory where my install is but I did a search and it is located here /usr/local/share/examples/freeradius/raddb/certs/xpextensions. Find out who created the packaged (RPM, DEB, etc.) for your system

RE: Error when trying to create certificates

2011-12-23 Thread Herbert J. Skuhra
On Fri, Dec 23, 2011, at 08:52, McSparin, Joe wrote: It's a package add from FreeBSD ports. I'll try reinstalling it on another machine and see where it puts it. http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/freeradius2/files/pkg-message.in?rev=1.2;content-type=text%2Fplain -- Herbert -

RE: Error when trying to create certificates

2011-12-22 Thread McSparin, Joe
It's not located in the /usr/local/etc/raddb directory where my install is but I did a search and it is located here /usr/local/share/examples/freeradius/raddb/certs/xpextensions. Joseph R. McSparin Network Administrator Hill Country Memorial Hospital 830 990 6638 phone 830 990 6623 fax

Re: Error when trying to create certificates

2011-12-22 Thread Alan DeKok
McSparin, Joe wrote: It's not located in the /usr/local/etc/raddb directory where my install is but I did a search and it is located here /usr/local/share/examples/freeradius/raddb/certs/xpextensions. Find out who created the packaged (RPM, DEB, etc.) for your system, and file a bug. The

Re: Error when trying to create certificates

2011-12-22 Thread Fajar A. Nugraha
McSparin, Joe wrote: It's not located in the /usr/local/etc/raddb directory where my install is but I did a search and it is located here /usr/local/share/examples/freeradius/raddb/certs/xpextensions. That's weird. What OS/distro is this? OS packages would usualy put them in

Question at certificates

2011-11-24 Thread Andreas Rudat
Hi, I'm a little bit confused, I configure radius with self signed cert, peap+mschap, so if I tried to connect with an android or apple device I get the question if I want to accept the server cert, thats ok, but with windows or linux I get the error that there is no cert, but it still works, why

Re: Question at certificates

2011-11-24 Thread Alan DeKok
Andreas Rudat wrote: I'm a little bit confused, I configure radius with self signed cert, peap+mschap, so if I tried to connect with an android or apple device I get the question if I want to accept the server cert, thats ok, but with windows or linux I get the error that there is no cert, but

Re: Windows (7) Machine Certificates (Half Domain).

2011-10-19 Thread Christ Schlacta
On 10/15/2011 2:46, Phil Mayers wrote: On 10/15/2011 03:17 AM, Christ Schlacta wrote: I've got a handful of windows clients. I'm most concerned about the Windows 7 machines, but there are a few Vista, and even an XP client. I want to deploy Machine account certificates for wifi authentication

Re: Windows (7) Machine Certificates (Half Domain).

2011-10-15 Thread Phil Mayers
On 10/15/2011 03:17 AM, Christ Schlacta wrote: I've got a handful of windows clients. I'm most concerned about the Windows 7 machines, but there are a few Vista, and even an XP client. I want to deploy Machine account certificates for wifi authentication, so machines will be able to connect

Windows (7) Machine Certificates (Half Domain).

2011-10-14 Thread Christ Schlacta
I've got a handful of windows clients. I'm most concerned about the Windows 7 machines, but there are a few Vista, and even an XP client. I want to deploy Machine account certificates for wifi authentication, so machines will be able to connect to the network BEFORE the user logs on (mainly

Re: PEAP/TTLS and Client certificates

2010-12-04 Thread Alan DeKok
rdeboer wrote: I already enabled said option, the only problem is that this doesn't enforce the use of PEAP with a client certificate, as the TLS module is enabled and configured, it allows you to log in with just a client certificate using TLS. What I want is to enforce the use of not just

Re: PEAP/TTLS and Client certificates

2010-12-02 Thread rdeboer
So a few weeks later and still not much further.. Has anyone got an idea how I could force PEAP sessions to supply client a client certificate? -- View this message in context: http://freeradius.1045715.n5.nabble.com/PEAP-TTLS-and-Client-certificates-tp3238845p3289077.html Sent from

Re: PEAP/TTLS and Client certificates

2010-12-02 Thread Alan DeKok
rdeboer wrote: So a few weeks later and still not much further.. Has anyone got an idea how I could force PEAP sessions to supply client a client certificate? Read raddb/eap.conf. Look for client cert Alan DeKok. - List info/subscribe/unsubscribe? See

Re: PEAP/TTLS and Client certificates

2010-12-02 Thread rdeboer
with a client cert. Suppose I should have made that clearer in my post, sorry about that. -Remy -- View this message in context: http://freeradius.1045715.n5.nabble.com/PEAP-TTLS-and-Client-certificates-tp3238845p3289088.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List

Re: PEAP/TTLS and Client certificates

2010-11-04 Thread rdeboer
I'm using the Juniper Odyssey Access Client, you can download a trial from the Juniper website. So far it's the only supplicant I've come across that allows for PEAP or TTLS with client certificates. Drawback being you have to buy licenses for each instance of it running inside the company

Re: PEAP/TTLS and Client certificates

2010-11-04 Thread David Jea
Which OS? David On Thu, Nov 4, 2010 at 9:00 AM, rdeboer rem...@gmail.com wrote: I'm using the Juniper Odyssey Access Client, you can download a trial from the Juniper website. So far it's the only supplicant I've come across that allows for PEAP or TTLS with client certificates. Drawback

Re: PEAP/TTLS and Client certificates

2010-11-04 Thread rdeboer
Mostly windows 7 but linux and OSX would be nice too.. -- View this message in context: http://freeradius.1045715.n5.nabble.com/PEAP-TTLS-and-Client-certificates-tp3238845p3250786.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See

eap-tls certificates

2010-09-27 Thread Peter McEvoy
Hi. I'm in the process of setting up freeradius 2.1.9 on debian lenny/sparc. I've got everything working for eap tls with the self signed certificates that come with freeradius. This is working well for macs and some smartphones but I'm having trouble with windows machines. My research indicates

Re: Certificates

2010-09-16 Thread Alan DeKok
freerad...@corwyn.net wrote: I'm tinkering with my VPN setup using FreeRadius and AD, and getting Not possible to verify the identity of the server. Some googling shows that message can be related to certificates. Uh... the documentation on setting up EAP describes what you need to do

Certificates

2010-09-15 Thread freeradius
I'm tinkering with my VPN setup using FreeRadius and AD, and getting Not possible to verify the identity of the server. Some googling shows that message can be related to certificates. Some digging through the FreeRadius docs came up with: If FreeRADIUS was configured to use OpenSSL

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-14 Thread Esteban TALAVERA
if there is a way to configurates a Radius server + Mysql to authenticate Wireless clients via a Cisco AP without certificates (EAP TLS), only a username and password err, EAP needs certs..thats a fundamental building block. the RADIUS server needs to be signed by a CA and the client needs to have

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-14 Thread Kevin Ehlers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/13/10 3:40 PM, Esteban TALAVERA wrote: I´ll like to know if there is a way to configurates a Radius server + Mysql to authenticate Wireless clients via a Cisco AP without certificates (EAP TLS), only a username and password Are you using

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-14 Thread Esteban TALAVERA
a Radius server + Mysql to authenticate Wireless clients via a Cisco AP without certificates (EAP TLS), only a username and password Are you using an autonomous AP or a lightweight AP with a controller? If you have a controller, you can do webauth. For webauth, the only certificate required

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-14 Thread John Dennis
On 09/14/2010 11:53 AM, Esteban TALAVERA wrote: Thanks Is an autonomous AP. I'll try Freeradius+MySql+EAP-TLS schema. Huh? What's that? As has been pointed previously you must have a server cert if you're doing TLS. In addition the server cert should be signed by a trusted CA and the

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-14 Thread Alan Buxey
Hi, I´ll like to know if there is a way to configurates a Radius server + Mysql to authenticate Wireless clients via a Cisco AP without certificates (EAP TLS), only a username and password yes. we use Cisco APs - we used to use them in autonomous mode but moved to the lightweight LWAPP

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-14 Thread Kevin Ehlers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/14/10 11:38 AM, Alan Buxey wrote: Hi, I´ll like to know if there is a way to configurates a Radius server + Mysql to authenticate Wireless clients via a Cisco AP without certificates (EAP TLS), only a username and password yes. we use

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-14 Thread Alan Buxey
Hi, I agree for the most part. However, captive portals will still be in use for guest access. There's less administrative and helpdesk overhead for this type of deployment. On windows machines, the CA/cert trust has to be explicitly enabled. This can be a barrier for un-managed and

Freeradius + MySql + Wireless Clients without certificates

2010-09-13 Thread Esteban TALAVERA
Hi I´ll like to know if there is a way to configurates a Radius server + Mysql to authenticate Wireless clients via a Cisco AP without certificates (EAP TLS), only a username and password Thanks -- *Esteban Talavera* - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-13 Thread Marten Pape
Hi Esteban, this can be done via EAP-PEAP or EAP-TTLS, but not directly via TLS. Regards, Marten Pape Esteban TALAVERA schrieb: Hi I´ll like to know if there is a way to configurates a Radius server + Mysql to authenticate Wireless clients via a Cisco AP without certificates (EAP TLS

Re: Freeradius + MySql + Wireless Clients without certificates

2010-09-13 Thread Esteban TALAVERA
Hi Marten You mean configuring freeradius for EAP-PEAP its not necessary to creates certificates? Its possible to use with CISCO AP as NAS? Thanks On Mon, Sep 13, 2010 at 6:23 PM, Marten Pape marten.p...@pape-hn.de wrote: Hi Esteban, this can be done via EAP-PEAP or EAP-TTLS

Ignoring client certificates

2010-07-20 Thread Vijay Badola
Hi, Is there any option/configuration so that we can ignore the certificates sent by user? I am using eap-ttls mschapv2 and want to authenticate user by its password only not by certificate sent by user. Please help ,Regards Vijay Badola P We have responsibility to the environment

Re: Ignoring client certificates

2010-07-20 Thread Alan DeKok
Vijay Badola wrote: Hi, Is there any option/configuration so that we can ignore the certificates sent by user? Source code modifications. See the OpenSSL API. As always, patches are welcome. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

  1   2   3   >