hosting hg with PyISAPIe on IIS7(python ISAPI extension)
Sune Foldager
cryo at cyanite.org
Tue Apr 13 09:14:48 UTC 2010
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)?
> 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.
> 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
More information about the Mercurial
mailing list