hosting hg with PyISAPIe on IIS7(python ISAPI extension)

Sune Foldager cryo at cyanite.org
Tue Apr 13 06:22:06 CDT 2010


On 13-04-2010 12:22, ruby wrote:
> 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

I'm no expert, but it sounds like the client gets an unexpected 
response... as if the server is not correctly configured. But then 
again, I never configured my IIS 7 very much to get this to work. Pretty 
much just pointed it to a certificate and bound https.

>>> 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.

Yeah, but the only change is fixing the bug you already fixed manually.

/Sune


More information about the Mercurial mailing list