Hi there! I am new in twisted. These days I try to run a moinmoin wiki server and using mointwisted python server as daemon. The server works fine (opens port 80 for connection and server wiki with no problem) but I am getting in trouble for run it over SSL. First I try to find out somewhere in docs and the only thing I found is: how to generate key and certificate and put 2 lines, about ssl_privekey and ssl_certificate. I am not sure in which config file(s) I have to put these lines and how exactly to run SSL part of the server and open port 443 for accepting of encrypted connections Please help me. Cyrille
On 07:49 am, kiro@kircho.net wrote:
These days I try to run a moinmoin wiki server and using mointwisted python server as daemon. The server works fine (opens port 80 for connection and server wiki with no problem) but I am getting in trouble for run it over SSL.
I am not sure in which config file(s) I have to put these lines and how exactly to run SSL part of the server and open port 443 for accepting of encrypted connections
This sounds like a question for the moinmoin list, not the twisted list. Personally I don't know what the answer is - Twisted itself doesn't have config files, so you must be referring to something in moinmoin. We can tell you what API to use to get SSL, or how to bind an SSL port using the "twistd web" webserver, but apparently moinmoin has its own thing.
Hi glyph and thank you for answer. On 5/29/2009, "glyph@divmod.com" <glyph@divmod.com> wrote:
This sounds like a question for the moinmoin list, not the twisted list. Personally I don't know what the answer is - Twisted itself doesn't have config files, so you must be referring to something in moinmoin.
I am not sure for this, because twisted daemon is actionally accepting TCP connections and serves as web server, similar as way as serves any other web server. That's why this is the place where should be appears port 443 also. After that connection is "redirected" to the wiki content. Isn't ? We can
tell you what API to use to get SSL, or how to bind an SSL port using the "twistd web" webserver, but apparently moinmoin has its own thing.
yes, please let me know how to bind port 443 and using twisted web webserver Kindest regards, Cyrille
Cyrille, Moinmoin is built with Twisted Python, but any problem specific to Moinmoin is better addressed by the Moinmoin folks, not Twisted folks. The mail list for Moinmoin is here: https://lists.sourceforge.net/lists/listinfo/moin-user You are asking a butcher for a hair cut. The butcher tells you to go to the barber. Don't complain that cows have hair. Hope this helps you find your solution, George On Fri, 2009-05-29 at 23:12 +0200, Cyrille Vladimirov wrote:
Hi glyph and thank you for answer.
On 5/29/2009, "glyph@divmod.com" <glyph@divmod.com> wrote:
This sounds like a question for the moinmoin list, not the twisted list. Personally I don't know what the answer is - Twisted itself doesn't have config files, so you must be referring to something in moinmoin.
I am not sure for this, because twisted daemon is actionally accepting TCP connections and serves as web server, similar as way as serves any other web server. That's why this is the place where should be appears port 443 also. After that connection is "redirected" to the wiki content. Isn't ?
We can
tell you what API to use to get SSL, or how to bind an SSL port using the "twistd web" webserver, but apparently moinmoin has its own thing.
yes, please let me know how to bind port 443 and using twisted web webserver
Kindest regards, Cyrille
_______________________________________________ Twisted-web mailing list Twisted-web@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web -- George Pauly Ring Development www.ringdevelopment.com
Thank you George Cyrille On 5/30/2009, "George Pauly" <george@ringdevelopment.com> wrote:
Cyrille,
Moinmoin is built with Twisted Python, but any problem specific to Moinmoin is better addressed by the Moinmoin folks, not Twisted folks.
The mail list for Moinmoin is here:
https://lists.sourceforge.net/lists/listinfo/moin-user
You are asking a butcher for a hair cut. The butcher tells you to go to the barber. Don't complain that cows have hair.
Hope this helps you find your solution,
George
On Fri, 2009-05-29 at 23:12 +0200, Cyrille Vladimirov wrote:
Hi glyph and thank you for answer.
On 5/29/2009, "glyph@divmod.com" <glyph@divmod.com> wrote:
This sounds like a question for the moinmoin list, not the twisted list. Personally I don't know what the answer is - Twisted itself doesn't have config files, so you must be referring to something in moinmoin.
I am not sure for this, because twisted daemon is actionally accepting TCP connections and serves as web server, similar as way as serves any other web server. That's why this is the place where should be appears port 443 also. After that connection is "redirected" to the wiki content. Isn't ?
We can
tell you what API to use to get SSL, or how to bind an SSL port using the "twistd web" webserver, but apparently moinmoin has its own thing.
yes, please let me know how to bind port 443 and using twisted web webserver
Kindest regards, Cyrille
_______________________________________________ Twisted-web mailing list Twisted-web@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web -- George Pauly Ring Development www.ringdevelopment.com
participants (3)
-
Cyrille Vladimirov
-
George Pauly
-
glyph@divmod.com