Version: 0.9.6 (using KDE 4.6.2) OS: Linux Newer versions of openswan (>=2.5.16) require leftid=%fromcert in asn1dn mode. So we need a modification like this in kvpnc.cpp: ---------------------------------------------------- if (GlobalConfig->currentProfile->getLocalIDType() == i18n("Certificate ID")) { ... } else { if (GlobalConfig->currentProfile->getLocalIDType() == i18n("asn1dn")) { stream << " leftid=%fromcert\n"; // fromcert required } else { stream << " leftid=\"" + GlobalConfig->currentProfile->getSpecialLocalID() << "\"" << "\n"; } } Reproducible: Always Steps to Reproduce: Newer openswan versions not working in asn1dn mode. leftid="" in config file. Expected Results: leftid=%fromcert
Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug.