Bug 466244

Summary: vpnc can not connect to cert-protected vpn
Product: [Fedora] Fedora Reporter: Randall Wood <randall.h.wood>
Component: vpncAssignee: Tomas Mraz <tmraz>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: daniel.scharon, tmraz, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-20 08:44:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Randall Wood 2008-10-09 12:32:41 UTC
Description of problem:
vpnc can not connect to a certificate-protected vpn. It bombs out with a notice that it needs to be recompiled with openssl support.

Version-Release number of selected component (if applicable):
vpnc-0.5.1-6.fc9.x86_64

How reproducible:
Install vpnc and attempt to connect to a vpn using a certificate

Steps to Reproduce:
1. Edit the .conf file for VPN to include the CA_dir setting pointing to a directory with a valid certificate
2. vpnc whatever-the-conf-file-name-is.conf
3. vpnc complains of lack of openssl support
  
Actual results:
$ vpnc /etc/vpnc/trustedcs.conf 
/usr/sbin/vpnc was built without openssl: Can't do hybrid or cert mode.

Expected results:
Connection to the vpn established

Additional info:

Comment 1 Tomas Mraz 2008-11-20 08:44:28 UTC
Unfortunately we can not do that as the licenses of vpnc and OpenSSL are incompatible.

Comment 2 Randall Wood 2008-12-01 11:03:47 UTC
I'm sorry, but I don't understand the specific issue with these particular licenses. Can you help guide me in the right direction to understand this issue in this case?

Comment 4 Randall Wood 2008-12-01 13:06:04 UTC
Thanks.

Comment 5 daniel.scharon 2010-03-24 14:22:54 UTC
actually, this bug is solved in the latest SVN snapshot of vpnc (0.5.3r449),
where GnuTLS support is already built in. Gentoo and Debian (unstable) are
already shipping this version.