Hi Jose,
On Wed, 2010-12-22 at 16:42 +0100, JOSE ANTONIO OLIVERA ORTEGA wrote:
> I am unable to connect to a 802.1X/PEAP wifi network. I have the
> following configuration file for that network. This file provides a
> EAP-PEAP service.
You might want to test your network with a simplified setup by using
wpa_supplicant directly with a configuration like:
# cat /etc/wpa_supplicant-peap.conf:
network={
ssid="myapname"
key_mgmt=WPA-EAP
eap=PEAP
identity="HI/jaoo"
password="xxx"
ca_cert="/etc/cert/cacert.pem"
phase2="auth=MSCHAPV2"
}
Be sure to kill all existing connmand/wpa_supplicant processes in your
system and then run wpa_s with the configuration above:
# wpa_supplicant -d -Dwext -iwlan0 -c/etc/wpa_supplicant-peap.conf
You should now be connected to your wireless network.
> 1293021750.585645: OpenSSL: tls_connection_ca_cert - Failed to load root
> certificates error:02001002:system library:fopen:No such file or directory
> 1293021750.585671: OpenSSL: pending error: error:2006D080:BIO
> routines:BIO_new_file:no such file
> 1293021750.585690: OpenSSL: pending error: error:0B084002:x509 certificate
> routines:X509_load_cert_crl_file:system lib
> 1293021750.585727: OpenSSL: tls_load_ca_der - Failed load CA in DER format
> error:02001002:system library:fopen:No such file or directory
> 1293021750.585750: OpenSSL: pending error: error:20074002:BIO
> routines:FILE_CTRL:system lib
> 1293021750.585767: OpenSSL: pending error: error:0B06F002:x509 certificate
> routines:X509_load_cert_file:system lib
This surely sounds like your cacert file is simply missing. However if
the standalone wpa_supplicant works with the similar settings, then you
should suspect that connman is doing something wrong.
- Henri
-- See us at Mobile World Congress, 14-17 February 2011, in Barcelona, Spain.
Visit the Ixonos booth Hall 1, # 1E19.
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman