Kozea / Radicale

A simple CalDAV (calendar) and CardDAV (contact) server.
https://radicale.org
GNU General Public License v3.0
3.36k stars 436 forks source link

Invalid option 'protocol' in section 'server' in /etc/radicale/config #1063

Open vishnuraghavb opened 4 years ago

vishnuraghavb commented 4 years ago

OS: Arch linux Radicale --version 3.0.2

radicale.service fails to start with exit code=1

journalctl returned the following message:

[CRITICAL] Invalid configuration: Invalid option 'protocol' in section 'server' in config file '/etc/radicale/config'

There was no issues with radicale until last update. The protocol value wasn't changed from the default though the service kept failing.

[server]
...
# SSL Protocol used. See python's ssl module for available values
protocol = PROTOCOL_TLSv1_2
...

After commenting out the protocol. The service starts fine.

pbiering commented 1 week ago

3.x is not supporting option protocol so far, but would be a good idea to implement, will investigate