Bug #4275
closedASN.1 DN needs double quotes in config file
100%
Description
Upon upgrade of 2.1.5 to 2.2, strongswan did not start and quit with the following message:
Jan 24 16:12:39 ipsec_starter73005: unable to start strongSwan -- fatal errors in config
Jan 24 16:12:39 ipsec_starter73005: invalid config file '/var/etc/ipsec/ipsec.conf'
Jan 24 16:12:39 ipsec_starter73005: /var/etc/ipsec/ipsec.conf:19: syntax error, unexpected EQ [=]
Jan 24 16:12:39 ipsec_starter73005: Starting strongSwan 5.2.1 IPsec [starter]...
Line 19 of ipsec.conf is:
leftid = C=CH/ST=Aargau/L=Baden/O=TechFreak/emailAddress=XXX/CN=vpn.example.com
After changing the ASN.1 DN in the GUI and adding double quotes (") to the value:
"C=CH/ST=Aargau/L=Baden/O=TechFreak/emailAddress=XXX/CN=vpn.example.com"
this started to work again, and strongswan bootet up.
This should be checked in the GUI and automatically added to the value saved in the config file.
Updated by Chris Buechler almost 10 years ago
- Status changed from New to Confirmed
- Affected Architecture added
- Affected Architecture deleted (
amd64)
Updated by Ermal Luçi almost 10 years ago
- Status changed from Confirmed to Feedback
Updated by Ermal Luçi almost 10 years ago
- % Done changed from 0 to 100
Applied in changeset 99df898e0c5fd8533d234bbb7846b89d9097a424.
Updated by Ermal Luçi almost 10 years ago
Applied in changeset b50baf79f18b21454dad25819d3a6656caf2abcc.