Description

SSL is not (apparently) not supported by the standalone version of MoinMoin.

Details

MoinMoin Version

1.9.8

OS and Version

Debian Linux

Python Version

python 2.7

Server Setup

standalone

Language you are using the wiki in (set in the browser/UserPreferences)

English

Workaround

A fix consists in just adding "ssl_context" to the list of parameters which is iterated on in "standalone.py" in method "mainloop()" (and then attributing a default value of None to the DefaultConfig - although this last part is untested since I do provide a value in my config).

Discussion

This is not a bug, it is rather a feature we never had for the standalone server.

Also, I am not sure whether this would be an improvement if we added it to moin.

IIRC, the state of SSL (TLS) in py27 is not the best, so using a real server (like nginx or apache) with good/uptodate TLS support is maybe a far better idea.

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/1.9SSLStandalone (last edited 2018-08-16 17:24:37 by ThomasWaldmann)