cat-users AT lists.geant.org
Subject: The mailing list for users of the eduroam Configuration Assistant Tool (CAT)
List archive
- From: Michele de Varda <michele.devarda AT unimi.it>
- To: "Ayres G.J." <g.j.ayres AT swansea.ac.uk>
- Cc: "'cat-users AT geant.net'" <cat-users AT geant.net>, "eduroam AT unimi.it" <eduroam AT unimi.it>
- Subject: Re: [cat-users] Impossible to download Windows client
- Date: Thu, 25 Jun 2015 15:44:40 +0200
- List-archive: <http://mail.geant.net/pipermail/cat-users/>
- List-id: "The mailing list for users of the eduroam Configuration Assistant Tool \(CAT\)" <cat-users.geant.net>
Hi Gareth, thank you for your answer. In the Radius server we installed both server certificate (in attach our eap.conf file): [root@nekkar Verisign-Cert]# openssl x509 -noout -text -in eduroam_unimi_it.crt Certificate: Data: Version: 3 (0x2) Serial Number: 35:b3:75:3d:94:03:f3:cb:e6:44:a1:bc:9d:bb:1a:ed Signature Algorithm: sha256WithRSAEncryption Issuer: C=US, O=Symantec Corporation, OU=Symantec Trust Network, CN=Symantec Class 3 Secure Server CA - G4 Validity Not Before: Mar 2 00:00:00 2015 GMT Not After : Mar 2 23:59:59 2017 GMT Subject: C=IT, ST=Milano, L=Milano, O=Universita' degli Studi di Milano, OU=Div. Telecomunicazioni, CN=eduroam.unimi.it Subject Public Key Info: Public Key Algorithm: rsaEncryption RSA Public Key: (2048 bit)......... and chain file certificate: [root@nekkar Verisign-Cert]# openssl x509 -noout -text -in eduroam_chain.crt Certificate: Data: Version: 3 (0x2) Serial Number: 51:3f:b9:74:38:70:b7:34:40:41:8d:30:93:06:99:ff Signature Algorithm: sha256WithRSAEncryption Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5 Validity Not Before: Oct 31 00:00:00 2013 GMT Not After : Oct 30 23:59:59 2023 GMT Subject: C=US, O=Symantec Corporation, OU=Symantec Trust Network, CN=Symantec Class 3 Secure Server CA - G4 Subject Public Key Info: Public Key Algorithm: rsaEncryption RSA Public Key: (2048 bit)....... Also in the CAT configuration we put root certificate and chain file (see attached screenshot). Initially in the cat conf we put only the root certificate and it worked fine only with Windows and iOS, but didn't work with MAC OS X, so we put the chain ca file. Do you have any suggestions? Thank you again, Michele On 06/25/2015 02:41 PM, Ayres G.J.
wrote:
Hi,
I have tested your eap-config and it looks like it parses OK, and installs a Verisign CA Cert: CERT Subject=CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US Is this the correct CA cert you have configured in your radius setup?
You have a certificate chain present, so you need to ensure your radius server is sending the intermediates. I think you can test this via cat.eduroam.org site using the realm check. Can you test this please?
Thanks, Gareth Ayres.
From: Michele de Varda
[mailto:michele.devarda AT unimi.it]
Today the Windows CAT download for Univ.
degli Studi di Milano seems ok. On 06/24/2015 05:12 PM, Michele de Varda wrote:
-- Michele de Varda Università degli Studi di Milano Divisione Telecomunicazioni via G. Colombo 46 20133 Milano Tel. 02 50315306 |
##
## eap.conf -- Configuration for EAP types (PEAP, TTLS, etc.)
##
## $Id$
eap eap-personale {
default_eap_type = peap
timer_expire = 60
ignore_unknown_eap_types = no
cisco_accounting_username_bug = no
max_sessions = 2048
tls {
certdir = ${confdir}/certs/Verisign-Cert
cadir = ${confdir}/certs/Verisign-Cert
private_key_password = **********
private_key_file = ${certdir}/private.pem
certificate_file = ${certdir}/eduroam_unimi_it.crt
CA_file = ${cadir}/eduroam_chain.crt
dh_file = ${certdir}/dh
random_file = /dev/urandom
fragment_size = 1024
include_length = yes
check_crl = no
cipher_list = "DEFAULT"
}
ttls {
default_eap_type = mschapv2
copy_request_to_tunnel = yes
use_tunneled_reply = yes
virtual_server = "eduroam-personale-inner-tunnel"
}
peap {
default_eap_type = mschapv2
copy_request_to_tunnel = yes
use_tunneled_reply = yes
virtual_server = "eduroam-personale-inner-tunnel"
}
mschapv2 {
}
}
eap eap-unimi {
default_eap_type = peap
timer_expire = 60
ignore_unknown_eap_types = no
cisco_accounting_username_bug = no
max_sessions = 2048
tls {
certdir = ${confdir}/certs/Verisign-Cert
cadir = ${confdir}/certs/Verisign-Cert
private_key_password = *********
private_key_file = ${certdir}/private.pem
certificate_file = ${certdir}/eduroam_unimi_it.crt
CA_file = ${cadir}/eduroam_chain.crt
dh_file = ${certdir}/dh
random_file = /dev/urandom
fragment_size = 1024
include_length = yes
check_crl = no
cipher_list = "DEFAULT"
}
ttls {
default_eap_type = mschapv2
copy_request_to_tunnel = yes
use_tunneled_reply = yes
virtual_server = "eduroam-unimi-inner-tunnel"
}
peap {
default_eap_type = mschapv2
copy_request_to_tunnel = yes
use_tunneled_reply = yes
virtual_server = "eduroam-unimi-inner-tunnel"
}
mschapv2 {
}
}
Attachment:
CAT_conf.jpg
Description: JPEG image
- [cat-users] Impossible to download Windows client, Michele de Varda, 06/24/2015
- Re: [cat-users] Impossible to download Windows client, Michele de Varda, 06/25/2015
- Re: [cat-users] Impossible to download Windows client, Ayres G . J ., 06/25/2015
- Re: [cat-users] Impossible to download Windows client, Michele de Varda, 06/25/2015
- Re: [cat-users] Impossible to download Windows client, Stefan Winter, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Michele de Varda, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Stefan Winter, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Michele de Varda, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Stefan Winter, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Michele de Varda, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Stefan Winter, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Stefan Winter, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Michele de Varda, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Stefan Winter, 06/26/2015
- Re: [cat-users] Impossible to download Windows client, Michele de Varda, 06/25/2015
- Re: [cat-users] Impossible to download Windows client, Ayres G . J ., 06/25/2015
- Re: [cat-users] Impossible to download Windows client, Michele de Varda, 06/25/2015
Archive powered by MHonArc 2.6.19.