Activity log for bug #275608

Date Who What changed Old value New value Message
2008-09-28 21:45:24 Crispin Flowerday bug added bug
2008-09-28 21:47:04 DrFaNaTiC None: bugtargetdisplayname Ubuntu openvpn (Ubuntu)
2008-09-28 21:47:04 DrFaNaTiC None: bugtargetname ubuntu openvpn (Ubuntu)
2008-09-28 21:47:04 DrFaNaTiC None: statusexplanation
2008-09-28 21:47:04 DrFaNaTiC None: title Bug #275608 in Ubuntu: "nm-openvpn swaps ca and cert in openvpn commandline" Bug #275608 in openvpn (Ubuntu): "nm-openvpn swaps ca and cert in openvpn commandline"
2008-09-29 12:06:59 Thierry Carrez openvpn: status New Invalid
2008-09-29 12:06:59 Thierry Carrez openvpn: statusexplanation Can't reproduce with current intrepid (same version as you). My VPN configuration dialog shows (top to bottom): - User cert : selected client.crt - CA cert : selected ca.crt - User private key : selected client.key Then the command line is : /usr/sbin/openvpn --remote 192.168.122.41 --nobind --dev tun --proto udp --port 1194 --syslog nm-openvpn --script-security 2 --up /usr/lib/network-manager-openvpn/nm-openvpn-service-openvpn-helper --up-restart --persist-key --persist-tun --management 127.0.0.1 1194 --management-query-passwords --route-noexec --client --ca /home/koon/openvpn/ca.crt --cert /home/koon/openvpn/client.crt --key /home/koon/openvpn/client.key ...which is correct. Could you please retry on a new configuration (not one imported from hardy ?) It can also be a translation error where two labels might haven been swapped, so please confirm how the dialog box reads (top to bottom) and which language/locale you are using. In all cases, that would be a network-manager-openvpn, bug and not an openvpn bug.
2008-09-29 12:07:17 Thierry Carrez bug assigned to network-manager-openvpn (Ubuntu)
2008-09-29 12:07:35 Thierry Carrez network-manager-openvpn: status New Incomplete
2008-09-29 12:07:35 Thierry Carrez network-manager-openvpn: statusexplanation
2008-09-30 07:50:48 Thierry Carrez network-manager-openvpn: status Incomplete Confirmed
2008-09-30 07:50:48 Thierry Carrez network-manager-openvpn: importance Undecided High
2008-09-30 07:50:48 Thierry Carrez network-manager-openvpn: statusexplanation OK I think I got it. When using authentication type "Password with Certificate (TLS)", the two labels "CA certificate" and "User certificate" are swapped. If you click on the corresponding file selector, the file selector dialog window name correctly shows "Choose a Certificate Authority certificate..." and "Choose your personal certificate...". It is just the labels that are shown in the wrong order. Reproduction: Create a new VPN. Select authentication type "Certificate (TLS)". Select : User Certificate: user.crt CA Certificate: ca.crt Private key: user.key Switch to "authentication type "Password with certificate(TLS)". You get: User name: <empty> CA Certificate: user.crt User Certificate: ca.crt Private Key: user.key Clicking on "user.crt" to correctly shows the file selector dialog box with title "Choose your personal certificate...". Expected results: When switching to "authentication type "Password with certificate(TLS)". You should get: User name: <empty> User Certificate: user.crt CA Certificate: ca.crt Private Key: user.key
2008-09-30 07:51:44 Thierry Carrez title nm-openvpn swaps ca and cert in openvpn commandline nm-openvpn swaps ca-cert and user-cert labels when using "Passwords with Certificate (TLS)" mode
2008-10-02 12:36:07 Thierry Carrez bug added attachment 'order.patch' (order.patch)
2008-10-02 12:36:23 Thierry Carrez network-manager-openvpn: status Confirmed Triaged
2008-10-02 12:36:23 Thierry Carrez network-manager-openvpn: importance High Medium
2008-10-02 12:36:23 Thierry Carrez network-manager-openvpn: statusexplanation OK I think I got it. When using authentication type "Password with Certificate (TLS)", the two labels "CA certificate" and "User certificate" are swapped. If you click on the corresponding file selector, the file selector dialog window name correctly shows "Choose a Certificate Authority certificate..." and "Choose your personal certificate...". It is just the labels that are shown in the wrong order. Reproduction: Create a new VPN. Select authentication type "Certificate (TLS)". Select : User Certificate: user.crt CA Certificate: ca.crt Private key: user.key Switch to "authentication type "Password with certificate(TLS)". You get: User name: <empty> CA Certificate: user.crt User Certificate: ca.crt Private Key: user.key Clicking on "user.crt" to correctly shows the file selector dialog box with title "Choose your personal certificate...". Expected results: When switching to "authentication type "Password with certificate(TLS)". You should get: User name: <empty> User Certificate: user.crt CA Certificate: ca.crt Private Key: user.key
2008-10-06 09:50:58 Thierry Carrez bug added attachment 'fileselectors_order.debdiff' (fileselectors_order.debdiff)
2008-10-06 09:52:48 Thierry Carrez network-manager-openvpn: status Triaged Confirmed
2008-10-06 09:53:29 Thierry Carrez bug added subscriber Ubuntu Sponsors for universe
2008-10-09 07:53:33 Thierry Carrez title nm-openvpn swaps ca-cert and user-cert labels when using "Passwords with Certificate (TLS)" mode nm-openvpn "Passwords with Certificate (TLS)" panel has wrong labels and inverts passwords
2008-10-09 07:55:11 Thierry Carrez network-manager-openvpn: assignee tcarrez
2008-10-09 07:55:11 Thierry Carrez network-manager-openvpn: statusexplanation My patch just fixes the first issue, feel free to unsubscribe u-u-s to avoid noise while I work on the second issue.
2008-10-09 07:55:25 Thierry Carrez network-manager-openvpn: status Confirmed In Progress
2008-10-09 07:55:25 Thierry Carrez network-manager-openvpn: statusexplanation My patch just fixes the first issue, feel free to unsubscribe u-u-s to avoid noise while I work on the second issue.
2008-10-09 19:18:47 Thierry Carrez bug added attachment 'network-manager-openvpn_0.7~~svn20080928t225540-0ubuntu2.debdiff' (network-manager-openvpn_0.7~~svn20080928t225540-0ubuntu2.debdiff)
2008-10-09 19:19:07 Thierry Carrez network-manager-openvpn: status In Progress Confirmed
2008-10-09 19:19:07 Thierry Carrez network-manager-openvpn: assignee tcarrez
2008-10-09 19:19:25 Thierry Carrez bug added subscriber Ubuntu Sponsors for universe
2008-10-10 08:41:55 Thierry Carrez bug added attachment 'network-manager-openvpn_0.7~~svn20080928t225540-0ubuntu2.debdiff' (network-manager-openvpn_0.7~~svn20080928t225540-0ubuntu2.debdiff)
2008-10-10 14:13:13 Thierry Carrez network-manager-openvpn: status Confirmed In Progress
2008-10-10 14:13:13 Thierry Carrez network-manager-openvpn: assignee tcarrez
2008-10-10 14:13:13 Thierry Carrez network-manager-openvpn: statusexplanation I'm on it for network-manager-openvpn.
2008-10-10 15:23:52 Thierry Carrez bug added attachment 'network-manager-openvpn_0.7~~svn20081008t224042.orig.tar.gz' (network-manager-openvpn_0.7~~svn20081008t224042.orig.tar.gz)
2008-10-10 15:25:41 Thierry Carrez bug added attachment 'network-manager-openvpn_0.7~~svn20081008t224042-0ubuntu1.diff.gz' (network-manager-openvpn_0.7~~svn20081008t224042-0ubuntu1.diff.gz)
2008-10-10 15:29:09 Thierry Carrez bug added attachment 'network-manager-openvpn_0.7~~svn20081008t224042-0ubuntu1.interdiff' (network-manager-openvpn_0.7~~svn20081008t224042-0ubuntu1.interdiff)
2008-10-10 15:29:26 Thierry Carrez network-manager-openvpn: status In Progress Confirmed
2008-10-10 15:29:26 Thierry Carrez network-manager-openvpn: assignee tcarrez
2008-10-10 15:29:26 Thierry Carrez network-manager-openvpn: statusexplanation I'm on it for network-manager-openvpn.
2008-10-13 09:31:24 Thierry Carrez bug added attachment 'network-manager-vpnc_0.7~~svn20081008t224042.orig.tar.gz' (network-manager-vpnc_0.7~~svn20081008t224042.orig.tar.gz)
2008-10-13 09:31:57 Thierry Carrez bug added attachment 'network-manager-vpnc_0.7~~svn20081008t224042-0ubuntu1.diff.gz' (network-manager-vpnc_0.7~~svn20081008t224042-0ubuntu1.diff.gz)
2008-10-13 09:33:55 Thierry Carrez bug added attachment 'network-manager-vpnc_0.7~~svn20081008t224042-0ubuntu1.interdiff' (network-manager-vpnc_0.7~~svn20081008t224042-0ubuntu1.interdiff)
2008-10-13 09:34:50 Thierry Carrez bug added attachment 'network-manager-pptp_0.7~~svn20081008t224042.orig.tar.gz' (network-manager-pptp_0.7~~svn20081008t224042.orig.tar.gz)
2008-10-13 09:35:18 Thierry Carrez bug added attachment 'network-manager-pptp_0.7~~svn20081008t224042-0ubuntu1.diff.gz' (network-manager-pptp_0.7~~svn20081008t224042-0ubuntu1.diff.gz)
2008-10-13 09:36:18 Thierry Carrez bug added attachment 'network-manager-pptp_0.7~~svn20081008t224042-0ubuntu1.interdiff' (network-manager-pptp_0.7~~svn20081008t224042-0ubuntu1.interdiff)
2008-10-13 09:50:05 Launchpad Janitor network-manager-openvpn: status Confirmed Fix Released
2009-12-05 04:48:17 Launchpad Janitor branch linked lp:ubuntu/network-manager-openvpn
2010-01-02 02:07:12 Benjamin Drung removed subscriber Ubuntu Sponsors for universe