[issue967] hg sending incorrect request to https repos when using a proxy
moya
mercurial-bugs at selenic.com
Wed Feb 6 13:29:27 UTC 2008
New submission from moya <moya at latertulia.org>:
I'm trying to push to a repo pusblished over https through squid. The push fails:
--
moya at gloria:~/src/foo-trunk$ hg --verbose --debug push https://hg.foo.org/foo-trunk
using https://hg.foo.org/foo-trunk
proxying through http://localhost:3128
pushing to https://hg.foo.org/foo-trunk
sending capabilities command
abort: HTTP Error 501: Not Implemented
--
The same push works if I do it not behind the proxy. The squid log have the
following
1202287933.801 3 127.0.0.1 TCP_DENIED/501 1501 GET
https://hg.foo.org/foo-trunk?cmd=capabilities - NONE/- text/html
Searching the web for 'GET https' I found this
http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-03d5d82b9c2b2e558084f4ba72b226a711639d62
I'm using mercurial 0.9.5.
Regards,
maykel
----------
messages: 5121
nosy: moya
priority: bug
status: unread
title: hg sending incorrect request to https repos when using a proxy
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue967>
____________________________________________________
More information about the Mercurial-devel
mailing list