[Bug 1575614] Re: Can't select secret key for TLS auth on wired connection

2016-05-17 Thread Konstal
I can confirm this problem. The secret key wont show up in the file
selector. The file format (.key, .pem or .p12) does not matter.

Another Problem is: When a ca-cert file is selected and a password is
being typed in, the network create dialog crashes.

** Summary changed:

- Can't select secret key for TLS auth on wired connection
+ Can't select secret key for TLS auth on wired or wifi connection

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575614

Title:
  Can't select secret key for TLS auth on wired or wifi connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1575614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1575614] Re: Can't select secret key for TLS auth on wired connection

2016-05-12 Thread Mat
same problem here, for a wifi eap-tls connection: I can't select  the
private key, the list is empty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575614

Title:
  Can't select secret key for TLS auth on wired connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1575614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1575614] Re: Can't select secret key for TLS auth on wired connection

2016-05-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager-openvpn (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575614

Title:
  Can't select secret key for TLS auth on wired connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1575614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1575614] Re: Can't select secret key for TLS auth on wired connection

2016-04-29 Thread Ervin
Arcady, thank you for your help! I succeeded to get it working.

Best Regards,

Ervin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575614

Title:
  Can't select secret key for TLS auth on wired connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1575614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1575614] Re: Can't select secret key for TLS auth on wired connection

2016-04-29 Thread Arkady
Hello Ervin,

Sure. Here are the steps I used to configure wired connection:
1. place your certificate, CA certificate and secret key files in some 
directory (in my case it is ~/.certs)
2. create file /etc/wpa_supplicant/wired.conf using sudo with the following 
content:

ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=0
network={
eapol_flags=0
key_mgmt=IEEE8021X
eap=TLS
identity="@"
ca_cert="/home//.certs/.pem"
client_cert="/home//.certs/.crt"
private_key="/home//.certs/.pem"
private_key_passwd=""
}

3. test wpa_supplicant with the following commands:
sudo wpa_supplicant -c /etc/wpa_supplicant/wired.conf -i eth -B -D wired
sudo dhclient eth

If internet now works then proceed to the next step

4. add the following lines to file /etc/network/interfaces
auto eth
iface eth inet dhcp
pre-up wpa_supplicant -c/etc/wpa_supplicant/wired.conf -ieth -D wired -B 
> /var/log/ifup_wpa1.log 2> /var/log/ifup_wpa2.log

For wireless network wpa_supplicant config file should be like:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid=""
scan_ssid=1
key_mgmt=WPA-EAP
proto=WPA2
pairwise=CCMP
group=CCMP
eap=TLS
identity="@"
ca_cert="/home//.certs/.pem"
client_cert="/home//.certs/.crt"
private_key="/home//.certs/.pem"
private_key_passwd=""
priority=1
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575614

Title:
  Can't select secret key for TLS auth on wired connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1575614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1575614] Re: Can't select secret key for TLS auth on wired connection

2016-04-29 Thread Ervin
Hello Arcady,

Would you mind sharing the procedure you used to configure the network
manually with wpa_supplicant?

Thank you.

Ervin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575614

Title:
  Can't select secret key for TLS auth on wired connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1575614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs