= Description = ## Please read this page. Lines prefixed with ## such as this one are comments, ## you can remove them (except for those after the "Plan" section.) ## Please follow the instructions given in those comments and the text. ## After creating the bug page, please subscribe to it! We may have questions ## that only you can answer, and if you get email when your bug changes it'll ## be much faster to get it fixed since you can answer the questions! 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 = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: not a bug, not sure if it would be an enhancement. ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinNoBug