Connman doesn't connect to IEEE8021X secured networks
I am trying to connect to a school network. I configured a conf file in /var/lib/connman as such (with 'name', 'id', and 'pass' being placeholders):
[global]
Name = Name
[service_peap]
Type = wifi
Name = Name
EAP = peap
#CACertFile = /etc/ssl/certs/ca-certificates.crt
Phase2 = MSCHAPV2
Identity = id
Passphrase = pass
EOF
When I try to connect to this network in Connman I still receive the 'Connect" with signature "" on interface "net.connman.Service" doesn't exist' error. Wifi is enabled and the error happens with the agent on or off. I've restarted the system several times. What could be the problem?