hosting hg with PyISAPIe on IIS7(python ISAPI extension)

ruby rubik at sina.com
Tue Apr 13 05:22:00 CDT 2010


On Tue, Apr 13, 2010 at 5:14 PM, Sune Foldager <cryo at cyanite.org> wrote:
> On 13-04-2010 06:06, ruby wrote:
>
>> C:\repos\test_clone>hg push https://localhost:81/test
>> abort: error: _ssl.c:480: error:140770FC:SSL
>> routines:SSL23_GET_SERVER_HELLO:unknown protocol
>
> This is not related to the bug I pointed out. This sounds like a problem
> with the web server config or broken client support for SSL. Can you browse
> the webpage (https://localhost:81/test)?

sure. https browsing has no problems. only ssl push not working


>
>> have changed line 394 from
>> 'SERVER_PROTOCOL', 'REMOTE_ADDR' to:
>> 'SERVER_PROTOCOL', 'REMOTE_ADDR','HTTPS'
>
> Actually, this was finally fixed upstream. If you get the latest isapi-wsgi
> (0.4.2), it's fixed.

oh, I use 0.4.1. I'll try 0.4.2 , which's published yesterday.

>
>> so, no one using PyISAPIe ?
>
> I'm sure someone is, but not for this as far as I know. isapi-wsgi seems to
> work nicely, and is pure python. PyISAPIe can't be pure python (since an
> adaption layer is needed).
>
> /Sune
>
>

wait to see some solutions based on PyISAPIe


More information about the Mercurial mailing list