Bug 1417827

Summary: Can't connect to WPA/WPA2 Enterprise (TLS) network
Product: [Fedora] Fedora Reporter: adam.chyla
Component: NetworkManagerAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 25CC: adam.chyla, bgalvani, dcbw, fgiudici, lkundrak, psimerda
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-03 09:17:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
/var/log/messages
none
connection up & connection show none

Description adam.chyla 2017-01-31 08:01:39 UTC
Created attachment 1246111 [details]
/var/log/messages

Description of problem:

Can't connect to WPA/WPA2 Enterprise network with= TLS authentication. All secrets are correctly filled in Network Manager setting window.
Everything works fine when I use wpa_supplicant to connect to network.


Version-Release number of selected component (if applicable):

kernel version: 4.9.5-200.fc25.x86_64

> rpm -qa 'Network*'
NetworkManager-glib-1.4.4-3.fc25.x86_64
NetworkManager-vpnc-1.2.4-1.fc25.x86_64
NetworkManager-sstp-1.2.0-1.fc25.x86_64
NetworkManager-l2tp-1.2.4-1.fc25.x86_64
NetworkManager-pptp-1.2.4-1.fc25.x86_64
NetworkManager-libnm-1.4.4-3.fc25.x86_64
NetworkManager-team-1.4.4-3.fc25.x86_64
NetworkManager-ssh-1.2.1-0.fc25.x86_64
NetworkManager-adsl-1.4.4-3.fc25.x86_64
NetworkManager-libreswan-1.2.4-1.fc25.x86_64
NetworkManager-bluetooth-1.4.4-3.fc25.x86_64
NetworkManager-wwan-1.4.4-3.fc25.x86_64
NetworkManager-tui-1.4.4-3.fc25.x86_64
NetworkManager-openvpn-1.2.6-1.fc25.x86_64
NetworkManager-config-connectivity-fedora-1.4.4-3.fc25.x86_64
NetworkManager-1.4.4-3.fc25.x86_64
NetworkManager-openconnect-1.2.4-3.fc25.x86_64
NetworkManager-wifi-1.4.4-3.fc25.x86_64

> rpm -qa 'plasma-nm*'
plasma-nm-pptp-5.8.5-1.fc25.x86_64
plasma-nm-5.8.5-1.fc25.x86_64
plasma-nm-l2tp-5.8.5-1.fc25.x86_64
plasma-nm-openconnect-5.8.5-1.fc25.x86_64
plasma-nm-openvpn-5.8.5-1.fc25.x86_64
plasma-nm-openswan-5.8.5-1.fc25.x86_64
plasma-nm-vpnc-5.8.5-1.fc25.x86_64

Comment 1 Beniamino Galvani 2017-02-02 09:20:16 UTC
The connection fails because NM needs secrets and plasma-nm doesn't provide them.

Can you please try to launch the connection from the command line in this way:

 nmcli -a connection up <con-name>

and see if it works?

What's the output of 'nmcli connection show <connection-name>'?

Comment 2 adam.chyla 2017-02-02 09:48:03 UTC
Created attachment 1247043 [details]
connection up & connection show

results of
# nmcli -a connection up NETWORK_NAME
# nmcli connection show NETWORK_NAME

Comment 3 adam.chyla 2017-02-02 09:52:31 UTC
After nmcli -a connection up I'm still not connected to the network.

Comment 4 adam.chyla 2017-02-03 09:17:23 UTC
After running restorecon on certificates everything works.