1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00
This commit is contained in:
Guillaume Ayoub 2016-08-29 12:07:30 +02:00
parent a25374000b
commit fd1742fcea
2 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ def serve(configuration, logger):
server_class = ThreadedHTTPSServer
server_class.certificate = configuration.get("server", "certificate")
server_class.key = configuration.get("server", "key")
server_class.cyphers = configuration.get("server", "cyphers")
server_class.ciphers = configuration.get("server", "ciphers")
server_class.certificate = getattr(
ssl, configuration.get("server", "protocol"), ssl.PROTOCOL_SSLv23)
# Test if the SSL files can be read